EditChange scenes
Basic Idea: Define a scene change behavior for the scene. (Just like actors, scenes can also have behaviors and properties).
Sample Game:
http://www.popfly.com/users/team/HowDoI-ChangeSceneDetails:
- A scene change involves three things: a 'from' scene, a 'to' scene, and an event that will cause the transition. In the sample game above, arrow keys are used to switch between Main and Scene 6 scenes. Define a scene change behavior for the 'from' scene using the event:
Scenes->Scene->Behaviors
 Change Scene (Click the image to view full size) |