home *** CD-ROM | disk | FTP | other *** search
/ Citroën Xsara Picasso / Xsara.bin / Instala.dir / 00012_Script_12 < prev    next >
Text File  |  2001-05-18  |  142b  |  8 lines

  1. on mouseDown me
  2.   sprite(12).locH = sprite(12).locH + 2
  3.   end
  4.   
  5. on mouseUp me
  6.   open "Qt\QuickTimeInstaller.exe"
  7.      go to "ins1"
  8. end