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

14 lines
262 B

if (fadingaway == 1)
{
image_alpha -= 0.2
if (image_alpha <= 0)
instance_destroy()
}
hspeed *= 0.94
if (vspeed > -0.5)
vspeed -= 0.08
if (y < (global.waterlevel + 8))
fadingaway = 1
if (y < (global.waterlevel + 4))
instance_destroy()