home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 September / macformat-028.iso / mac / Demos / UNZIP-DEMO / ZIPFILES / alt00 / 00030.ls < prev    next >
Encoding:
Text File  |  1995-05-24  |  304 b   |  11 lines

  1. on exitFrame
  2.   repeat while the mouseDown
  3.     set the locH of sprite 20 to the mouseH
  4.     set the locV of sprite 20 to the mouseV + 75
  5.     set the locH of sprite 21 to the locH of sprite 20 + 39
  6.     set the locV of sprite 21 to the locV of sprite 20 - 167
  7.     updateStage()
  8.   end repeat
  9.   go("ven3")
  10. end
  11.