Is there any way to give objects motion without the gravity? I’m setting my gravity to 0 because I don’t want them to fall, only moving with given motion on the Y-axis?
Thanks in advance, [import]uid: 14018 topic_id: 5153 reply_id: 305153[/import]
Is there any way to give objects motion without the gravity? I’m setting my gravity to 0 because I don’t want them to fall, only moving with given motion on the Y-axis?
Thanks in advance, [import]uid: 14018 topic_id: 5153 reply_id: 305153[/import]
Does nobody know how to give objects motion? [import]uid: 14018 topic_id: 5153 reply_id: 17113[/import]
dude you only asked a few hours ago, settle down
anyway this is what you want
http://developer.anscamobile.com/content/bodies
note the methods applyForce, applyLinearImpulse, and applyTorque
to see a code example of what you’re asking for look at my example code
http://developer.anscamobile.com/forum/2010/12/31/object-oriented-sample-game-framework-corona [import]uid: 12108 topic_id: 5153 reply_id: 17115[/import]
Watch some of these videos…especially the one with the red balloons.
http://www.youtube.com/user/anscamobile#p/u
There are a lot of materials online here to assist you. [import]uid: 9492 topic_id: 5153 reply_id: 17116[/import]