home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / multimedia / scala / HELP / WIPE1.SCA < prev    next >
Text File  |  1996-05-14  |  4KB  |  127 lines

  1. !ScalaScript
  2. {
  3. Sequence:
  4. :"SubScript"
  5. {
  6. Group:
  7. BoxX.1=139;
  8. BoxY.1=60;
  9. BoxX.2=0;
  10. BoxY.2=0;
  11. BoxX=BoxX.1;
  12. BoxY=BoxY.1;
  13. BoxW=360;
  14. BoxH=200;
  15. Descr="Click a button to get information about it!";
  16. Picture("Scala:\help\graphics\wipe1.gif",UserPalette(RGBPen(1,0,16777215,12632256,5592405,8553090,11184810)));
  17. pagename="Page Wipe menu";
  18. pagedescr="Lets you set the wipe and/or speed for a page.";
  19. descr="Click a button to get information about it!";
  20. title="";
  21. Button(Normal(Box(0,300,639,25,Style(Norm))),Highlight(Box(0,300,639,25,Style(High))),Select(Box(0,300,639,25,Style(Sel)),Use(titlebar)));
  22. Button(Normal(Box(620,300,19,25,Style(Norm))),Highlight(Box(620,300,19,25,Style(High))),Select(Box(620,300,19,25,Style(Sel)),Use(infobutton)));
  23. Button(Normal(Box(4,330,132,146,Style(Norm))),Highlight(Box(4,330,132,146,Style(High))),Select(Box(4,330,132,146,Style(Sel)),Use(categorybuttons)));
  24. Button(Normal(Box(166,330,284,136,Style(Norm))),Highlight(Box(166,330,284,136,Style(High))),Select(Box(166,330,284,136,Style(Sel)),Use(wipeicons)));
  25. Button(Normal(Box(480,390,155,25,Style(Norm))),Highlight(Box(480,390,155,25,Style(High))),Select(Box(480,390,155,25,Style(Sel)),Use(speed)));
  26. Button(Normal(Box(480,330,155,25,Style(Norm))),Highlight(Box(480,330,155,25,Style(High))),Select(Box(480,330,155,25,Style(Sel)),Use(preview)));
  27. Button(Normal(Box(480,420,155,25,Style(Norm))),Highlight(Box(480,420,155,25,Style(High))),Select(Box(480,420,155,25,Style(Sel)),Use(okbutton)));
  28. Button(Normal(Box(480,450,155,25,Style(Norm))),Highlight(Box(480,450,155,25,Style(High))),Select(Box(480,450,155,25,Style(Sel)),Use(cancelbutton)));
  29. Wait();
  30. Sequence:
  31. Use(SetUp);
  32. Use(DrawBox);
  33. Button(Wipe("BlindsFantasy3",Speed(7),Direction(90)),Normal(Box(BoxX+BoxW+10,BoxY,115,(BoxH/2),Style(Info))));
  34. Text(BoxX+BoxW+22,BoxY+10,"This screen ^nhas 2 layouts",Style(Mid),Wrap(Off,Auto(340)));
  35. Text(BoxX+BoxW+30,BoxY+45,"Page Wipe",Style(LayoutText));
  36. Button(MatchSize(On),Normal(Text(BoxX+BoxW+30,BoxY+60,"Element Wipe",Style(Layout1))),Highlight(Text(BoxX+BoxW+30,BoxY+60,"Element Wipe",Style(Layout2))),Select(Text(BoxX+BoxW+30,BoxY+60,"Element Wipe",Style(Layout3)),goto(sub2)));
  37. Resources:
  38. :titlebar
  39. {
  40. title="Page Wipe menu title bar";
  41. text[1]="Displays the name and direction, if any, of the current page's wipe. If you have not explicitly given the page a wipe, it has the Cut wipe.";
  42. descr=text[1];
  43. block=1;
  44. max=1;
  45. Use(SetPos);
  46. }
  47. :infobutton
  48. {
  49. title="Information button";
  50. text[1]="Switches Scala into Help mode. ";
  51. descr=text[1];
  52. block=1;
  53. max=1;
  54. Use(SetPos);
  55. }
  56. :categorybuttons
  57. {
  58. title="Category buttons";
  59. text[1]="Displays icons for all the wipes in a particular category.^n^nSpecial contains the Cut, Next, RandomOnce and Random Always wipes.^n^nAlpha wipes use an image's luminance to control the wipe.";
  60. text[2]="Fades use a variety of colors and styles to provide a number of smooth transitions.^n^nPushes are wipes which move or scale areas of the element to reveal an underlying page.";
  61. text[3]="Reveals erase or draw in portions of images without scaling or pushing.^n^nZooms consist of scales, tumbles and fly-ons that shrink or grow portions of the element in real time.";
  62. descr=text[1];
  63. block=1;
  64. max=3;
  65. Use(SetPos);
  66. }
  67. :wipeicons
  68. {
  69. title="Wipe icons";
  70. text[1]="Apply a wipe to the selected page. Click on the icon for the wipe you want to apply. The name appears in the Wipe menu title bar and the Wipe button on the Main menu immediately reflects the icon and transition speed. Use the numeric keypad keys or the arrow keys to set the wipe direction.";
  71. descr=text[1];
  72. block=1;
  73. max=1;
  74. Use(SetPos);
  75. }
  76. :speed
  77. {
  78. title="Speed";
  79. text[1]="Lets you adjust how fast the wipe moves. For most wipes, you can specify a speed between 1 (slow) and 10 or more (fast).";
  80. descr=text[1];
  81. block=1;
  82. max=1;
  83. Use(SetPos);
  84. }
  85. :preview
  86. {
  87. title="Preview";
  88. text[1]="Lets you view the page with the wipe you have selected.";
  89. descr=text[1];
  90. block=1;
  91. max=1;
  92. Use(SetPos);
  93. }
  94. :okbutton
  95. {
  96. title="OK";
  97. text[1]="Accepts changes to the current page and returns to the Main menu.";
  98. descr=text[1];
  99. block=1;
  100. max=1;
  101. Use(SetPos);
  102. }
  103. :cancelbutton
  104. {
  105. title="Cancel";
  106. text[1]="Returns to the Main menu without making any change to the current page.";
  107. descr=text[1];
  108. block=1;
  109. max=1;
  110. Use(SetPos);
  111. }
  112. }
  113. Resources:
  114. :sub1
  115. {
  116. Group:
  117. SubNum="1";
  118. Quit(1);
  119. }
  120. :sub2
  121. {
  122. Group:
  123. SubNum="2";
  124. Quit(1);
  125. }
  126. }
  127.