Hi fellow Corona SDK users. I have been trying to work on an application for the app store, but I have been having trouble for several reasons. The first reason is, how in the world do you let your object move? I’m designing a game where you control a ball, and you try not to go off course passing obstacles and all sorts of things, but how do I make the ball actually move? My other question is, this game is not like other games, its sort of “over the shoulder” 3rd person, not “birds eye view” 3rd person. How do I make that happen? I have a perfect visual image on this game, and I think it could become very successful. Please help me out. Thanks in advance.
Tim [import]uid: 56661 topic_id: 18687 reply_id: 318687[/import]
You can make your objects move by using force, gravity or impulses if you’re using physics. If not, you would normally use transition.to().
For the over the shoulder thing I suppose rather than moving the ball you might look at moving the background so it appears that the ball is moving when it’s not? (I can’t picture what your end goal is so I might be off on that suggestion.)
Peach
[import]uid: 52491 topic_id: 18687 reply_id: 71845[/import]