1 | if (type == 0 && go == 1) |
2 | { |
3 | if (y > arb || y < arb2) |
4 | { |
5 | y = yprevious; |
6 | vspeed = -vspeed; |
7 | with (rope) |
8 | { |
9 | y = yprevious; |
10 | vspeed = -vspeed; |
11 | } |
12 | } |
13 | } |
14 | if (x < (global.idealborder[0] - 20)) |
15 | instance_destroy(); |