My object is above my composer overlay while another object is hidden beneath it.

How come one of my objects which is moving from one place to another is above my composer overlay and how do i fix this?

Regards,

Danny

Did you add the display object to the scene group ?

[lua]

sceneGroup:insert(beeRocketDude)

[/lua]

I couldnt put it into a group but somehow putting scene.view inside the creation part worked! Thanks anyway r.delia!

Did you add the display object to the scene group ?

[lua]

sceneGroup:insert(beeRocketDude)

[/lua]

I couldnt put it into a group but somehow putting scene.view inside the creation part worked! Thanks anyway r.delia!