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.
13 lines
348 B
13 lines
348 B
global.event[203] = 1
|
|
image_index = 1
|
|
repeat (10)
|
|
{
|
|
expl = instance_create((x + random_range(-30, 30)), (y + random_range(-30, 30)), oFXAnimSpark)
|
|
expl.image_speed = 0.5
|
|
expl.additive = 0
|
|
expl.sprite_index = sExplSmoke
|
|
expl.depth = -90
|
|
expl.image_xscale = (1 - (2 * random(2) < 1))
|
|
}
|
|
instance_create(0, 0, oA4EscapeControl)
|