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 | |
17 | enum e__VW |
18 | { |
19 | XView, |
20 | YView, |
21 | WView, |
22 | HView, |
23 | Angle, |
24 | HBorder, |
25 | VBorder, |
26 | HSpeed, |
27 | VSpeed, |
28 | Object, |
29 | Visible, |
30 | XPort, |
31 | YPort, |
32 | WPort, |
33 | HPort, |
34 | Camera, |
35 | SurfaceID |
36 | } |