Transitions Question

Hello, I’m new to Corona and Storyboard … I’m having trouble with scene transitions – or maybe what I’m trying is not possible?

I want to crossFade from scene1 to scene2, but I just get a fade to black, then scene2 pops on suddenly.
Can someone give an example of a crossfade between two scenes without going to black?

All transitions seem to transition to black, then scene2 appears.

Thanks!
-Mark

[import]uid: 146690 topic_id: 28743 reply_id: 328743[/import]

Can you give a small example of the code that you are using? [import]uid: 126161 topic_id: 28743 reply_id: 115858[/import]

Taking a SWAG at it, I would bet you are not creating any display objects in the createScene() function but waiting until enterScene() to construct every thing. I don’t believe that enterScene() fires until it’s transitioned on the screen.
[import]uid: 19626 topic_id: 28743 reply_id: 115859[/import]

Thank you for your replies.

Sorry I didn’t post some sample code … that would have been helpful :slight_smile:

robmiracle’s hint was the answer. I wasn’t displaying until enterScene. I have everything working smoothly now.

Corona is really amazing!
-Mark
[import]uid: 146690 topic_id: 28743 reply_id: 115916[/import]

That’s why robmiracle is the man. [import]uid: 126161 topic_id: 28743 reply_id: 115956[/import]