In Dareks Blazblue Requiem Stage in the beginning he has his camera scrolling down from the top of the stage to the bottom before the fight starts how do you code that?Video of what i mean it starts at 0:06
First put a zoffsetlink. The next part depends on how deep your stage is. If you have a fairly flat stage, put a background controller (PosSet or PosAdd) to move the entire stage to the height you want the intro to be at, then move the entire stage back to the standard fight level with VelAdds and/or VelSets. If you have a deep stage with some good layers, you can do it the cooler way and have the layers move independently of each other. Having them move back at different speeds gives a delta-like feeling as they move.