Ok so when i try going to another scene it doesn’t let me set a time interval or a effect…
I’m running the latest version of corona … daily build – CoronaSDK 2015.2753
This is my code… Its a simple go from one lua file to the other…
composer.gotoScene( "two", { time = 10000, effect = "fade" })
All it does is go to the next scene instantly on the next frame… From a black screen on one.lua to a white screen on two.lua…
Thanks!