Forums » General Questions » List of BGanimations commands

1
How do I get an image to slowly scroll across the screen Pump It Up style? For StepMania 3.9 and 5
Reply
What is "Pump It Up" style? Never played that game.
<YungDaVinci> but what does it mean
<YungDaVinci> what is kyzentun
<Kyzentun> It means Kyzentun.
<Jousway> what the fuck is a Kyzentun
Reply
The most basic way to do this would be a linear tween from some x coordinate to another.

In 3.9:
linear,(some amount of time);x,(whatever you want)

and in 5:
self:linear([some amount of time]):x([whatever you want])


When you use a command/function like linear to set the tween, it will cause all following commands to be part of that tween. You can use linear,0, or other tweens, to change that again.
Reply
Can you give me an example of how time is entered and a value for X?
Reply
Time is just a decimal number, so something like
linear,1
would make the operation take 1 second. I can't really given an example value for x, it depends on what you're trying to do, which I'll be honest I still don't understand.
Reply


Besides the animated characters and objects notice how the background subtly pans across the screen, zooms in and out.
Reply