home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-03-16 | 1.5 KB | 63 lines | [TEXT/MPS ] |
- object oTUT_6 is cDefaultContainer
- has
- MenuData;
- with
- MenuData is [
- ["LAUNCH", ":Tutorial & Sample Projects:Tutorial - Getting Started:“Journey to India”"],
- ["LAUNCH", ":Tutorial & Sample Projects:Americas Funniest Home Videos:Lights! Camera! InterAction!-8"],
- ["LAUNCH", ":Tutorial & Sample Projects:MASCO:MASCO"],
- ["LAUNCH", ":Tutorial & Sample Projects:New Features Demo Project:“New Features Demo”"],
- ["LAUNCH", ":Tutorial & Sample Projects:NEXUS:“Clarion96 1.1 Demo”"],
- ["LAUNCH", ":Tutorial & Sample Projects:PiXEL•FACTORY:AMT/PE Show:ran Tore Quiz Mac"],
- ["LAUNCH", ":Tutorial & Sample Projects:Stepping into the Future:Roberts Day with the Mac™ OS"],
- ["LAUNCH", ":Tutorial & Sample Projects:The Carl Group,Inc.:SUCCESS"],
- ["LAUNCH", ":Tutorial & Sample Projects:Virtual Alphabet Book:“The Virtual Alphabet Book”"],
- void,
- void,
- void
- ];
-
- Binder is oBinder;
- Label is -1;
- Items is [
- oGETSTRTD_PIC_6_1,
- oARROWS_PIC_3_27,
- oROW1_3_9,
- oROW2_3_11,
- oROW3_3_12,
- oROW4_3_13,
- oROW5_3_18,
- oROW6_3_19,
- oROW7_3_40,
- oROW8_3_41,
- oROW9_3_42,
- oROW10_3_43,
- oROW11_3_44,
- oROW12_3_45,
- oBTNMM_PIC_3_33,
- oBTNPROD_3_46,
- oBTNSUCC_3_35,
- oBTNREF_3_36,
- oBTNTUTR_3_37,
- oBTNSAMPL_3_38,
- oBTNQUIT_3_39,
- oPOPUP_PIC_3_29,
- oBTNABRT_PIC_3_31,
- oBTNCONT_PIC_3_32
- ];
- end;
-
-
- object oGETSTRTD_PIC_6_1 is cPictureHandler
- with
- Duration is -1;
- Supplier is oTUTO_PIC_7_;
- Behavior is cDefaultBehavior
- has
- with
- Enabled is true; Shown is true;
- X is 0; Y is 0; Width is 640; Height is 480;
- end;
- end;
-
-