home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / AMT / Sample AMT⁄PE Code / SOURCES / oTUT_6.k < prev   
Encoding:
Text File  |  1996-03-16  |  1.5 KB  |  63 lines  |  [TEXT/MPS ]

  1. object oTUT_6 is cDefaultContainer
  2. has
  3.     MenuData;
  4. with
  5.     MenuData is [
  6.         ["LAUNCH", ":Tutorial & Sample Projects:Tutorial - Getting Started:“Journey to India”"],
  7.         ["LAUNCH", ":Tutorial & Sample Projects:Americas Funniest Home Videos:Lights! Camera! InterAction!-8"],
  8.         ["LAUNCH", ":Tutorial & Sample Projects:MASCO:MASCO"],
  9.         ["LAUNCH", ":Tutorial & Sample Projects:New Features Demo Project:“New Features Demo”"],
  10.         ["LAUNCH", ":Tutorial & Sample Projects:NEXUS:“Clarion96 1.1 Demo”"],
  11.         ["LAUNCH", ":Tutorial & Sample Projects:PiXEL•FACTORY:AMT/PE Show:ran Tore Quiz Mac"],
  12.         ["LAUNCH", ":Tutorial & Sample Projects:Stepping into the Future:Roberts Day with the Mac™ OS"],
  13.         ["LAUNCH", ":Tutorial & Sample Projects:The Carl Group,Inc.:SUCCESS"],
  14.         ["LAUNCH", ":Tutorial & Sample Projects:Virtual Alphabet Book:“The Virtual Alphabet Book”"],
  15.         void,
  16.         void,
  17.         void
  18.     ];
  19.     
  20.     Binder is oBinder;
  21.     Label is -1;
  22.     Items is [
  23.         oGETSTRTD_PIC_6_1,
  24.         oARROWS_PIC_3_27,
  25.         oROW1_3_9,
  26.         oROW2_3_11,
  27.         oROW3_3_12,
  28.         oROW4_3_13,
  29.         oROW5_3_18,
  30.         oROW6_3_19,
  31.         oROW7_3_40,
  32.         oROW8_3_41,
  33.         oROW9_3_42,
  34.         oROW10_3_43,
  35.         oROW11_3_44,
  36.         oROW12_3_45,
  37.         oBTNMM_PIC_3_33,
  38.         oBTNPROD_3_46,
  39.         oBTNSUCC_3_35,
  40.         oBTNREF_3_36,
  41.         oBTNTUTR_3_37,
  42.         oBTNSAMPL_3_38,
  43.         oBTNQUIT_3_39,
  44.         oPOPUP_PIC_3_29,
  45.         oBTNABRT_PIC_3_31,
  46.         oBTNCONT_PIC_3_32
  47.     ];
  48. end;
  49.  
  50.  
  51. object oGETSTRTD_PIC_6_1 is cPictureHandler
  52. with
  53.     Duration is -1;
  54.     Supplier is oTUTO_PIC_7_;
  55.     Behavior is cDefaultBehavior
  56.     has
  57.     with
  58.         Enabled is true; Shown is true; 
  59.         X is 0; Y is 0; Width is 640; Height is 480;
  60.     end;
  61. end;
  62.  
  63.