Displaying object over spritesheet

Hi,
object:toFront() is not working over spritesheet.
is any other way to displaying object over spritesheet?

Thanks. [import]uid: 75428 topic_id: 16848 reply_id: 316848[/import]

Make sure the z index of the object that you want to display above is having higher value than the lower one

[self addChild: spritesheet z:2] //Spritesheet
[self addChild: object z:3] //Object over spritesheet [import]uid: 99726 topic_id: 16848 reply_id: 63106[/import]