home *** CD-ROM | disk | FTP | other *** search
/ PC Attack UltraDisc 4 / pc-attack-ultradisc-4.iso / pcguide / pcflyer.exe / pcflyer.DXR / 00450.ls < prev    next >
Encoding:
Text File  |  1995-05-30  |  496 b   |  19 lines

  1. on startMovie
  2.   set the exitLock to 1
  3.   set the keyDownScript to "Menuskip"
  4.   set the volume of sound 2 to 200
  5.   if the colorDepth < 8 then
  6.     alert("This presentation is set to run in 256 colours or more. Your display is set to 16 colours. We suggest you select a higher colour resolution. If you're unsure how to do this, read PC Guide!")
  7.   end if
  8. end
  9.  
  10. on Menuskip
  11.   dontPassEvent()
  12.   if the keyCode = 53 then
  13.     go("Menu")
  14.   end if
  15.   if the key = "m" then
  16.     put the freeBytes
  17.   end if
  18. end
  19.