If you have two types of images which you’d like to bounce off of one another, one which you do not want to be affected by gravity, and another which you do, is there a way to accomplish this with Corona? [import]uid: 4596 topic_id: 10526 reply_id: 310526[/import]
make one image static or kinematic and bounce another on it
or apply linear impulse to one image and then bounce [import]uid: 12482 topic_id: 10526 reply_id: 38373[/import]
Thanks. I intend for them all to be dynamic, just one type not affected by gravity. [import]uid: 4596 topic_id: 10526 reply_id: 38380[/import]
Have you tried creating the non-gravity objects as sensors without density? [import]uid: 10903 topic_id: 10526 reply_id: 38392[/import]
No I haven’t. Will try [import]uid: 4596 topic_id: 10526 reply_id: 38434[/import]
You could apply a force directly opposite to gravity to certain objects per frame, that might work… [import]uid: 5354 topic_id: 10526 reply_id: 38437[/import]
Or put invisible platforms underneath those objects. [import]uid: 10903 topic_id: 10526 reply_id: 38442[/import]
None of those proposed solutions were a perfect fit, but I was able to negate the effect of gravity by using linearDamping. Thanks for the ideas [import]uid: 4596 topic_id: 10526 reply_id: 38449[/import]