You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
594 B
26 lines
594 B
with (147733)
|
|
instance_destroy()
|
|
with (147721)
|
|
instance_destroy()
|
|
tile_layer_delete(-103)
|
|
tile_layer_show(-98)
|
|
oQueen.phase = 3
|
|
expl = instance_create(1920, 104, oExplosionSmoke)
|
|
expl.width = 64
|
|
expl.height = 80
|
|
expl.expl_dir = 180
|
|
expl.expl_spd = 2
|
|
expl.explosions = 10
|
|
expl.smoke_steps = 60
|
|
expl.density = 3
|
|
repeat (20)
|
|
{
|
|
deb = instance_create(1920, (120 + random_range(-20, 20)), oDebris)
|
|
deb.alarm[0] = (60 + random(20))
|
|
deb.direction = random_range(150, 210)
|
|
deb.speed = (1 + random(6))
|
|
}
|
|
sfx_play(sndA4Expl)
|
|
screen_shake(30, 6)
|
|
instance_create(x, y, oScreenFlash)
|