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

  1. !ScalaScript
  2. {
  3. Sequence:
  4. :"SubScript"
  5. {
  6. Group:
  7. BoxX.1=240;
  8. BoxY.1=0;
  9. BoxX.2=0;
  10. BoxY.2=0;
  11. BoxX=BoxX.1;
  12. BoxY=BoxY.1;
  13. BoxW=360;
  14. BoxH=182;
  15. Descr="Click a button to get information about it!";
  16. Picture("Scala:\help\graphics\mpegopt.gif",UserPalette(RGBPen(1,0,16777215,12632256,5592405,8553090,11184810)));
  17. pagename="MPEG Options dialog";
  18. pagedescr="Lets you make certain settings related to MPEG digital video.";
  19. descr="Click a button to get information about it!";
  20. title="";
  21. Button(Normal(Box(448,182,19,25,Style(Norm))),Highlight(Box(448,182,19,25,Style(High))),Select(Box(448,182,19,25,Style(Sel)),Use(infobutton)));
  22. Button(Normal(Box(175,212,288,25,Style(Norm))),Highlight(Box(175,212,288,25,Style(High))),Select(Box(175,212,288,25,Style(Sel)),Use(mpegdriver)));
  23. Button(Normal(Box(175,240,288,25,Style(Norm))),Highlight(Box(175,240,288,25,Style(High))),Select(Box(175,240,288,25,Style(Sel)),Use(forcemodesel)));
  24. Button(Normal(Box(175,268,68,25,Style(Norm))),Highlight(Box(175,268,68,25,Style(High))),Select(Box(175,268,68,25,Style(Sel)),Use(testbutton)));
  25. Button(Normal(Box(248,268,68,25,Style(Norm))),Highlight(Box(248,268,68,25,Style(High))),Select(Box(248,268,68,25,Style(Sel)),Use(savebutton)));
  26. Button(Normal(Box(321,268,68,25,Style(Norm))),Highlight(Box(321,268,68,25,Style(High))),Select(Box(321,268,68,25,Style(Sel)),Use(okbutton)));
  27. Button(Normal(Box(394,268,69,25,Style(Norm))),Highlight(Box(394,268,69,25,Style(High))),Select(Box(394,268,69,25,Style(Sel)),Use(cancelbutton)));
  28. Wait();
  29. Sequence:
  30. Use(SetUp);
  31. Use(DrawBox);
  32. Resources:
  33. :infobutton
  34. {
  35. title="Information button";
  36. text[1]="Switches Scala into Help mode. ";
  37. descr=text[1];
  38. block=1;
  39. max=1;
  40. Use(SetPos);
  41. }
  42. :mpegdriver
  43. {
  44. title="MPEG Driver";
  45. text[1]="Displays the name of the currently installed MPEG driver, if any.";
  46. descr=text[1];
  47. block=1;
  48. max=1;
  49. Use(SetPos);
  50. }
  51. :forcemodesel
  52. {
  53. title="Force Screen Mode selector";
  54. text[1]="To help with possible compatibility problems between MPEG cards and VGA graphics cards, this selector offers three choices: None, 16 Color, and True Color.";
  55. text[2]="None^nThis is the default. For compatible VGA and MPEG cards, allows Scala's 256-color output to be overlaid on MPEG video.";
  56. text[3]="16 Color and True Color^nIf you have problems with the None option, one or the other of  these may work. They attempt to force the VGA card into either a 16-color or a true-color (24-bit) screen mode to be compatible with the MPEG hardware.";
  57. text[4]="When using either option, you will not be able to overlay Scala graphics (text, clips, etc.) on MPEG video, but your production should be able to switch back and forth between MPEG video and Scala graphics.";
  58. descr=text[1];
  59. block=1;
  60. max=4;
  61. Use(SetPos);
  62. }
  63. :testbutton
  64. {
  65. title="Test";
  66. text[1]="Click to test your MPEG hardware and selected options.";
  67. descr=text[1];
  68. block=1;
  69. max=1;
  70. Use(SetPos);
  71. }
  72. :savebutton
  73. {
  74. title="Save";
  75. text[1]="Saves your MPEG settings as the default.";
  76. descr=text[1];
  77. block=1;
  78. max=1;
  79. Use(SetPos);
  80. }
  81. :okbutton
  82. {
  83. title="OK";
  84. text[1]="Accepts the current settings and exits the dialog.";
  85. descr=text[1];
  86. block=1;
  87. max=1;
  88. Use(SetPos);
  89. }
  90. :cancelbutton
  91. {
  92. title="Cancel";
  93. text[1]="Exits the dialog, discarding any changes you made.";
  94. descr=text[1];
  95. block=1;
  96. max=1;
  97. Use(SetPos);
  98. }
  99. }
  100. Resources:
  101. }
  102.