1 |
heartobj = obj_heart; |
2 |
pos = 1; |
3 |
idealpos = 1; |
4 |
yy = __view_get(e__VW.YView, 0); |
5 |
ypos[0] = yy + 50; |
6 |
ypos[1] = yy + 165; |
7 |
ypos[2] = yy + 280; |
8 |
movecon = 0; |
9 |
movetimer = 0; |
10 |
my_direction = "up"; |
11 |
ychange = 0; |
12 |
buttona = instance_create(x, y, obj_sneo_elevator_test_button); |
13 |
buttonb = instance_create(x, y, obj_sneo_elevator_test_button); |
14 |
buttonb.my_direction = "down"; |
15 |
buttonb.sprite_index = spr_sneo_elevator_buttonb; |
16 |
bullettimer = 0; |
17 |
bulletcount = 0; |
18 |
forceypos = -1; |
19 |
lightningcon = 1; |
20 |
lightninghandicap = 0; |
21 |
|
22 |
enum e__VW |
23 |
{ |
24 |
XView, |
25 |
YView, |
26 |
WView, |
27 |
HView, |
28 |
Angle, |
29 |
HBorder, |
30 |
VBorder, |
31 |
HSpeed, |
32 |
VSpeed, |
33 |
Object, |
34 |
Visible, |
35 |
XPort, |
36 |
YPort, |
37 |
WPort, |
38 |
HPort, |
39 |
Camera, |
40 |
SurfaceID |
41 |
} |