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

  1. !ScalaScript
  2. {
  3. Sequence:
  4. :"SubScript"
  5. {
  6. Group:
  7. BoxX.1=40;
  8. BoxY.1=290;
  9. BoxX.2=240;
  10. BoxY.2=20;
  11. BoxX=BoxX.1;
  12. BoxY=BoxY.1;
  13. BoxW=360;
  14. BoxH=170;
  15. Descr="Click a button to get information about it!";
  16. Picture("Scala:\help\graphics\resoluti.gif",UserPalette(RGBPen(1,0,16777215,12632256,5592405,8553090,11184810)));
  17. pagename="Select Resolution";
  18. pagedescr="Lets you select from the available resolutions for a page or Design menu.";
  19. descr="Click a button to get information about it!";
  20. title="";
  21. Button(Normal(Box(432,139,19,25,Style(Norm))),Highlight(Box(432,139,19,25,Style(High))),Select(Box(432,139,19,25,Style(Sel)),Use(infobutton)));
  22. Button(Normal(Box(191,169,234,25,Style(Norm))),Highlight(Box(191,169,234,25,Style(High))),Select(Box(191,169,234,25,Style(Sel)),Use(bestmatch)));
  23. Button(Normal(Box(191,197,234,109,Style(Norm))),Highlight(Box(191,197,234,109,Style(High))),Select(Box(191,197,234,109,Style(Sel)),Use(resolutions)));
  24. Button(Normal(Box(191,311,125,25,Style(Norm))),Highlight(Box(191,311,125,25,Style(High))),Select(Box(191,311,125,25,Style(Sel)),Use(okbutton)));
  25. Button(Normal(Box(321,311,126,25,Style(Norm))),Highlight(Box(321,311,126,25,Style(High))),Select(Box(321,311,126,25,Style(Sel)),Use(cancelbutton)));
  26. Wait();
  27. Sequence:
  28. Use(SetUp);
  29. Use(DrawBox);
  30. Resources:
  31. :infobutton
  32. {
  33. title="Information button";
  34. text[1]="Switches Scala into Help mode. ";
  35. descr=text[1];
  36. block=1;
  37. max=1;
  38. Use(SetPos);
  39. }
  40. :bestmatch
  41. {
  42. title="Best Match/Adapt";
  43. text[1]="Automatically chooses the optimum resolution for the current background.";
  44. descr=text[1];
  45. block=1;
  46. max=1;
  47. Use(SetPos);
  48. }
  49. :resolutions
  50. {
  51. title="Resolutions";
  52. text[1]="The resolution changes when you click on a choice.^n^nIf the new resolution causes an unreadable display, press Esc to return to the previous resolution.";
  53. descr=text[1];
  54. block=1;
  55. max=1;
  56. Use(SetPos);
  57. }
  58. :okbutton
  59. {
  60. title="OK";
  61. text[1]="Accepts the changes you have made.";
  62. descr=text[1];
  63. block=1;
  64. max=1;
  65. Use(SetPos);
  66. }
  67. :cancelbutton
  68. {
  69. title="Cancel";
  70. text[1]="Returns to the previous menu without making any changes.";
  71. descr=text[1];
  72. block=1;
  73. max=1;
  74. Use(SetPos);
  75. }
  76. }
  77. Resources:
  78. }
  79.