/* 
 This file was generated by Dashcode and is covered by the 
 license.txt included in the project.  You may edit this file, 
 however it is recommended to first turn off the Dashcode 
 code generator otherwise the changes will be lost.
 */
var dashcodePartSpecs = {
    "button": { "creationFunction": "CreatePushButton", "initialHeight": 40, "initialWidth": 85, "leftImageWidth": 5, "onclick": "setupPlay", "rightImageWidth": 5, "text": "Play" },
    "button1": { "creationFunction": "CreatePushButton", "initialHeight": 40, "initialWidth": 85, "leftImageWidth": 5, "onclick": "showList", "rightImageWidth": 5, "text": "List" },
    "button2": { "creationFunction": "CreatePushButton", "initialHeight": 40, "initialWidth": 85, "leftImageWidth": 5, "onclick": "noSave", "rightImageWidth": 5, "text": "Save" },
    "button4": { "creationFunction": "CreatePushButton", "initialHeight": 40, "initialWidth": 90, "leftImageWidth": 5, "onclick": "yesResponse", "rightImageWidth": 5, "text": "Yes" },
    "button5": { "creationFunction": "CreatePushButton", "initialHeight": 40, "initialWidth": 90, "leftImageWidth": 5, "onclick": "noResponse", "rightImageWidth": 5, "text": "No" },
    "button6": { "creationFunction": "CreatePushButton", "initialHeight": 27, "initialWidth": 80, "leftImageWidth": 5, "onclick": "clearSettings", "rightImageWidth": 5, "text": "Reset" },
    "done": { "creationFunction": "CreatePushButton", "initialHeight": 30, "initialWidth": 49, "leftImageWidth": 5, "onclick": "flipToFront", "rightImageWidth": 5, "text": "Done" },
    "footer": { "creationFunction": "CreateText", "text": "Developed with Dashcode" },
    "infoButton": { "creationFunction": "CreatePushButton", "customImage": "Images/info.png", "customImagePosition": "PushButton.IMAGE_POSITION_CENTER", "customImagePressed": "Images/info_clicked.png", "initialHeight": 40, "initialWidth": 40, "leftImageWidth": 1, "onclick": "flipToSettings", "rightImageWidth": 1 },
    "message": { "creationFunction": "CreateText" },
    "smallmessage": { "creationFunction": "CreateText" },
    "text": { "creationFunction": "CreateText", "text": "Program Information" },
    "text1": { "creationFunction": "CreateText", "text": "List Button: displays the animals currently held in memory." },
    "text2": { "creationFunction": "CreateText", "text": "Animal Guesses" },
    "text3": { "creationFunction": "CreateText", "text": "Save Button: saves animals to permanent storage. Available only in the paid version ($0.99) at holman.id.au/webapps/guesses" },
    "text4": { "creationFunction": "CreateText", "text": "For maximum enjoyment, keep your added questions as general as possible, while making the animals more specific. More info and game hints at holman.id.au/webapps/info/" },
    "text6": { "creationFunction": "CreateText", "text": "The button below will reset the game to the original 5 animals. " },
    "views": { "creationFunction": "CreateStackLayout", "subviewsTransitions": [{ "direction": "right-left", "duration": "", "timing": "ease-in-out", "type": "flip" }, { "direction": "right-left", "duration": "", "timing": "ease-in-out", "type": "flip" }] }
};
