!ScalaScript //$Id: player.sca,v 1.2 1997/02/26 07:58:31 DANIEL Exp $ EVENT //If you want to force playback to use a single screen resolution, //you can set these to the desired dimensions, e.g. 640/480, //800/600, and so on. Screen.ViewWidth = 0; Screen.ViewHeight = 0; //If you want to force playback to use a single screen color mode, //you can set this to "PaletteMapped" (256 colors), "HiColor" (65K //colors), or "TrueColor" (16M colors). Screen.ViewColorModel = "Adapt"; //Audio defaults to playback in 22kHz 16bit. You can reduce //this to 22kHz 8bit by setting this to "Low", or increase it to //44kHz 16 bit by setting this to "High". Note that higher audio //quality uses more computing resources to play audio, hence there //will be less resources available for graphics performance. Sample.Quality = "Medium"; LaunchSecurity = Off; END