Hi, I need object which moves against gravity upwards.
For example one objects moves up (weight -1) and if another with weight 1 fall on it they will stay at one place in the air.
How can I do this?
I tried this for object which should move up:
timer.performWithDelay(1,function() object1:setLinearVelocity( 0, -3 ); object1.rotation=0; end,0)
But its not good it ignoring physics so much…
Is there any easiest/better way how to do this?
Thanks. [import]uid: 59968 topic_id: 18597 reply_id: 318597[/import]
