running template

Hello,
Does anyone have a template to help me learn how to build a endless running game (style)? I have hard time to figure how to make my main character jump on platforms. How to add a rigid body to a animation made with sprite sheets?

Thanks,
David [import]uid: 54241 topic_id: 9129 reply_id: 309129[/import]

Open Applications and go to CoronaSDK, SampleCode, Sprites and then check out Jungle Scene.

That explains the looping background making it look endless.

If by “make rigid” you mean apply physics, which it sounds like you do, you can check out the physics API here; http://developer.anscamobile.com/reference/index/physics-engine

There are many forum topics dedicated to discussing jumping techniques in platformers, so try a quick search and take your pick :slight_smile:

Peach [import]uid: 52491 topic_id: 9129 reply_id: 33436[/import]