Make a scene change automatically after 2 seconds

The title says everything. I want a scene to load 2 seconds after the current scene is loaded.

See this page in the docs:

https://docs.coronalabs.com/api/library/timer/performWithDelay.html

The first code example on that page is what you probably want. Just replace the print line with the composer.gotoScene command and set the first parameter of timer.performWithDelay to 2000 (2 seconds).

 Jay

Thanks a lot!

See this page in the docs:

https://docs.coronalabs.com/api/library/timer/performWithDelay.html

The first code example on that page is what you probably want. Just replace the print line with the composer.gotoScene command and set the first parameter of timer.performWithDelay to 2000 (2 seconds).

 Jay

Thanks a lot!