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

22 lines
461 B

if (canfadeout && (oControl.kMenu1 || oControl.kMenu2 || oControl.kStart))
fadeout = 1
if fadeout
{
if (yoffset > 0)
yoffset -= 1
else
event_user(0)
}
if (statetime == 360)
instance_create(192, 88, oCreditsShip)
if (statetime > 520)
{
if (image_alpha < 1)
image_alpha += 0.05
}
if (statetime == 700)
vspeed = -0.34
statetime += 1
if audio_is_playing(oMusicV2.currentbgm)
audio_stop_sound(oMusicV2.currentbgm)