home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 60 / Cine Live 60.iso / pc / Data / Interface / bonus2.k < prev    next >
Encoding:
Text File  |  2002-08-06  |  5.1 KB  |  222 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000152; 
  4.     release Editor:
  5.         IOWindow is {$000000B2,$0000004B,$0000023F,$000002CD,$00000000,$00000000,$00000000,$00000000};
  6.         LayoutWindow is {$00000104,$0000008A,$0000032F,$00000267,$00000000,$00000000,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oMusic2,
  16.         ofond3,
  17.         oreportage_sommaire4,
  18.         oBox7,
  19.         oreportage_lancer5,
  20.         oVid_o6
  21.     ];
  22.     Events is [
  23.         cOnscreenEvent
  24.         with Flags is $00000004; 
  25.             Commands is [
  26.                 cRunCommand
  27.                 with Flags is $00000004; Target is oMusic2; Rewind is true; end
  28.             ];
  29.         end,
  30.         cKeyboardEvent
  31.         with Flags is $00000004; Test is IsSpace; 
  32.             Commands is [
  33.                 cRunCommand
  34.                 with Flags is $00000004; Target is oVid_o6; Mode is Toggle; end
  35.             ];
  36.         end,
  37.         cKeyboardEvent
  38.         with Value is "+"; 
  39.             Commands is [
  40.                 cSetVolumeCommand
  41.                 with Mode is ExecuteHigher; end
  42.             ];
  43.         end,
  44.         cKeyboardEvent
  45.         with Value is "-"; 
  46.             Commands is [
  47.                 cSetVolumeCommand
  48.                 with Flags is $00000004; Mode is ExecuteLower; end
  49.             ];
  50.         end,
  51.         cKeyboardEvent
  52.         with Value is "m"; 
  53.             Commands is [
  54.                 cRunCommand
  55.                 with Flags is $00000004; Mode is Toggle; Rewind is true; end
  56.             ];
  57.         end
  58.     ];
  59. end;
  60.  
  61. object oMusic2 is cSound
  62. with 
  63.     Flags is $00000150; 
  64.     Name is "Music"; 
  65.     
  66.     AdjustX is AlignToCenter; AdjustY is AlignToMiddle; 
  67.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  68.     Looping is true; 
  69.     URL is "data/Sons/1.mp3"; URLOption is GetDiskURL; 
  70.     
  71. end;
  72.  
  73. object ofond3 is cImage
  74. with 
  75.     Flags is $00000150; 
  76.     Name is "fond"; 
  77.     Enabled is false; 
  78.     AdjustX is AlignToCenter; AdjustY is AlignToMiddle; 
  79.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  80.     
  81.     URL is "data/Images/bonus2.jpg"; URLOption is GetDiskURL; 
  82.     
  83.     
  84. end;
  85.  
  86. object oreportage_sommaire4 is cImage
  87. with 
  88.     Flags is $00000150; 
  89.     Name is "reportage sommaire"; 
  90.     Shown is false; Cursor is oFingerCursor; 
  91.     X is 629; Y is 573; 
  92.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  93.     
  94.     URL is "data/Images/vid%20sommaire.jpg"; URLOption is GetDiskURL; 
  95.     
  96.     
  97.     Events is [
  98.         cMouseEnterEvent
  99.         with Flags is $00000004; 
  100.             Commands is [
  101.                 cShowCommand
  102.                 with Flags is $00000004; Target is oTargetSelf; end
  103.             ];
  104.         end,
  105.         cMouseLeaveEvent
  106.         with Flags is $00000004; 
  107.             Commands is [
  108.                 cShowCommand
  109.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  110.             ];
  111.         end,
  112.         cMouseUpEvent
  113.         with Flags is $00000004; 
  114.             Commands is [
  115.                 cBrowseCommand
  116.                 with Flags is $00000004; URL is "data/Interface/sommaire.k"; URLOption is GetDiskURL; end
  117.             ];
  118.         end
  119.     ];
  120. end;
  121.  
  122. object oBox7 is cBox
  123. with 
  124.     Flags is $00008151; 
  125.     Name is "Box"; 
  126.     Region is {$FFFF000A,$00000000,$0069006A};
  127.     Cursor is oFingerCursor; 
  128.     X is 500; Y is 367; 
  129.     Width is 106; Height is 107; 
  130.     
  131.     
  132.     Events is [
  133.         cMouseUpEvent
  134.         with Flags is $00004004; Flag is true; 
  135.             Commands is [
  136.                 cBrowseCommand
  137.                 with Flags is $00004000; URL is "data/Interface/mcm.k"; URLOption is GetDiskURL; end
  138.             ];
  139.         end
  140.     ];
  141. end;
  142.  
  143. object oreportage_lancer5 is cImage
  144. with 
  145.     Flags is $00000150; 
  146.     Name is "reportage lancer"; 
  147.     Shown is false; Cursor is oFingerCursor; 
  148.     X is 475; Y is 573; 
  149.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  150.     
  151.     URL is "data/Images/vid%20video.jpg"; URLOption is GetDiskURL; 
  152.     
  153.     
  154.     Events is [
  155.         cMouseEnterEvent
  156.         with Flags is $00000004; 
  157.             Commands is [
  158.                 cShowCommand
  159.                 with Flags is $00000004; Target is oTargetSelf; end
  160.             ];
  161.         end,
  162.         cMouseLeaveEvent
  163.         with Flags is $00000004; 
  164.             Commands is [
  165.                 cShowCommand
  166.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  167.             ];
  168.         end,
  169.         cMouseUpEvent
  170.         with Flags is $00000004; 
  171.             Commands is [
  172.                 cShowCommand
  173.                 with Flags is $00000004; Target is oVid_o6; end,
  174.                 cEnableCommand
  175.                 with Flags is $00000004; Target is oVid_o6; end,
  176.                 cRunCommand
  177.                 with Flags is $00000004; Target is oVid_o6; Rewind is true; end,
  178.                 cRunCommand
  179.                 with Flags is $00000004; Target is oMusic2; Mode is Clear; Rewind is true; end
  180.             ];
  181.         end
  182.     ];
  183. end;
  184.  
  185. object oVid_o6 is cMPEGMovie
  186. with 
  187.     Flags is $00000150; 
  188.     Name is "Vid\$E9o"; 
  189.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  190.     
  191.     Width is 800; Height is 600; 
  192.     
  193.     URL is "data/Videos/bonus2.mpg"; URLOption is GetDiskURL; 
  194.     Events is [
  195.         cMouseUpEvent
  196.         with Flags is $00000004; 
  197.             Commands is [
  198.                 cShowCommand
  199.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  200.                 cEnableCommand
  201.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  202.                 cRunCommand
  203.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; Rewind is true; end,
  204.                 cRunCommand
  205.                 with Flags is $00000004; Target is oMusic2; Rewind is true; end
  206.             ];
  207.         end,
  208.         cFinishedEvent
  209.         with Flags is $00000004; 
  210.             Commands is [
  211.                 cShowCommand
  212.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  213.                 cEnableCommand
  214.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  215.                 cRunCommand
  216.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; Rewind is true; end,
  217.                 cRunCommand
  218.                 with Flags is $00000004; Target is oMusic2; Rewind is true; end
  219.             ];
  220.         end
  221.     ];
  222. end;