home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 2 / LAUNCH.BIN / mac / SONY / MAINMOV.DIR / 00003_Script_3 < prev    next >
Text File  |  1995-06-07  |  178b  |  10 lines

  1. --go to Shangri.DIR
  2.  
  3. on mouseDown
  4.   set the locV of sprite(the clickon) to (the locV of sprite(the clickon) + 3)
  5.   updatestage
  6. end
  7.  
  8. on mouseUp
  9.   go to "ShangriFrame"
  10. end