heres my code I want to fade out and go into the next .lua file I have. what do I do? how do I do it?
I use storyboard to navigate scenes, you can then set the effect you want going between them easily
storyboard.gotoScene( "nextscene.lua", { effect = "fade", time = 800} )
I use storyboard to navigate scenes, you can then set the effect you want going between them easily
storyboard.gotoScene( "nextscene.lua", { effect = "fade", time = 800} )