sFlitt
0
-1
-20
0
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
image_speed = 0.2;
image_index = random(3);
1
603
7
0
0
-1
2
self
0
0
1
facing = -facing;
alarm[0] = 120;
1
603
7
0
0
-1
2
self
0
0
1
instance_activate_region(x - 16, y - 16, 32, 32, 1);
1
603
7
0
0
-1
2
self
0
0
1
if (hspeed < 1 && facing == 1) hspeed += 0.02;
if (hspeed > -1 && facing == -1) hspeed -= 0.02;
if (collision_line(x + 16, y - 12, x + 16, y + 12, oSolid, true, false) && hspeed > 0) {
facing = -1;
hspeed = -0.1;
}
if (collision_line(x - 16, y - 12, x - 16, y + 12, oSolid, true, false) && hspeed < 0) {
facing = 1;
hspeed = 0.1;
}
1
603
7
0
0
-1
2
self
0
0
1
with (other) {
speedmultiplier = 0.5;
speedmultiresettimer = 2;
}
speed = 0;
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
-1