sClawOrb1
0
0
0
0
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
claw1 = instance_create(x, y, oClawOrb);
claw1.duration = 65;
claw2 = instance_create(x + 32, y, oClawOrb);
claw2.duration = 4;
claw3 = instance_create(x + 64, y, oClawOrb);
claw3.duration = 120;
if (global.event[54]) event_user(0);
1
603
7
0
0
-1
2
self
0
0
1
with (oClawOrb) event_user(0);
ecam = instance_create(x, y - 16, oEventCamera);
ecam.targetx = oA1MovingPlatform.x;
ecam.targety = y;
ecam.ratio = 8;
ecam.alarm[0] = 450;
view_object[0] = oEventCamera;
with (oA1MovingPlatform) alarm[0] = 60;
global.event[54] = 1;
event_user(0);
1
603
7
0
0
-1
2
self
0
0
1
if (claw1.active && claw2.active && claw3.active) {
alarm[0] = 60;
with (oClawOrb) {
active = 0;
canbeshot = 0;
sprite_index = sClawOrb1;
image_index = 0;
image_speed = 0;
alarm[0] = 0;
}
}
1
603
7
0
0
-1
2
self
0
0
1
instance_destroy();
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
-1