home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-07-15 | 1.2 KB | 72 lines | [TEXT/MPS ] |
- object oDemos1_41 is cDefaultContainer
- with
- Binder is oBinder;
- Label is -1;
- Items is [
- oBackground_Demos_41_5,
- ocollage_41_7,
- ophotoshop_41_9,
- oMenu_Button_41_4
- ];
- end;
-
-
- object oBackground_Demos_41_5 is cPictureHandler
- with
- Duration is -1;
- Supplier is oBackground_Demos_153_;
- Behavior is cVRBehavior
- has
- with
- Enabled is true; Shown is true;
- X is 0; Y is 0; Width is 640; Height is 480;
- end;
- end;
-
-
- object ocollage_41_7 is cPictureHandler
- with
- Duration is -1;
- Supplier is ocollage_155_;
- Behavior is cVRBehavior
- has
- with
- Enabled is true; Shown is true;
- X is 12; Y is 21; Width is 320; Height is 230;
- end;
- end;
-
-
- object ophotoshop_41_9 is cPictureHandler
- with
- Duration is -1;
- Supplier is ophotoshop_162_;
- Behavior is cVRBehavior
- has
- with
- Enabled is true; Shown is true;
- X is 165; Y is 225; Width is 320; Height is 240;
- end;
- end;
-
-
- object oMenu_Button_41_4 is cPictureHandler
- with
- Duration is -1;
- Supplier is oMenu_Button_49_;
- Behavior is cVRBehavior
- has
- MouseUp(theTarget, theX, theY)
- do
- oBinder.Goto(oMain_Menu_2);
- oBinder.Refresh();
- oBinder.SetTransition(oDissolve, 30);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 524; Y is 401; Width is 90; Height is 39;
- end;
- end;
-
-