Director: Screen Change Animation

I am using Director to change screens. I want to animate the screen changing. Is there any way to accomplish this? I want similar effect like Fade transitions or different scene transitions those are available in Cocos2D.

Please help me.

Thanks [import]uid: 97897 topic_id: 20234 reply_id: 320234[/import]

List of effects for scene changes in Director:

[lua]director:changeScene(“scene”, “moveFromRight”)
director:changeScene(“scene”, “overFromRight”)
director:changeScene(“scene”, “moveFromLeft”)
director:changeScene(“scene”, “overFromLeft”)
director:changeScene(“scene”, “overFromTop”)
director:changeScene(“scene”, “overFromBottom”)
director:changeScene(“scene”, “fade”)
director:changeScene(“scene”, “flip”)
director:changeScene(“scene”, “downFlip”)[/lua]

In future please post Director related questions in the Director sub forum; we can’t provide official support for 3rd party.

Luckily I had this list lying around from a recent blog post :wink:

Peach :slight_smile: [import]uid: 52491 topic_id: 20234 reply_id: 79102[/import]

Thanks Peach. I am new so I didn’t know there was a subgroup for Director. Sorry.

One more question. Is there any native way to change scene in Corona, I mean not using the third party library.

Thanks [import]uid: 97897 topic_id: 20234 reply_id: 79123[/import]

There sure is :slight_smile:

Check out StoryBoard : http://developer.anscamobile.com/content/storyboard [import]uid: 84637 topic_id: 20234 reply_id: 79173[/import]

No worries Shovon - and welcome!

I just wanted to mention it as it’s the best way to get an answer so it’s worth remembering for the future :slight_smile:

As to a native way, as Danny says yes, there is Storyboard which is available in the latest stable build, 704.

Peach :slight_smile: [import]uid: 52491 topic_id: 20234 reply_id: 79189[/import]

Thanks a lot. I am trying the storyboard now. [import]uid: 97897 topic_id: 20234 reply_id: 79213[/import]