Fade out from splash screen ?

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} )

Maybe this will helP?

http://docs.coronalabs.com/api/library/transition/to.html

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} )

Maybe this will helP?

http://docs.coronalabs.com/api/library/transition/to.html