home *** CD-ROM | disk | FTP | other *** search
/ Digital Design Material S…es 2: Stone Material Raw / 石素材王.iso / pc / stage.dir / 00040.ls < prev    next >
Encoding:
Text File  |  1997-01-21  |  159 b   |  10 lines

  1. on mouseUp
  2.   global topnum
  3.   puppetSound("click")
  4.   set it to clickOn() - 10 + topnum - 1
  5.   doiticon(it)
  6.   if the doubleClick then
  7.     fullsize()
  8.   end if
  9. end
  10.