home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / multimedia / scala / HELP / FILE1.SCA < prev    next >
Encoding:
Text File  |  1996-05-14  |  6.5 KB  |  161 lines

  1. !ScalaScript
  2. {
  3. Sequence:
  4. :"SubScript"
  5. {
  6. Group:
  7. BoxX.1=50;
  8. BoxY.1=160;
  9. BoxX.2=0;
  10. BoxY.2=0;
  11. BoxX=BoxX.1;
  12. BoxY=BoxY.1;
  13. BoxW=360;
  14. BoxH=249;
  15. Descr="Click a button to get information about it!";
  16. Picture("Scala:\help\graphics\file.gif",UserPalette(RGBPen(1,0,16777215,12632256,5592405,8553090,11184810)));
  17. pagename="File menu";
  18. pagedescr="Lets you access directories and files that you can work with.";
  19. descr="Click a button to get information about it!";
  20. title="";
  21. Button(Normal(Box(620,0,19,31,Style(Norm))),Highlight(Box(620,0,19,31,Style(High))),Select(Box(620,0,19,31,Style(Sel)),Use(infobutton)));
  22. Button(Normal(Box(20,50,35,390,Style(Norm))),Highlight(Box(20,50,35,390,Style(High))),Select(Box(20,50,35,390,Style(Sel)),Use(drivescol)));
  23. Button(Normal(Box(81,50,376,25,Style(Norm))),Highlight(Box(81,50,376,25,Style(High))),Select(Box(81,50,376,25,Style(Sel)),Use(pathtext)));
  24. Button(Normal(Box(81,78,394,25,Style(Norm))),Highlight(Box(81,78,394,25,Style(High))),Select(Box(81,78,394,25,Style(Sel)),Use(filetext)));
  25. Button(Normal(Box(81,106,373,328,Style(Norm))),Highlight(Box(81,106,373,328,Style(High))),Select(Box(81,106,373,328,Style(Sel)),Use(listbox)));
  26. Button(Normal(Box(480,50,133,305,Style(Norm))),Highlight(Box(480,50,133,305,Style(High))),Select(Box(480,50,133,305,Style(Sel)),Use(qabs)));
  27. Button(Normal(Box(20,450,138,25,Style(Norm))),Highlight(Box(20,450,138,25,Style(High))),Select(Box(20,450,138,25,Style(Sel)),Use(preview)));
  28. Button(Normal(Box(163,450,138,25,Style(Norm))),Highlight(Box(163,450,138,25,Style(High))),Select(Box(163,450,138,25,Style(Sel)),Use(selectall)));
  29. Button(Normal(Box(344,450,143,25,Style(Norm))),Highlight(Box(344,450,143,25,Style(High))),Select(Box(344,450,143,25,Style(Sel)),Use(okbutton)));
  30. Button(Normal(Box(492,450,143,25,Style(Norm))),Highlight(Box(492,450,143,25,Style(High))),Select(Box(492,450,143,25,Style(Sel)),Use(cancelbutton)));
  31. Button(Normal(Box(306,450,33,25,Style(Norm))),Highlight(Box(306,450,33,25,Style(High))),Select(Box(306,450,33,25,Style(Sel)),Use(shuffler)));
  32. Button(Normal(Box(480,374,155,53,Style(Norm))),Highlight(Box(480,374,155,53,Style(High))),Select(Box(480,374,155,53,Style(Sel)),Use(options)));
  33. Button(Normal(Box(458,50,18,26,Style(Norm))),Highlight(Box(458,50,18,26,Style(High))),Select(Box(458,50,18,26,Style(Sel)),Use(upbutton)));
  34. Wait();
  35. Sequence:
  36. Use(SetUp);
  37. Use(DrawBox);
  38. Resources:
  39. :infobutton
  40. {
  41. title="Information button";
  42. text[1]="Switches Scala into Help mode. ";
  43. descr=text[1];
  44. block=1;
  45. max=1;
  46. Use(SetPos);
  47. }
  48. :drivescol
  49. {
  50. title="Drives column";
  51. text[1]="Lists all drives currently accessible by the system. Click on a letter to select a drive.";
  52. descr=text[1];
  53. block=1;
  54. max=1;
  55. Use(SetPos);
  56. }
  57. :pathtext
  58. {
  59. title="Path> text box";
  60. text[1]="Shows the sequence of directories on a drive leading to the current directory. If the path is too long to fit in the box, the box displays the last directories in the sequence. You can click in the Path> box and type a directory name.";
  61. descr=text[1];
  62. block=1;
  63. max=1;
  64. Use(SetPos);
  65. }
  66. :filetext
  67. {
  68. title="File> text box";
  69. text[1]="Shows the name of the selected file. If more than one file is selected, shows the number of selected files. Click on a file name in the List box to select it, or click in the File> box and type a file name. Press the up and down arrows after typing the beginning of a file name to select the most closely matching file.";
  70. descr=text[1];
  71. block=1;
  72. max=1;
  73. Use(SetPos);
  74. }
  75. :listbox
  76. {
  77. title="List box";
  78. text[1]="Lists the files and directories in the current directory (the last directory in the Path> text box). Double-click on a directory name in the List box to enter the directory and add it to the path. Double-click on ^"..^" to move to the directory above.^n^nUse the arrow keys to move the highlight up and down in the list. Click on a file name to select the file; Shift-click or Ctrl-click to select several files. Double-click on a filename to load the file.";
  79. descr=text[1];
  80. block=1;
  81. max=1;
  82. Use(SetPos);
  83. }
  84. :qabs
  85. {
  86. title="Quick-access buttons";
  87. text[1]="Let you go directly to specific directories of related files. Predefined groups include Scripts, Backgrounds, Pictures, Clips, Animations, Music and Sounds. You can redefine quick-access buttons, and define new ones.";
  88. descr=text[1];
  89. block=1;
  90. max=1;
  91. Use(SetPos);
  92. }
  93. :preview
  94. {
  95. title="Preview";
  96. text[1]="Lets you preview selected files. If you selected several files, click the main mouse button to advance through them. Press Esc to return to the File menu.";
  97. descr=text[1];
  98. block=1;
  99. max=1;
  100. Use(SetPos);
  101. }
  102. :selectall
  103. {
  104. title="Select All";
  105. text[1]="When clicked, selects all files in the list box. You can then Ctrl-click on individual names to exclude them.";
  106. descr=text[1];
  107. block=1;
  108. max=1;
  109. Use(SetPos);
  110. }
  111. :okbutton
  112. {
  113. title="OK";
  114. text[1]="Accepts the selected file(s) or directory path and performs the load, save, or other operation.";
  115. descr=text[1];
  116. block=1;
  117. max=1;
  118. Use(SetPos);
  119. }
  120. :cancelbutton
  121. {
  122. title="Cancel";
  123. text[1]="Returns to the menu from which you entered the File menu without accepting any selected files.";
  124. descr=text[1];
  125. block=1;
  126. max=1;
  127. Use(SetPos);
  128. }
  129. :shuffler
  130. {
  131. title="Shuffler button";
  132. text[1]="Switches between Shuffler view (miniature pictures) and List view (names). In Shuffler view, graphic files, such as backgrounds or animations, are shown as miniature images. Other types of pages, such as sound events and sub-scripts, are labeled with the name of the file.";
  133. descr=text[1];
  134. block=1;
  135. max=1;
  136. Use(SetPos);
  137. }
  138. :options
  139. {
  140. title="Options";
  141. text[1]="On the File menus for certain tasks, there are special option buttons in the Options section below the quick-access buttons.^n^nAdd Files^n^nSpecial Event^nLets you add an event other than a backgroundùsuch as a sound event or pauseùas a page.";
  142. text[2]="Plain^nCreates a page with a solid, single-color background.^n^nSave Script^n^nCopy Files?^nAllows you to copy all the files associated with a script its background, clips, sounds, etc. to the disk on which you are saving the script itself.";
  143. text[3]="Copy Fonts?^nAllows you to copy any of the Scala fonts used in a script to the disk on which you are saving the script itself.^n^nCopy to Dir?^nWhen using the Copy Files? or Copy Fonts? options, copies all the files into the same directory into which you are saving the script itself, rather than creating a directory structure that matches the files' current locations.";
  144. descr=text[1];
  145. block=1;
  146. max=3;
  147. Use(SetPos);
  148. }
  149. :upbutton
  150. {
  151. title="Up Button";
  152. text[1]="Moves up to a directory that is part of the current path.^nYou can also double-click the ^"..^" entry in the file list area.";
  153. descr=text[1];
  154. block=1;
  155. max=1;
  156. Use(SetPos);
  157. }
  158. }
  159. Resources:
  160. }
  161.