home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1998 March / macgaichiban199803.bin / MOVIES / INTERNET.DXR / 00001.ls next >
Encoding:
Text File  |  1998-01-07  |  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.