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

17 lines
278 B

halpha -= 0.05
if (halpha <= 0)
halpha = 1
if (oSubscreenMenu.fadeout == 0)
{
if (x < targetx)
x += 10
if (x > targetx)
x -= 10
}
if oSubscreenMenu.fadeout
hspeed = (fadedir * 10)
if oSubscreenMenu.active
drawlines = 1
else
drawlines = 0