Hi,
I just had a look at the API documentation. There is the stage, but I think it is only one general container for all objects.
The question I have atm. and before I can test this myself is, how can you layer images in the right order. Something like
-draw background first
-then the game objects
-on top, draw UI elements
Is this supported?
Comments
But it's better to derive your own classes from Sprite and then add these. So that you can integrate your own game/ui logic to these Sprites:
Likes: MikeHart, Averett