home *** CD-ROM | disk | FTP | other *** search
/ Inventor Labs: Technology / INVENTORLABS_TECHNOLOGY.BIN / mac / FILES / EDISON.DIR / 00472_Script_472 < prev    next >
Text File  |  1997-05-26  |  130b  |  5 lines

  1. on mouseUp
  2.   set the movietime of sprite( the clickon ) = 0
  3.   updatestage
  4.   set the movierate of sprite( the clickon ) = 1
  5. end