home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 2 / LAUNCH.BIN / mac / SONY / MAINMOV.DIR / 00060_Script_60 < prev    next >
Text File  |  1995-06-07  |  390b  |  17 lines

  1. --go model 2
  2.  
  3. on mouseDown
  4.   set the castnum of sprite(the clickon) to (the castnum of sprite(the clickon) + 1)
  5.   updatestage
  6.   repeat while the stilldown
  7.     nothing
  8.   end repeat
  9.   set the castnum of sprite(the clickon) to (the castnum of sprite(the clickon) - 1)
  10.   updatestage
  11. end
  12.  
  13. on mouseUp
  14.   go "model2"
  15.   puppetsprite(28), true
  16.   set the movierate of sprite(9) = 1
  17. end