home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 3 #5 / CDRV3N5.ISO / demo / introdm.dir / Internal_34.ls < prev    next >
Encoding:
Text File  |  1996-07-12  |  140 b   |  9 lines

  1. on exitFrame
  2.   if soundBusy(1) = 0 then
  3.     set the volume of sound 2 to 180
  4.   end if
  5.   if soundBusy(2) then
  6.     go(the frame)
  7.   end if
  8. end
  9.