1 | if live_call() |
2 | return global.live_result; |
3 | sin_deg += sin_inc |
4 | if (sin_deg > 360) |
5 | sin_deg -= 360 |
6 | y = ystart + sin(degtorad(sin_deg)) * y_variation |
7 | if (abs(x - 320) > 900) |
8 | instance_destroy() |
9 | if (can_explode == true) |
10 | { |
11 | if (!alarm[0]) |
12 | alarm[0] = 20 |
13 | can_explode = false |
14 | } |