DivinElegy / GrooveNights

ITG Theme
http://divinelegy.com
8 stars 5 forks source link

ScreenOptions (and PlayerOptions) Menu Transition #23

Closed DivineJayce closed 10 years ago

DivineJayce commented 10 years ago

When screen loads the whole menu slides in from the left, the offcommand slides it off to the right, both cases are decelerate,0.3;addx,SCREEN_WIDTH; and accelerate,0.3;addx,SCREEN_WIDTH; respectively.

I can't find a command to stop it from happening in the metrics, the closest I've gotten is PageOffCommand which stops the transition of the background graphic but not the text inside it. I only know the tween time and overall distance because applying it to PageOffCommand kept it perfectly stationary.

So yeah have FUN