I have a movie clip i want to use as a background, and i have some box2d objects that are on other scene,
when i run my app, all the box2d objects go to the back and i can only see the movie clip.
How can i put the movie clip on back and the box2d objects in front?
Comments
http://docs.giderosmobile.com/reference/gideros/Sprite/addChildAt#Sprite:addChildAt
Or create a placeholder sprite at the position you want the movieclip sprite to be, just before you make your box2d objects.
Or use addChild on the box2d object to reposition it after the last addChild (the movie clip).
Likes: Apollo14, david548
https://deluxepixel.com
Likes: SinisterSoft, antix