home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2003 January / PCgo01_01_2003.iso / PROGRAMM / WORKSHOP / workxp / Start.exe / Start.dxr / 00075.ls < prev    next >
Encoding:
Text File  |  2002-10-29  |  153 b   |  8 lines

  1. on rightMouseDown
  2.   sprite(6).locH = the mouseH + 75
  3.   sprite(6).locV = the mouseV + 56
  4.   updateStage()
  5.   go(the frame + 1)
  6.   sprite(14).visible = 0
  7. end
  8.