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