1 | if (__view_get(e__VW.XView, 0) < (x - 10) && hspeed == 0) |
2 | { |
3 | if (!alarm[0]) |
4 | alarm[0] = 10; |
5 | } |
6 | else if (alarm[0] > -1 && hspeed == 0) |
7 | { |
8 | alarm[0] = -1; |
9 | } |
10 | if (x < 0) |
11 | instance_destroy(); |
12 | |
13 | enum e__VW |
14 | { |
15 | XView, |
16 | YView, |
17 | WView, |
18 | HView, |
19 | Angle, |
20 | HBorder, |
21 | VBorder, |
22 | HSpeed, |
23 | VSpeed, |
24 | Object, |
25 | Visible, |
26 | XPort, |
27 | YPort, |
28 | WPort, |
29 | HPort, |
30 | Camera, |
31 | SurfaceID |
32 | } |