[SOLVED]object.isFixedRotation doesn't work

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 :slight_smile: [import]uid: 122056 topic_id: 34032 reply_id: 334032[/import]

Ok, I solved: I forgot to add physics to my object :slight_smile: [import]uid: 122056 topic_id: 34032 reply_id: 135324[/import]

Ok, I solved: I forgot to add physics to my object :slight_smile: [import]uid: 122056 topic_id: 34032 reply_id: 135324[/import]