Created
June 13, 2013 15:09
-
-
Save figengungor/5774460 to your computer and use it in GitHub Desktop.
storyboard main
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local storyboard = require("storyboard") --import storyboard | |
| storyboard.purgeOnSceneChange=true --clean scene before moving anothe scene | |
| --GLOBALS-- | |
| W=display.contentWidth | |
| H=display.contentHeight | |
| ----------------------------- | |
| --Change scene-- | |
| storyboard.gotoScene("scene1") --go to first scene | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment