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