the documents of stage or scene

Hi~
I’m new to corona,
I check the resources,but not find the the documents of stage or scene.
does corona can use stage or scene ?
where can I find the docs or samples ?

thanks alot. [import]uid: 21680 topic_id: 5207 reply_id: 305207[/import]

it’s in the docs

http://developer.anscamobile.com/content/application-programming-guide-graphics-and-drawing

http://developer.anscamobile.com/reference/index/displaygetcurrentstage

etc

[import]uid: 6645 topic_id: 5207 reply_id: 17348[/import]

It doesn’t have a stage or scene manager built in if that’s what you’re after. You can check out: http://developer.anscamobile.com/code/director-class-10

That can help you manage different screens if that is what you are after. [import]uid: 11393 topic_id: 5207 reply_id: 17413[/import]

thanks!

but I wonder if others who do not use “director class”,
how do they arange scenes and switch scenes ?

are there sample games include many scenes ?

thanks alot! [import]uid: 21680 topic_id: 5207 reply_id: 17435[/import]

Check the Code Exchange. There are some prebuilt game classes.

If you don’t use the Director Class then you just write your own tailored to your needs. The concept is the same no matter which way you do it. [import]uid: 11393 topic_id: 5207 reply_id: 17439[/import]