{
  "version": "1.0",
  "timestamp": "2026-05-09T20:42:51.289Z",
  "stackScript": "",
  "backscripts": "",
  "objects": [
    {
      "name": "card",
      "id": "card",
      "type": "card",
      "position": {
        "left": "",
        "top": "",
        "width": "",
        "height": ""
      },
      "script": "on arrowkey theKey\n   if theKey is \"up\" then answer \"the up arrowkey was pressed\"\n   if theKey is \"down\" then answer \"the down arrowkey was pressed\"\n   if theKey is \"left\" then answer \"the left arrowkey was pressed\"\n   if theKey is \"right\" then answer \"the right arrowkey was pressed\"\n   \n   put theKey -- as a catch-all debug\nend arrowkey",
      "properties": {
        "backgroundColor": "rgb(43, 108, 132)"
      }
    },
    {
      "name": "edit the script of this card",
      "id": "1",
      "type": "button",
      "position": {
        "left": "50px",
        "top": "117px",
        "width": "292px",
        "height": "30px"
      },
      "script": "on mousedown\n   edit the script of this card\nend mousedown",
      "properties": {
        "visible": "true",
        "hilighted": false,
        "autoHighlight": true,
        "isCheckbox": false,
        "isRadiobutton": false,
        "isMenu": false,
        "menuText": "",
        "disabled": false,
        "textAlign": "center",
        "textsize": 16,
        "textColor": "#000",
        "textFont": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif",
        "textStyle": "normal",
        "asBackground": false,
        "label": "",
        "accentColor": "",
        "icon": "",
        "iconGravity": "top",
        "layer": "28",
        "foregroundColor": "rgb(0, 0, 0)",
        "backgroundColor": "rgb(240, 240, 240)",
        "bordercolor": "rgb(153, 153, 153)",
        "borderwidth": "1",
        "fontFamily": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif",
        "fontWeight": "400",
        "borderColor": "rgb(153, 153, 153)",
        "borderWidth": "1px"
      }
    },
    {
      "name": "description",
      "id": "2",
      "type": "field",
      "position": {
        "left": "49.5px",
        "top": "50px",
        "width": "365px",
        "height": "50px"
      },
      "script": "",
      "properties": {
        "visible": "true",
        "asBackground": false,
        "rotation": 0,
        "layer": "29",
        "textalign": "left",
        "scrollable": false,
        "locktext": true,
        "multiline": false,
        "autotab": false,
        "widemargins": false,
        "sharedtext": false,
        "dontwrap": false,
        "textsize": 16,
        "vScroll": 0,
        "hScroll": 0,
        "visibleLines": "1",
        "isIframe": false,
        "caretColor": "",
        "ignorefind": false,
        "styledtext": true,
        "showborder": false,
        "backgroundColor": "rgba(0, 0, 0, 0)",
        "foregroundColor": "rgb(0, 0, 0)",
        "bordercolor": "rgb(0, 0, 0)",
        "borderwidth": "0",
        "textFont": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif",
        "fontFamily": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif",
        "textStyle": "normal",
        "fontWeight": "400",
        "field": "styledText",
        "borderColor": "rgb(0, 0, 0)",
        "borderWidth": "0px",
        "textAlign": "left"
      },
      "content": "Press the arrow keys on your keyboard.",
      "formattingCommands": [
        "set the textsize of field \"description\" to 16",
        "set the textcolor of field \"description\" to rgb(0, 0, 0)",
        "set the textstyle of field \"description\" to normal",
        "set the textcolor of field \"description\" to 0,0,0"
      ]
    }
  ],
  "groups": [
    {
      "groupName": "segmentedButton",
      "members": [
        "grc \"segment1\" of card 1"
      ]
    }
  ]
}