1 |
tsiner = 0; |
2 |
global.tensionselect = 0; |
3 |
apparent = global.tension; |
4 |
current = global.tension; |
5 |
change = 0; |
6 |
changetimer = 15; |
7 |
red = 0; |
8 |
redtimer = 0; |
9 |
xx = __view_get(e__VW.XView, 0); |
10 |
yy = __view_get(e__VW.YView, 0); |
11 |
y = yy + 40; |
12 |
x = xx - 40; |
13 |
hspeed = 13; |
14 |
friction = 1; |
15 |
flashsiner = 0; |
16 |
maxed = 0; |
17 |
healthbar_surf = surface_create(96, 250); |
18 |
|
19 |
enum e__VW |
20 |
{ |
21 |
XView, |
22 |
YView, |
23 |
WView, |
24 |
HView, |
25 |
Angle, |
26 |
HBorder, |
27 |
VBorder, |
28 |
HSpeed, |
29 |
VSpeed, |
30 |
Object, |
31 |
Visible, |
32 |
XPort, |
33 |
YPort, |
34 |
WPort, |
35 |
HPort, |
36 |
Camera, |
37 |
SurfaceID |
38 |
} |