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