Composer scene transition bug!

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!

You might want to check that it’s happening with a completely clean, brand new solution - I’m not seeing this sudden scene change on my 2753. It’s possible you have an error in one of the scene files which is causing composer to receive a 0 time value.

I tried it with a new project and still its doing it… Here is the project file…

http://www.mediafire.com/download/lexc9dyj0gtdyf4/composer_transition_test.zip

Just download and unzip then check if it crossFades over a 5 second time frame…

Thanks!

I also tried uninstalling and reinstalling corona… still no luck.

I’m such an idiot! Haha It was because i wasn’t adding the two.lua background into sceneGroup.

– SonicX278

For future reference, you can always run my composer transition tester if you think something is wrong:

See ‘1_transitions’ folder in this zip: http://github.com/roaminggamer/CoronaGeek/raw/master/Hangouts/composer_scene_manager.zip

https://www.youtube.com/watch?v=3WZqqpoFy4c&feature=youtu.be

Thanks @RoamingGamer! Ill keep that in mind.

You might want to check that it’s happening with a completely clean, brand new solution - I’m not seeing this sudden scene change on my 2753. It’s possible you have an error in one of the scene files which is causing composer to receive a 0 time value.

I tried it with a new project and still its doing it… Here is the project file…

http://www.mediafire.com/download/lexc9dyj0gtdyf4/composer_transition_test.zip

Just download and unzip then check if it crossFades over a 5 second time frame…

Thanks!

I also tried uninstalling and reinstalling corona… still no luck.

I’m such an idiot! Haha It was because i wasn’t adding the two.lua background into sceneGroup.

– SonicX278

For future reference, you can always run my composer transition tester if you think something is wrong:

See ‘1_transitions’ folder in this zip: http://github.com/roaminggamer/CoronaGeek/raw/master/Hangouts/composer_scene_manager.zip

https://www.youtube.com/watch?v=3WZqqpoFy4c&feature=youtu.be

Thanks @RoamingGamer! Ill keep that in mind.