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

  1. on mouseUp
  2.   if the mouseV > the locV of sprite 47 then
  3.     mouseUp(script "wdown")
  4.   else
  5.     mouseUp(script "wup")
  6.   end if
  7. end
  8.