home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1997 October / macgaichiban199710.bin / MOVIES / INTERNET.Dxr / 00001.ls next >
Encoding:
Text File  |  1997-08-04  |  218 b   |  11 lines

  1. on mouseDown
  2.   puppetSound("click")
  3.   updateStage()
  4.   repeat while stillDown()
  5.   end repeat
  6.   if rollOver(clickOn()) then
  7.     set cname to the name of cast the castNum of sprite clickOn()
  8.     go(1, cname)
  9.   end if
  10. end
  11.