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;
if (global.event[54]) event_user(0);
1
603
7
0
0
-1
2
self
0
0
1
active = 0;
sprite_index = sClawOrb2;
image_index = 0;
image_speed = 0.2;
sfx_play(sndClawPuzzle2);
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
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