1 | if (shake > 38) |
2 | { |
3 | speed = 2; |
4 | direction += 20; |
5 | } |
6 | else if (shake == 42) |
7 | { |
8 | speed = 4; |
9 | direction -= 19; |
10 | } |
11 | if (halt == 3 || dfy == 1) |
12 | instance_destroy(); |