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.
AM2R-Multitroid-Fair-Team-PVP/Export_Code/gml_Object_oBeam_Other_11.gml

10 lines
258 B

rspark = instance_create(x, y, oFXAnimSparkItem)
rspark.sprite_index = sReflectSpark
rspark.image_speed = 0.5
rspark.depth = -1000
sfx_stop(sndDeflect)
sfx_play(sndDeflect)
light = instance_create(x, y, oFadeLight32)
light.fadespeed = 0.1
light.alarm[0] = 2