home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 September / macformat-041.iso / mac / MacFormat 41 Browser / SOURCES / oDemos1_41.k < prev    next >
Encoding:
Text File  |  1996-07-15  |  1.2 KB  |  72 lines  |  [TEXT/MPS ]

  1. object oDemos1_41 is cDefaultContainer
  2. with
  3.     Binder is oBinder;
  4.     Label is -1;
  5.     Items is [
  6.         oBackground_Demos_41_5,
  7.         ocollage_41_7,
  8.         ophotoshop_41_9,
  9.         oMenu_Button_41_4
  10.     ];
  11. end;
  12.  
  13.  
  14. object oBackground_Demos_41_5 is cPictureHandler
  15. with
  16.     Duration is -1;
  17.     Supplier is oBackground_Demos_153_;
  18.     Behavior is cVRBehavior
  19.     has
  20.     with
  21.         Enabled is true; Shown is true; 
  22.         X is 0; Y is 0; Width is 640; Height is 480;
  23.     end;
  24. end;
  25.  
  26.  
  27. object ocollage_41_7 is cPictureHandler
  28. with
  29.     Duration is -1;
  30.     Supplier is ocollage_155_;
  31.     Behavior is cVRBehavior
  32.     has
  33.     with
  34.         Enabled is true; Shown is true; 
  35.         X is 12; Y is 21; Width is 320; Height is 230;
  36.     end;
  37. end;
  38.  
  39.  
  40. object ophotoshop_41_9 is cPictureHandler
  41. with
  42.     Duration is -1;
  43.     Supplier is ophotoshop_162_;
  44.     Behavior is cVRBehavior
  45.     has
  46.     with
  47.         Enabled is true; Shown is true; 
  48.         X is 165; Y is 225; Width is 320; Height is 240;
  49.     end;
  50. end;
  51.  
  52.  
  53. object oMenu_Button_41_4 is cPictureHandler
  54. with
  55.     Duration is -1;
  56.     Supplier is oMenu_Button_49_;
  57.     Behavior is cVRBehavior
  58.     has
  59.         MouseUp(theTarget, theX, theY)
  60.             do
  61.                 oBinder.Goto(oMain_Menu_2);
  62.                 oBinder.Refresh();
  63.                 oBinder.SetTransition(oDissolve, 30);
  64.             end;
  65.         
  66.     with
  67.         Enabled is true; Shown is true; 
  68.         X is 524; Y is 401; Width is 90; Height is 39;
  69.     end;
  70. end;
  71.  
  72.