Skip to content

Instantly share code, notes, and snippets.

@richtaur
Created March 19, 2012 23:10
Show Gist options
  • Save richtaur/2128204 to your computer and use it in GitHub Desktop.
Save richtaur/2128204 to your computer and use it in GitHub Desktop.
viewDefinitions = {
"title": {
properties: {
backgroundColor: "black",
width: 640,
height: 480
},
children: {
"playButton": {
properties: {
image: "button.png",
text: intl.PLAY,
align: ["center", "center"],
}
}
}
}
};
view.applyDefinition(viewDefinitions.title);
view.getChild("playButton").on("press", this, "_onPressPlay");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment