home *** CD-ROM | disk | FTP | other *** search
/ Citroën Xsara Picasso / Xsara.bin / Instala.dir / 00004_Script_4 < prev    next >
Text File  |  2001-05-18  |  298b  |  15 lines

  1. on exitFrame me
  2.   sprite(11).cursor=280
  3.   sprite(12).cursor=280
  4.   set qtv = quickTimeVersion()
  5.   put qtv
  6.   if the QuickTimePresent = TRUE THEN
  7.     go "start"
  8.     if qtv <= 3.0000 THEN
  9.       if the QuickTimePresent = FALSE THEN
  10.         go "instal"
  11.       end if
  12.     end if
  13.   end if
  14. end
  15.