home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 2 / LAUNCH.BIN / mac / SONY / MAINMOV.DIR / 00021_Script_21 < prev    next >
Text File  |  1995-06-07  |  261b  |  12 lines

  1. --go to HighDesFrame (mouse)
  2.  
  3. on mouseDown
  4.   set the locV of sprite(the clickon) to (the locV of sprite(the clickon) + 3)
  5.   set the locV of sprite(14) to (the locV of sprite(14) + 3)
  6.   updatestage
  7.   -- pause
  8. end
  9.  
  10. on mouseUp
  11.   go to "HighDesFrame"
  12. end