1 | image_speed = 0; |
2 | image_index = 0; |
3 | x_speed = 4; |
4 | x_max = __view_get(e__VW.XView, 0) - sprite_width; |
5 | alarm[0] = 20; |
6 | |
7 | enum e__VW |
8 | { |
9 | XView, |
10 | YView, |
11 | WView, |
12 | HView, |
13 | Angle, |
14 | HBorder, |
15 | VBorder, |
16 | HSpeed, |
17 | VSpeed, |
18 | Object, |
19 | Visible, |
20 | XPort, |
21 | YPort, |
22 | WPort, |
23 | HPort, |
24 | Camera, |
25 | SurfaceID |
26 | } |