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

15 lines
253 B

image_angle += 2
if ((y + 2) > 192 && vspeed > 0)
{
vspeed = 0
gravity = 0
sprite_index = sGFTrooperYellowDead
y = 192
sfx_play(sndGFTrooperFall)
}
if (sprite_index == sGFTrooperYellowDead)
{
hspeed *= 0.75
image_angle = 0
}