Changing Scenes with Director class

Hello ppl,

I have been reading a few tuts on changing scenes, and I found that scenes can be changed using this additional class

http://developer.coronalabs.com/code/director-class-10

I am wondering if this is the right way?

Does corona have anything out of the box that does this? if so is there any tuts that can show me how to do it?

Hi digitallabelprinter,

I would not recommend using director class because it is outdated. Instead, try using Storyboard API or the recently released Composer API.

Here are some links for Storyboard.

http://docs.coronalabs.com/api/library/storyboard/

http://www.develephant.net/a-simple-storyboard-framework-for-corona-sdk-part-1/

And here are some links for Composer.

http://docs.coronalabs.com/daily/api/library/composer/index.html

http://coronalabs.com/blog/2014/01/21/introducing-the-composer-api-plus-tutorial/

If you have to choose one, I would use Composer because it is the newest and is meant to eventually replace storyboard.

Hope this helps!

Eric

Thanks Eric develephant is a good resource

Hi digitallabelprinter,

I would not recommend using director class because it is outdated. Instead, try using Storyboard API or the recently released Composer API.

Here are some links for Storyboard.

http://docs.coronalabs.com/api/library/storyboard/

http://www.develephant.net/a-simple-storyboard-framework-for-corona-sdk-part-1/

And here are some links for Composer.

http://docs.coronalabs.com/daily/api/library/composer/index.html

http://coronalabs.com/blog/2014/01/21/introducing-the-composer-api-plus-tutorial/

If you have to choose one, I would use Composer because it is the newest and is meant to eventually replace storyboard.

Hope this helps!

Eric

Thanks Eric develephant is a good resource