{
  "$schema": "https://service.metason.net/ar/schemas/action.json",
  "items": [
    {
      "id": "net.metason.samples.startpanel",
      "type": "Spot",
      "subtype": "Panel",
      "name": "Panel",
      "vertices": [
        [
          0.0,
          0.0,
          0.0
        ]
      ],
      "assetData": "<b>Examples of AR Items</b><br>Interactive tour through<br>samples of items run by<br><b>declarative</b> AR actions.<br><br><small><i>Touch</i> the button below to start.</small>",
      "assetMeta": "color:#000000; bgcolor:#EEEEEECC; scale:1.0",
      "isLocked": true
    },
    {
      "id": "net.metason.samples.next",
      "type": "Spot",
      "subtype": "Panel",
      "name": "Panel",
      "vertices": [
        [
          0.0,
          0.0,
          0.0
        ]
      ],
      "assetData": "https://service.metason.net/ar/extension/images/next.png",
      "assetMeta": "wxdxh:0.25x0.0x0.25",
      "content": "ontap=function('net.metason.samples.*', 'delete'); function('https://service.metason.net/ar/content/samples/panel.json', 'getJSON')",
      "isLocked": true
    },
    {
      "id": "net.metason.samples.startpointer",
      "vertices": [
        [
          0.0,
          0.0,
          0.0
        ],
        [
          0.0,
          0.4,
          0.0
        ]
      ],
      "type": "Route",
      "subtype": "Pointer",
      "isLocked": true
    },
    {
      "id": "net.metason.samples.starthint",
      "type": "Spot",
      "subtype": "Text",
      "name": "touch to start",
      "assetMeta": "color:#FF0000;billboard:1;",
      "isLocked": true
    }
  ],
  "tasks": [
    {
      "do": "add",
      "id": "net.metason.samples.startpanel",
      "ahead": "0.0 0.8 -1.5"
    },
    {
      "do": "add",
      "id": "net.metason.samples.next",
      "ahead": "0.0 0.5 -1.5"
    },
    {
      "do": "add",
      "id": "net.metason.samples.startpointer",
      "ahead": "0.0 0.0 -1.5"
    },
    {
      "do": "add",
      "id": "net.metason.samples.starthint",
      "ahead": "0.0 0.2 -1.5"
    },
    {
      "do": "clear",
      "op": "UI"
    }
  ]
}