Object continuously moving to the right (how to do?)

So I have an object (I’ll call it a ball), and I want it to continuously move to the right.

I’ll also have it where when you tap on the screen, the ball jumps.

How do I do this?

Thanks. [import]uid: 38631 topic_id: 6940 reply_id: 306940[/import]

Look here: http://developer.anscamobile.com/resources/apis/
look under the Physics and bodies area, there are several ways to make your object move, you could apply torque to it, or set the objects velocity. this will make your ball roll.
you then would need to create buttons that are attached to the function which would say for instance “apply torque to my circle when this button is clicked”
[import]uid: 19620 topic_id: 6940 reply_id: 24295[/import]