home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 15 / MUNDO15.iso / entrete / Osmar / CENA7.DXR / 00153.ls < prev    next >
Encoding:
Text File  |  1997-10-13  |  157 b   |  14 lines

  1. on enterFrame
  2.   set the volume of sound 1 to 100
  3. end
  4.  
  5. on exitFrame
  6.   if soundBusy(2) then
  7.     go(the frame)
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12.   go(the frame + 1)
  13. end
  14.