Hi All,
Still having problems with scene manager which I thought I'd resolved. But my current app on the app store loads with a white screen maybe one in every 20 times.
If I set the time in this line
Timer.delayedCall(600, function() sceneManager:changeScene("Level 1", .2, SceneManager.fade); end) |
from .2 to 0 then it will produce the error every time.
Not sure what I'm getting wrong here. I'd like to use Scenemanger but without the transitions...
Thanks
Tom
Comments
This at the top was causing it:
Thanks
Likes: vitalitymobile