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.
AM2Rogue/Export_Code/gml_Object_oA1MovingPlatfor...

18 lines
340 B

if (y > 48)
{
y -= 1
alarm[0] = 3
smk = instance_create(((x - 10) + random(10)), 50, oFXAnimSpark)
smk.image_speed = 0.7
smk.additive = 0
smk.sprite_index = sSmoke1
smk.image_alpha = 0.6
if (!sfx_isplaying(sndStoneLoop))
sfx_loop(sndStoneLoop)
}
else
{
sfx_stop(sndStoneLoop)
event_user(0)
}