home *** CD-ROM | disk | FTP | other *** search
/ Voice Collection 7: Yuko Mizutani / UNTITLED.BIN / pc / mvoice.dir / 00041_swOH!NO!.off.ls < prev    next >
Encoding:
Text File  |  1995-01-01  |  166 b   |  13 lines

  1. on mouseUp
  2. end
  3.  
  4. on mouseDown
  5.   pushbtn()
  6.   if rollOver(clickOn()) then
  7.     puppetSound("OH!NO!")
  8.     if soundBusy(1) then
  9.       go(the frame)
  10.     end if
  11.   end if
  12. end
  13.