sPBPickup
0
-1
-110
0
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
tileset = 0;
if (global.event[172] == 1 || global.event[172] == 2) x = 800;
if (global.event[172] == 3) instance_destroy();
1
603
7
0
0
-1
2
self
0
0
1
x += 16;
repeat (20) {
expl = instance_create(x - random(16), y + random(80), oFXAnimSpark);
expl.image_speed = 0.3;
expl.additive = 0;
expl.sprite_index = sExplSmoke2;
expl.depth = -120;
}
repeat (8) {
mytrail = instance_create(x - random(16), y + random(80), oFXTrail);
mytrail.sprite_index = sRockPieceA3;
mytrail.image_index = floor(random(6));
mytrail.image_alpha = 1;
mytrail.fadespeed = 0.005;
mytrail.additive = 0;
mytrail.vspeed = -1 - random(3);
mytrail.hspeed = -2 + random(3);
mytrail.gravity = 0.2;
mytrail.gravity_direction = 270;
mytrail.depth = -150;
}
1
603
7
0
0
-1
2
self
0
0
1
if (tileset == 0) {
draw_background_part(tlRock3A, 64, 208, 16, 32, x - 16, y - 16);
draw_background_part(tlRock3A, 112, 176, 16, 16, x, y);
draw_background_part(tlRock3A, 32, 0, 32, 64, x - 16, y + 16);
draw_background_part(tlRock3A, 112, 192, 16, 16, x, y + 80);
draw_background_part_ext(tlRock3A, 96, 208, 32, 16, x, y - 16, 20, 1, -1, 1);
draw_background_part_ext(tlRock3A, 96, 208, 32, 16, x + 16, y, 20, 6, -1, 1);
}
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
0