home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / multimedia / scala / HELP / ANIM1.SCA next >
Text File  |  1996-05-14  |  5KB  |  149 lines

  1. !ScalaScript
  2. {
  3. Sequence:
  4. :"SubScript"
  5. {
  6. Group:
  7. BoxX.1=139;
  8. BoxY.1=71;
  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\anim.gif",UserPalette(RGBPen(1,0,16777215,12632256,5592405,8553090,11184810)));
  17. pagename="Animation menu";
  18. pagedescr="Lets you control options related to animations.";
  19. title="";
  20. descr="Click a button to get information about it!";
  21. Button(Normal(Box(620,330,19,25,Style(Norm))),Highlight(Box(620,330,19,25,Style(High))),Select(Box(620,330,19,25,Style(Sel)),Use(infobutton)));
  22. Button(Normal(Box(4,360,313,25,Style(Norm))),Highlight(Box(4,360,313,25,Style(High))),Select(Box(4,360,313,25,Style(Sel)),Use(animation)));
  23. Button(Normal(Box(322,390,313,25,Style(Norm))),Highlight(Box(322,390,313,25,Style(High))),Select(Box(322,390,313,25,Style(Sel)),Use(size)));
  24. Button(Normal(Box(322,420,313,25,Style(Norm))),Highlight(Box(322,420,313,25,Style(High))),Select(Box(322,420,313,25,Style(Sel)),Use(pageres)));
  25. Button(Normal(Box(322,360,313,25,Style(Norm))),Highlight(Box(322,360,313,25,Style(High))),Select(Box(322,360,313,25,Style(Sel)),Use(stoponfirst)));
  26. Button(Normal(Box(4,420,313,25,Style(Norm))),Highlight(Box(4,420,313,25,Style(High))),Select(Box(4,420,313,25,Style(Sel)),Use(framespersec)));
  27. Button(Normal(Box(4,390,313,25,Style(Norm))),Highlight(Box(4,390,313,25,Style(High))),Select(Box(4,390,313,25,Style(Sel)),Use(loopsanim)));
  28. Button(Normal(Box(289,451,6,4,Style(Norm))),Highlight(Box(289,451,6,4,Style(High))),Select(Box(289,451,6,4,Style(Sel)),Use(editpopup)));
  29. Button(Normal(Box(4,450,101,25,Style(Norm))),Highlight(Box(4,450,101,25,Style(High))),Select(Box(4,450,101,25,Style(Sel)),Use(preview)));
  30. Button(Normal(Box(110,450,101,25,Style(Norm))),Highlight(Box(110,450,101,25,Style(High))),Select(Box(110,450,101,25,Style(Sel)),Use(designpopup)));
  31. Button(Normal(Box(428,450,101,25,Style(Norm))),Highlight(Box(428,450,101,25,Style(High))),Select(Box(428,450,101,25,Style(Sel)),Use(okbutton)));
  32. Button(Normal(Box(534,450,101,25,Style(Norm))),Highlight(Box(534,450,101,25,Style(High))),Select(Box(534,450,101,25,Style(Sel)),Use(cancelbutton)));
  33. Wait();
  34. Sequence:
  35. Use(SetUp);
  36. Use(DrawBox);
  37. Resources:
  38. :infobutton
  39. {
  40. title="Information button";
  41. text[1]="Switches Scala into Help mode. ";
  42. descr=text[1];
  43. block=1;
  44. max=1;
  45. Use(SetPos);
  46. }
  47. :animation
  48. {
  49. title="Animation:";
  50. text[1]="Indicates the name of the animation file. Clicking on this button takes you to the File menu where you can select another animation.";
  51. descr=text[1];
  52. block=1;
  53. max=1;
  54. Use(SetPos);
  55. }
  56. :size
  57. {
  58. title="Anim size";
  59. text[1]="Shows the width and height of the background in pixels. ";
  60. descr=text[1];
  61. block=1;
  62. max=1;
  63. Use(SetPos);
  64. }
  65. :pageres
  66. {
  67. title="Page Resolution...";
  68. text[1]="Lets you change the page resolution. Brings up a dialog showing the available resolutions.";
  69. descr=text[1];
  70. block=1;
  71. max=1;
  72. Use(SetPos);
  73. }
  74. :stoponfirst
  75. {
  76. title="Stop On First?";
  77. text[1]="Selects whether, at the conclusion of an animation, the first frame of the animation shows. When this button is off, the animation's last frame remains visible after the animation has finished running.";
  78. descr=text[1];
  79. block=1;
  80. max=1;
  81. Use(SetPos);
  82. }
  83. :framespersec
  84. {
  85. title="Frames per Second";
  86. text[1]="Adjusts the speed of the animation, in terms of how many frames (individual images) are shown per second. The default comes from the animation file.";
  87. descr=text[1];
  88. block=1;
  89. max=1;
  90. Use(SetPos);
  91. }
  92. :loopsanim
  93. {
  94. title="Loops";
  95. text[1]="Specifies the number of times the animation should play before continuing with the rest of the script.";
  96. descr=text[1];
  97. block=1;
  98. max=1;
  99. Use(SetPos);
  100. }
  101. :editpopup
  102. {
  103. title="Edit pop-up";
  104. text[1]="Provides basic editing functions with the following options:^n^nImport: loads a new background file.^nExport: saves a background to a file, with any sizing, cropping, and other changes you have made. A dialog asks if you want to replace the current background with the version you saved, including any elements you saved as part of the background image with Export All?.^nCopy: copies a background to the Scala clipboard.^nPaste: inserts the most recently copied background from the Scala clipboard.";
  105. descr=text[1];
  106. block=1;
  107. max=1;
  108. Use(SetPos);
  109. }
  110. :preview
  111. {
  112. title="Preview";
  113. text[1]="Lets you view the full background.";
  114. descr=text[1];
  115. block=1;
  116. max=1;
  117. Use(SetPos);
  118. }
  119. :designpopup
  120. {
  121. title="Design...";
  122. text[1]="Lets you choose another Design menu to continue composing or refining a page.";
  123. descr=text[1];
  124. block=1;
  125. max=1;
  126. Use(SetPos);
  127. }
  128. :okbutton
  129. {
  130. title="OK";
  131. text[1]="Accepts editing changes to the current page.";
  132. descr=text[1];
  133. block=1;
  134. max=1;
  135. Use(SetPos);
  136. }
  137. :cancelbutton
  138. {
  139. title="Cancel";
  140. text[1]="Closes the Design menu and returns to the Main menu without saving any changes to the current page.";
  141. descr=text[1];
  142. block=1;
  143. max=1;
  144. Use(SetPos);
  145. }
  146. }
  147. Resources:
  148. }
  149.