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_oA6Dust_Create_0...

10 lines
205 B

scale = random_range(0.2, 1)
image_xscale = scale
image_yscale = scale
image_alpha = 0
max_alpha = (0.5 + random(0.5))
fadeout = 0
alarm[0] = (10 + random(300))
direction = random(360)
speed = random(0.5)