home *** CD-ROM | disk | FTP | other *** search
/ Homework Helper / homeworkhelperdiscoverymultimedia.iso / discbak.dir / 00149_Script_149 < prev    next >
Text File  |  1995-07-17  |  186b  |  9 lines

  1. on mousedown
  2.   set the castnum of sprite 4 = 581
  3.   updatestage
  4.   repeat while the mousedown = true
  5.   end repeat
  6.   set the castnum of sprite 4 = 582
  7.   updatestage
  8.   go "exitp"
  9. end