home *** CD-ROM | disk | FTP | other *** search
/ The VPRO Digital Guide 1994 / vpro.iso / vpro1 / ps.dir / 00023.ls < prev    next >
Encoding:
Text File  |  1994-08-28  |  171 b   |  9 lines

  1. on enterFrame
  2.   global ProductStatus
  3.   if ProductStatus = "hidden" then
  4.     set the soundEnabled to 1
  5.     set the volume of sound 1 to 255
  6.   end if
  7.   FrameOneScript()
  8. end
  9.