forum

Lagerfeldt - R-Type (Doppelganger Summer Remix) (need help)

posted
Total Posts
2
Topic Starter
CheZDa
http://osu.ppy.sh/forum/viewtopic.php?t=29421 - Beware, lasers inside :roll:

CheZDa wrote:

Decided to try some storyboarding... The map isn't finished yet, just need some help. I have no experience in scripting so this stuff is hard for me.

Let's say I want a starfield in the background that moves slowly to the left and loops back when it gets to the edge for the entire song without having to do it manually?

Or how do I get the ship explosions to start from frame 1 when I need them to... Or do I need to place a new sprite for every explosion to make it look right?
Torran
For the looping starfield, you'll need something like this:
Sprite,[Layer],Centre,"[Insert File Path Here]",320,240
L,[Start Time],[Loop How Many Times]
M,0,0,[Speed],320,240,-320,240
Sprite,[Layer],Centre,"insert file path here",320,240
L,Start Time,Loop How Many Times
M,0,0,[Speed],960,240,320,240
For the explosions, you'll need something like this:
Animation,[Layer],Centre,"[Insert File Path Here]",320,240,[# Of Frames],[Frames Per Second],[Loop How Many Times]
[Insert Commands Here]
If you want, I'll create the storyboard for you if you give me specific information on how the storyboard should look.
Please sign in to reply.

New reply