1 |
image_speed = 0; |
2 |
image_xscale = 1.96; |
3 |
image_yscale = 1.96; |
4 |
initdir = choose(45, 135, 225, 315); |
5 |
direction = initdir; |
6 |
speed = 0.1; |
7 |
active = 1; |
8 |
if (instance_exists(obj_growtangle_ch1)) |
9 |
{ |
10 |
x = obj_growtangle_ch1.x; |
11 |
y = obj_growtangle_ch1.y; |
12 |
obj_growtangle_ch1.megakeep = 1; |
13 |
} |
14 |
timer = 0; |
15 |
type = 0; |
16 |
con = 0; |
17 |
xx = __view_get(e__VW.XView, 0); |
18 |
yy = __view_get(e__VW.YView, 0); |
19 |
lx = 140 + xx; |
20 |
rx = 480 + xx; |
21 |
ux = 0 + yy; |
22 |
dx = 320 + yy; |
23 |
fadein = 0; |
24 |
spikecount = 0; |
25 |
inv = 60; |
26 |
timepoints = 0; |
27 |
grazepoints = 3; |
28 |
target = 0; |
29 |
damage = 50; |
30 |
grazed = 0; |
31 |
grazetimer = 0; |
32 |
minitimer = 0; |
33 |
bumpnoise = 0; |
34 |
timerbonus = 0; |
35 |
wall_destroy = 0; |
36 |
|
37 |
enum e__VW |
38 |
{ |
39 |
XView, |
40 |
YView, |
41 |
WView, |
42 |
HView, |
43 |
Angle, |
44 |
HBorder, |
45 |
VBorder, |
46 |
HSpeed, |
47 |
VSpeed, |
48 |
Object, |
49 |
Visible, |
50 |
XPort, |
51 |
YPort, |
52 |
WPort, |
53 |
HPort, |
54 |
Camera, |
55 |
SurfaceID |
56 |
} |