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.
10 lines
328 B
10 lines
328 B
expl = instance_create(((view_xview[0] - (oControl.widescreen_space / 2)) + random((320 + oControl.widescreen_space))), (view_yview[0] + random(240)), oFXAnimSpark)
|
|
expl.image_speed = 0.5
|
|
expl.additive = 0
|
|
expl.sprite_index = sExpl1
|
|
expl.image_xscale = 0.6
|
|
expl.image_yscale = 0.6
|
|
expl.depth = 50
|
|
if explosions
|
|
alarm[1] = 5
|