Hi guys, I tried to fix my game character’s rotation using:
local player = display.newImage("char.png")
player.x = 116
player.y = 100
player.isFixedRotation = true
player.myName = "player"
but my object keep rotating after a collision, I don’t know why.
Thanks in advantage for your help,
Greets
[import]uid: 122056 topic_id: 34032 reply_id: 334032[/import]