sClawOrb2
0
-1
0
0
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
active = 0;
image_index = 5;
image_speed = 0;
canbeshot = 1;
duration = 60;
if (global.event[58]) event_user(0);
1
603
7
0
0
-1
2
self
0
0
1
event_user(0);
event_user(1);
1
603
7
0
0
-1
2
self
0
0
1
with (other) event_user(1);
1
603
7
0
0
-1
2
self
0
0
1
with (other) {
event_user(0);
instance_destroy();
}
if (active == 0 && canbeshot) {
active = 1;
sprite_index = sClawOrb1;
image_speed = 0.5;
alarm[0] = duration;
canbeshot = 0;
sfx_play(sndClawPuzzle1);
}
1
603
7
0
0
-1
2
self
0
0
1
ecam = instance_create(x, y - 16, oEventCamera);
ecam.targetx = 800;
ecam.targety = y;
ecam.ratio = 8;
ecam.alarm[0] = 280;
view_object[0] = oEventCamera;
with (oA1MovingPlatform2) alarm[0] = 60;
global.event[58] = 1;
1
603
7
0
0
-1
2
self
0
0
1
sprite_index = sClawOrb2;
image_index = 5;
image_speed = 0;
canbeshot = 0;
1
603
7
0
0
-1
2
self
0
0
1
if (active == 0) {
canbeshot = 1;
image_speed = 0;
image_index = 5;
}
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
-1