home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1997 December / macgaichiban199712.bin / MOVIES / TRUE.DXR / 00009.ls < prev    next >
Encoding:
Text File  |  1997-11-13  |  214 b   |  11 lines

  1. on mouseDown
  2.   puppetSound("click")
  3.   updateStage()
  4.   button()
  5.   set mych to clickOn()
  6.   if rollOver(mych) then
  7.     set mname to item 1 of the name of member the memberNum of sprite mych
  8.     go(mname)
  9.   end if
  10. end
  11.