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

16 lines
242 B

if active
{
image_speed = 0.2
wheel_angle += 2
if (wheel_angle > 360)
wheel_angle -= 360
if (slot_alpha < 1)
slot_alpha += 0.05
}
else
{
image_speed = 0
if (slot_alpha > 0)
slot_alpha -= 0.01
}