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

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000152; 
  4.     release Editor:
  5.         IOWindow is {$000001A1,$000000D5,$000001DE,$0000027E,$FFFFFFF0,$FFFFFF2B,$00000000,$00000000};
  6.         LayoutWindow is {$00000064,$000000C7,$0000034B,$00000297,$0000000E,$00000018,$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.         oMM13,
  17.         o244,
  18.         o255,
  19.         o266,
  20.         o277,
  21.         o288,
  22.         o299,
  23.         o3010,
  24.         o3111,
  25.         o3212,
  26.         o3313,
  27.         o3414,
  28.         o3515,
  29.         oBTdroite16,
  30.         oBTgauch17,
  31.         ommsomm18
  32.     ];
  33.     Events is [
  34.         cOnscreenEvent
  35.         with Flags is $00000004; 
  36.             Commands is [
  37.                 cRunCommand
  38.                 with Flags is $00000004; Target is oMusic2; Rewind is true; end
  39.             ];
  40.         end,
  41.         cKeyboardEvent
  42.         with Value is "+"; 
  43.             Commands is [
  44.                 cSetVolumeCommand
  45.                 with Flags is $00000004; Mode is ExecuteHigher; end
  46.             ];
  47.         end,
  48.         cKeyboardEvent
  49.         with Value is "-"; 
  50.             Commands is [
  51.                 cSetVolumeCommand
  52.                 with Flags is $00000004; Mode is ExecuteLower; end
  53.             ];
  54.         end,
  55.         cKeyboardEvent
  56.         with Flags is $00000004; Value is "m"; 
  57.             Commands is [
  58.                 cRunCommand
  59.                 with Flags is $00000004; Target is oMusic2; Mode is Toggle; Rewind is true; end
  60.             ];
  61.         end
  62.     ];
  63. end;
  64.  
  65. object oMusic2 is cSound
  66. with 
  67.     Flags is $00000154; 
  68.     Name is "Music"; 
  69.     
  70.     AdjustX is AlignToCenter; AdjustY is AlignToMiddle; 
  71.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  72.     Looping is true; 
  73.     URL is "../Sons/5.mp3"; 
  74.     
  75. end;
  76.  
  77. object oMM13 is cImage
  78. with 
  79.     Flags is $00000400; 
  80.     Name is "MM1"; 
  81.     Enabled is false; 
  82.     AdjustX is AlignToCenter; AdjustY is AlignToMiddle; 
  83.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  84.     
  85.     URL is "../Images/mm3.jpg"; 
  86.     
  87.     
  88. end;
  89.  
  90. object o244 is cBox
  91. with 
  92.     Flags is $00000054; 
  93.     Name is "24"; 
  94.     Region is {$FFFF00E8,$0008002E,$007300B6,$000800A7,$00B17FFF,$00090092,$00A77FFF,$000A007C,$00927FFF,$000B0067,$007C7FFF,$000C0051,$00677FFF,$000D003C,$00517FFF,$000E002E,$003C7FFF,$001100B1,$00B27FFF,$0014002E,$002F7FFF,$0023002F,$00307FFF,$002500B2,$00B37FFF,$00310030,$00317FFF,$003900B3,$00B47FFF,$00400031,$00327FFF,$004C00B4,$00B57FFF,$004E0032,$00337FFF,$005C0033,$00347FFF,$006000B5,$00B67FFF,$006B0034,$003500AF,$00B67FFF,$006C009F,$00AF7FFF,$006D008F,$009F7FFF,$006E007F,$008F7FFF,$006F006E,$007F7FFF,$0070005E,$006E7FFF,$0071004E,$005E7FFF,$0072003E,$004E7FFF,$00730035,$003E7FFF,$7FFF0000};
  95.     Shown is false; Cursor is oFingerCursor; 
  96.     Y is 233; 
  97.     Width is 216; Height is 121; 
  98.     
  99.     
  100.     Events is [
  101.         cMouseUpEvent
  102.         with Flags is $00000004; Flag is true; 
  103.             Commands is [
  104.                 cBrowseCommand
  105.                 with URL is "f24.k"; end
  106.             ];
  107.         end
  108.     ];
  109. end;
  110.  
  111. object o255 is cBox
  112. with 
  113.     Flags is $00000150; 
  114.     Name is "25"; 
  115.     Region is {$FFFF00EC,$0006001B,$007100A5,$00060096,$00A07FFF,$00070080,$00967FFF,$0008006A,$00807FFF,$00090054,$006A7FFF,$000A003E,$00547FFF,$000B0028,$003E7FFF,$000C001C,$00287FFF,$000D001B,$001C7FFF,$000F00A0,$00A17FFF,$0013001B,$001C7FFF,$0021001C,$001D7FFF,$002300A1,$00A27FFF,$0030001D,$001E7FFF,$003700A2,$00A37FFF,$003E001E,$001F7FFF,$004B00A3,$00A47FFF,$004C001F,$00207FFF,$005B0020,$00217FFF,$005F00A4,$00A57FFF,$00690021,$00227FFF,$006A009D,$00A57FFF,$006B008A,$009D7FFF,$006C0077,$008A7FFF,$006D0065,$00777FFF,$006E0052,$00657FFF,$006F003F,$00527FFF,$0070002C,$003F7FFF,$00710022,$002C7FFF,$7FFF0000};
  116.     Cursor is oFingerCursor; 
  117.     X is 24; Y is 340; 
  118.     Width is 189; Height is 120; 
  119.     
  120.     
  121.     Events is [
  122.         cMouseUpEvent
  123.         with Flags is $00000004; Flag is true; 
  124.             Commands is [
  125.                 cBrowseCommand
  126.                 with Flags is $00000004; URL is "f25.k"; end
  127.             ];
  128.         end
  129.     ];
  130. end;
  131.  
  132. object o266 is cBox
  133. with 
  134.     Flags is $00000150; 
  135.     Name is "26"; 
  136.     Region is {$FFFF00E8,$0009001D,$007500A7,$00090098,$00A27FFF,$000A0082,$00987FFF,$000B006C,$00827FFF,$000C0056,$006C7FFF,$000D0040,$00567FFF,$000E002A,$00407FFF,$000F001E,$002A7FFF,$0010001D,$001E7FFF,$001200A2,$00A37FFF,$0015001D,$001E7FFF,$0022001E,$001F7FFF,$002700A3,$00A47FFF,$002F001F,$00207FFF,$003B0020,$002100A4,$00A57FFF,$00480021,$00227FFF,$004F00A5,$00A67FFF,$00540022,$00237FFF,$00610023,$00247FFF,$006400A6,$00A77FFF,$006E0024,$00257FFF,$006F009D,$00A77FFF,$00700088,$009D7FFF,$00710072,$00887FFF,$0072005C,$00727FFF,$00730047,$005C7FFF,$00740031,$00477FFF,$00750025,$00317FFF,$7FFF0000};
  137.     Cursor is oFingerCursor; 
  138.     X is 28; Y is 441; 
  139.     Width is 202; Height is 127; 
  140.     
  141.     
  142.     Events is [
  143.         cMouseUpEvent
  144.         with Flags is $00000004; Flag is true; 
  145.             Commands is [
  146.                 cBrowseCommand
  147.                 with Flags is $00000004; URL is "f26.k"; end
  148.             ];
  149.         end
  150.     ];
  151. end;
  152.  
  153. object o277 is cBox
  154. with 
  155.     Name is "27"; 
  156.     Region is {$FFFF00C4,$00060005,$0071008E,$0006000C,$00167FFF,$00070016,$00317FFF,$00080031,$004B7FFF,$0009004B,$00667FFF,$000A0066,$00817FFF,$000B0081,$008E7FFF,$000D000B,$000C7FFF,$0015008D,$008E7FFF,$001C000A,$000B7FFF,$002A008C,$008D7FFF,$002B0009,$000A7FFF,$003A0008,$00097FFF,$003E008B,$008C7FFF,$00480007,$00087FFF,$0052008A,$008B7FFF,$00570006,$00077FFF,$00660005,$00067FFF,$00670089,$008A7FFF,$006D0005,$00167FFF,$006E0016,$00377FFF,$006F0037,$00587FFF,$00700058,$00797FFF,$00710079,$00897FFF,$7FFF0000};
  157.     Cursor is oFingerCursor; 
  158.     X is 319; Y is 41; 
  159.     Width is 162; Height is 119; 
  160.     
  161.     
  162.     Events is [
  163.         cMouseUpEvent
  164.         with Flag is true; 
  165.             Commands is [
  166.                 cBrowseCommand
  167.                 with URL is "f27.k"; end
  168.             ];
  169.         end
  170.     ];
  171. end;
  172.  
  173. object o288 is cBox
  174. with 
  175.     release Editor:
  176.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  177.     end;
  178.     Name is "28"; 
  179.     Region is {$FFFF009C,$00090014,$0076009A,$00090017,$00187FFF,$000A0018,$00267FFF,$000B0026,$00407FFF,$000C0040,$00597FFF,$000D0059,$00737FFF,$000E0073,$008D7FFF,$000F008D,$009A7FFF,$001B0016,$00177FFF,$00200099,$009A7FFF,$003E0015,$00167FFF,$00430098,$00997FFF,$00610014,$00157FFF,$00650097,$00987FFF,$00720014,$00247FFF,$00730024,$00457FFF,$00740045,$00667FFF,$00750066,$00877FFF,$00760087,$00977FFF,$7FFF0000};
  180.     Cursor is oFingerCursor; 
  181.     X is 301; Y is 141; 
  182.     Width is 165; Height is 120; 
  183.     
  184.     
  185.     Events is [
  186.         cMouseUpEvent
  187.         with Flag is true; 
  188.             Commands is [
  189.                 cBrowseCommand
  190.                 with URL is "f28.k"; end
  191.             ];
  192.         end
  193.     ];
  194. end;
  195.  
  196. object o299 is cBox
  197. with 
  198.     Flags is $00000150; 
  199.     Name is "29"; 
  200.     Region is {$FFFF00E4,$0009001D,$007500A6,$00090023,$002C7FFF,$000A0023,$0024002C,$00427FFF,$000B0042,$00587FFF,$000C0058,$006F7FFF,$000D006F,$00857FFF,$000E0085,$009B7FFF,$000F009B,$00A67FFF,$00110023,$00247FFF,$001900A5,$00A67FFF,$001F0022,$00237FFF,$002E0021,$002200A4,$00A57FFF,$003C0020,$00217FFF,$004200A3,$00A47FFF,$004A001F,$00207FFF,$005600A2,$00A37FFF,$0059001E,$001F7FFF,$0067001D,$001E7FFF,$006B00A1,$00A27FFF,$006E001D,$00267FFF,$006F0026,$00397FFF,$00700039,$004C7FFF,$0071004C,$005F7FFF,$0072005F,$00727FFF,$00730072,$00857FFF,$00740085,$00987FFF,$00750098,$00A17FFF,$7FFF0000};
  201.     Cursor is oFingerCursor; 
  202.     X is 286; Y is 248; 
  203.     Width is 181; Height is 127; 
  204.     
  205.     
  206.     Events is [
  207.         cMouseUpEvent
  208.         with Flags is $00000004; Flag is true; 
  209.             Commands is [
  210.                 cBrowseCommand
  211.                 with Flags is $00000004; URL is "f29.k"; end
  212.             ];
  213.         end
  214.     ];
  215. end;
  216.  
  217. object o3010 is cBox
  218. with 
  219.     Flags is $00000150; 
  220.     Name is "30"; 
  221.     Region is {$FFFF010C,$000B000C,$00780095,$000B0012,$001D7FFF,$000C0011,$0012001D,$00337FFF,$000D0033,$00497FFF,$000E0049,$005E7FFF,$000F005E,$00747FFF,$00100074,$008A7FFF,$0011008A,$00957FFF,$00160010,$00117FFF,$00170094,$00957FFF,$00220093,$00947FFF,$0029000F,$00107FFF,$002E0092,$00937FFF,$00390091,$00927FFF,$003D000E,$000F7FFF,$00450090,$00917FFF,$0050008F,$00907FFF,$0051000D,$000E7FFF,$005B008E,$008F7FFF,$0064000C,$000D7FFF,$0067008D,$008E7FFF,$006E000C,$00127FFF,$006F0012,$001F7FFF,$0070001F,$002C7FFF,$0071002C,$00397FFF,$00720039,$0046008C,$008D7FFF,$00730046,$00527FFF,$00740052,$005F7FFF,$0075005F,$006C7FFF,$0076006C,$00797FFF,$00770079,$00867FFF,$00780086,$008C7FFF,$7FFF0000};
  222.     Cursor is oFingerCursor; 
  223.     X is 298; Y is 351; 
  224.     Width is 186; Height is 121; 
  225.     
  226.     
  227.     Events is [
  228.         cMouseUpEvent
  229.         with Flags is $00000004; Flag is true; 
  230.             Commands is [
  231.                 cBrowseCommand
  232.                 with Flags is $00000004; URL is "f30.k"; end
  233.             ];
  234.         end
  235.     ];
  236. end;
  237.  
  238. object o3111 is cBox
  239. with 
  240.     Name is "31"; 
  241.     Region is {$FFFF00F8,$00050027,$007100B0,$0005002E,$00397FFF,$00060039,$004E7FFF,$0007004E,$00647FFF,$00080064,$007A7FFF,$0009007A,$008F7FFF,$000A008F,$00A57FFF,$000B00A5,$00B07FFF,$000C002D,$002E7FFF,$001200AF,$00B07FFF,$001A002C,$002D7FFF,$002100AE,$00AF7FFF,$0029002B,$002C7FFF,$002F00AD,$00AE7FFF,$0037002A,$002B7FFF,$003E00AC,$00AD7FFF,$00450029,$002A7FFF,$004D00AB,$00AC7FFF,$00540028,$00297FFF,$005B00AA,$00AB7FFF,$00620027,$00287FFF,$00690027,$002F7FFF,$006A002F,$003F00A9,$00AA7FFF,$006B003F,$00507FFF,$006C0050,$00607FFF,$006D0060,$00707FFF,$006E0070,$00807FFF,$006F0080,$00917FFF,$00700091,$00A17FFF,$007100A1,$00A97FFF,$7FFF0000};
  242.     Cursor is oFingerCursor; 
  243.     X is 266; Y is 461; 
  244.     Width is 208; Height is 118; 
  245.     
  246.     
  247.     Events is [
  248.         cMouseUpEvent
  249.         with Flag is true; 
  250.             Commands is [
  251.                 cBrowseCommand
  252.                 with URL is "f31.k"; end
  253.             ];
  254.         end
  255.     ];
  256. end;
  257.  
  258. object o3212 is cBox
  259. with 
  260.     Name is "32"; 
  261.     Region is {$FFFF013C,$0005000E,$00740097,$0005008A,$008F7FFF,$0006007E,$008A7FFF,$00070072,$007E7FFF,$00080067,$00727FFF,$0009005B,$00677FFF,$000A004F,$005B008F,$00907FFF,$000B0043,$004F7FFF,$000C0037,$00437FFF,$000D002C,$00377FFF,$000E0020,$002C7FFF,$000F0014,$00207FFF,$0010000E,$00147FFF,$0015000E,$000F7FFF,$00170090,$00917FFF,$0022000F,$00107FFF,$00240091,$00927FFF,$002E0010,$00117FFF,$00300092,$00937FFF,$003B0011,$00127FFF,$003D0093,$00947FFF,$00470012,$00137FFF,$00490094,$00957FFF,$00540013,$00147FFF,$00560095,$00967FFF,$00600014,$00157FFF,$00630096,$00977FFF,$006A0092,$00977FFF,$006B0085,$00927FFF,$006C0078,$00857FFF,$006D0015,$0016006B,$00787FFF,$006E005E,$006B7FFF,$006F0051,$005E7FFF,$00700044,$00517FFF,$00710037,$00447FFF,$0072002A,$00377FFF,$0073001D,$002A7FFF,$00740016,$001D7FFF,$7FFF0000};
  262.     Cursor is oFingerCursor; 
  263.     X is 550; Y is 33; 
  264.     Width is 172; Height is 122; 
  265.     
  266.     
  267.     Events is [
  268.         cMouseUpEvent
  269.         with Flag is true; 
  270.             Commands is [
  271.                 cBrowseCommand
  272.                 with URL is "f32.k"; end
  273.             ];
  274.         end
  275.     ];
  276. end;
  277.  
  278. object o3313 is cBox
  279. with 
  280.     Name is "33"; 
  281.     Region is {$FFFF0120,$00130017,$0085009F,$00130093,$00987FFF,$00140087,$00937FFF,$0015007B,$00877FFF,$0016006F,$007B7FFF,$00170063,$006F7FFF,$00180058,$00637FFF,$0019004C,$00580098,$00997FFF,$001A0040,$004C7FFF,$001B0034,$00407FFF,$001C0028,$00347FFF,$001D001C,$00287FFF,$001E0017,$001C7FFF,$00260017,$00187FFF,$00280099,$009A7FFF,$00370018,$0019009A,$009B7FFF,$0046009B,$009C7FFF,$00480019,$001A7FFF,$0055009C,$009D7FFF,$0059001A,$001B7FFF,$0064009D,$009E7FFF,$006A001B,$001C7FFF,$0073009E,$009F7FFF,$007B001C,$001D009A,$009F7FFF,$007C008D,$009A7FFF,$007D0080,$008D7FFF,$007E0073,$00807FFF,$007F0066,$00737FFF,$00800059,$00667FFF,$0081004C,$00597FFF,$0082003F,$004C7FFF,$00830032,$003F7FFF,$00840025,$00327FFF,$0085001D,$00257FFF,$7FFF0000};
  282.     Cursor is oFingerCursor; 
  283.     X is 549; Y is 122; 
  284.     Width is 190; Height is 139; 
  285.     
  286.     
  287.     Events is [
  288.         cMouseUpEvent
  289.         with Flag is true; 
  290.             Commands is [
  291.                 cBrowseCommand
  292.                 with URL is "f33.k"; end
  293.             ];
  294.         end
  295.     ];
  296. end;
  297.  
  298. object o3414 is cBox
  299. with 
  300.     Flags is $00000150; 
  301.     Name is "34"; 
  302.     Region is {$FFFF0140,$00060008,$00750092,$00060086,$008B7FFF,$0007007A,$00867FFF,$0008006E,$007A7FFF,$00090062,$006E7FFF,$000A0056,$00627FFF,$000B004A,$00567FFF,$000C003E,$004A008B,$008C7FFF,$000D0032,$003E7FFF,$000E0026,$00327FFF,$000F001A,$00267FFF,$0010000E,$001A7FFF,$00110008,$000E7FFF,$00150008,$00097FFF,$001B008C,$008D7FFF,$001F0009,$000A7FFF,$0029000A,$000B008D,$008E7FFF,$0033000B,$000C7FFF,$0038008E,$008F7FFF,$003D000C,$000D7FFF,$0046008F,$00907FFF,$0047000D,$000E7FFF,$0051000E,$000F7FFF,$00540090,$00917FFF,$005B000F,$00107FFF,$00630091,$00927FFF,$00650010,$00117FFF,$006B008D,$00927FFF,$006C0080,$008D7FFF,$006D0073,$00807FFF,$006E0066,$00737FFF,$006F0011,$00120059,$00667FFF,$0070004D,$00597FFF,$00710040,$004D7FFF,$00720033,$00407FFF,$00730026,$00337FFF,$00740019,$00267FFF,$00750012,$00197FFF,$7FFF0000};
  303.     Cursor is oFingerCursor; 
  304.     X is 570; Y is 240; 
  305.     Width is 163; Height is 123; 
  306.     
  307.     
  308.     Events is [
  309.         cMouseUpEvent
  310.         with Flags is $00000004; Flag is true; 
  311.             Commands is [
  312.                 cBrowseCommand
  313.                 with Flags is $00000004; URL is "f34.k"; end
  314.             ];
  315.         end
  316.     ];
  317. end;
  318.  
  319. object o3515 is cBox
  320. with 
  321.     Flags is $00000150; 
  322.     Name is "35"; 
  323.     Region is {$FFFF0140,$00020004,$0074008F,$00020084,$00887FFF,$0003007A,$00847FFF,$00040070,$007A7FFF,$00050065,$00707FFF,$0006005B,$00657FFF,$00070051,$005B7FFF,$00080047,$00510088,$00897FFF,$0009003D,$00477FFF,$000A0033,$003D7FFF,$000B0029,$00337FFF,$000C001E,$00297FFF,$000D0014,$001E7FFF,$000E000A,$00147FFF,$000F0004,$000A7FFF,$00140004,$00057FFF,$00170089,$008A7FFF,$00210005,$00067FFF,$0026008A,$008B7FFF,$002E0006,$00077FFF,$0035008B,$008C7FFF,$003A0007,$00087FFF,$0044008C,$008D7FFF,$00470008,$00097FFF,$00530009,$000A008D,$008E7FFF,$0060000A,$000B7FFF,$0062008E,$008F7FFF,$006A0089,$008F7FFF,$006B007C,$00897FFF,$006C006F,$007C7FFF,$006D000B,$000C0062,$006F7FFF,$006E0055,$00627FFF,$006F0048,$00557FFF,$0070003B,$00487FFF,$0071002E,$003B7FFF,$00720021,$002E7FFF,$00730014,$00217FFF,$0074000C,$00147FFF,$7FFF0000};
  324.     Cursor is oFingerCursor; 
  325.     X is 583; Y is 347; 
  326.     Width is 177; Height is 123; 
  327.     
  328.     
  329.     Events is [
  330.         cMouseUpEvent
  331.         with Flags is $00000004; Flag is true; 
  332.             Commands is [
  333.                 cBrowseCommand
  334.                 with Flags is $00000004; URL is "f35.k"; end
  335.             ];
  336.         end
  337.     ];
  338. end;
  339.  
  340. object oBTdroite16 is cImage
  341. with 
  342.     Flags is $00000150; 
  343.     Name is "BTdroite"; 
  344.     Shown is false; Cursor is oFingerCursor; 
  345.     X is 609; Y is 573; 
  346.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  347.     
  348.     URL is "../Images/actor%20droite.jpg"; 
  349.     
  350.     
  351.     Events is [
  352.         cMouseEnterEvent
  353.         with Flags is $00000004; 
  354.             Commands is [
  355.                 cShowCommand
  356.                 with Flags is $00000004; Target is oTargetSelf; end
  357.             ];
  358.         end,
  359.         cMouseLeaveEvent
  360.         with Flags is $00000004; 
  361.             Commands is [
  362.                 cShowCommand
  363.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  364.             ];
  365.         end,
  366.         cMouseUpEvent
  367.         with Flags is $00000004; Flag is true; 
  368.             Commands is [
  369.                 cBrowseCommand
  370.                 with Flags is $00000004; URL is "mm1.k"; end
  371.             ];
  372.         end
  373.     ];
  374. end;
  375.  
  376. object oBTgauch17 is cImage
  377. with 
  378.     Name is "BTgauch"; 
  379.     Shown is false; Cursor is oFingerCursor; 
  380.     X is 593; Y is 573; 
  381.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  382.     
  383.     URL is "../Images/actor%20gauche.jpg"; 
  384.     
  385.     
  386.     Events is [
  387.         cMouseEnterEvent
  388.         with 
  389.             Commands is [
  390.                 cShowCommand
  391.                 with Target is oTargetSelf; end
  392.             ];
  393.         end,
  394.         cMouseLeaveEvent
  395.         with 
  396.             Commands is [
  397.                 cShowCommand
  398.                 with Target is oTargetSelf; Mode is Clear; end
  399.             ];
  400.         end,
  401.         cMouseUpEvent
  402.         with Flag is true; 
  403.             Commands is [
  404.                 cBrowseCommand
  405.                 with URL is "mm2.k"; end
  406.             ];
  407.         end
  408.     ];
  409. end;
  410.  
  411. object ommsomm18 is cImage
  412. with 
  413.     Flags is $00000150; 
  414.     Name is "mmsomm"; 
  415.     Shown is false; Cursor is oFingerCursor; 
  416.     X is 629; Y is 573; 
  417.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  418.     
  419.     URL is "../Images/actor%20somm.jpg"; 
  420.     
  421.     
  422.     Events is [
  423.         cMouseEnterEvent
  424.         with Flags is $00000004; 
  425.             Commands is [
  426.                 cShowCommand
  427.                 with Flags is $00000004; Target is oTargetSelf; end
  428.             ];
  429.         end,
  430.         cMouseLeaveEvent
  431.         with Flags is $00000004; 
  432.             Commands is [
  433.                 cShowCommand
  434.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  435.             ];
  436.         end,
  437.         cMouseUpEvent
  438.         with Flags is $00000004; Flag is true; 
  439.             Commands is [
  440.                 cBrowseCommand
  441.                 with Flags is $00000004; URL is "sommaire.k"; end
  442.             ];
  443.         end
  444.     ];
  445. end;