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

11 lines
385 B

if (smissile == 0)
make_smoke_explosion2((startx + ((x - startx) / 2)), (starty + ((y - starty) / 2)))
else
make_smoke_explosion((startx + ((x - startx) / 2)), (starty + ((y - starty) / 2)))
flame = instance_create(x, y, oMissileFlame)
flame.image_angle = image_angle
if smissile
flame.sprite_index = sSMissileFlame
if icemissiles
flame.sprite_index = sIceMissileFlame