Physics question

I have an object that falls from the top of the screen and off the bottom. At this point I move it to the top and let it continue falling.

I’d like to reset all of the motion properties at this point. What methods and properties would I use? [import]uid: 98652 topic_id: 22708 reply_id: 322708[/import]

at least:

setLinearVelocity(0,0)
angularVelocity = 0

post up if you still need guidance and good luck. [import]uid: 21331 topic_id: 22708 reply_id: 90610[/import]

Thanks, got it. [import]uid: 98652 topic_id: 22708 reply_id: 90623[/import]