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

  1. on exitFrame
  2.   if soundBusy(2) then
  3.     go(the frame)
  4.   end if
  5. end
  6.  
  7. on mouseUp
  8.   go(the frame + 1)
  9. end
  10.