Forum rules - please read before posting.

2d Top Down Scroller?

Are there any tutorials on making a 2D Top Down game (think Galaga) where the screen appears to fall from the top to the bottom simulating forward movement?

Comments

  • Welcome to the community, @ElliottPopovich.

    To be clear: AC is not intended for arcade games such as Galaga. It is made for traditional adventure games with a focus on puzzles and storytelling.

    Having the screen scroll top-to-bottom, however, should be possible just by animating your background sprite(s). That's just using Unity's own animation system, not AC, so you should be able to find tutorials on the Unity website / forums.

  • You could use a script like this to scroll the texture? http://pasteall.org/1446116

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.