home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 June / Image.iso / aol / software / aolshow.dxr / 00130.ls < prev    next >
Encoding:
Text File  |  1996-12-03  |  331 b   |  13 lines

  1. on exitFrame
  2.   global QTAbfrage
  3.   if the quickTimePresent then
  4.     nothing()
  5.   else
  6.     if QTAbfrage = 0 then
  7.       alert("F├╝r diesen Programmteil ist QuickTime notwendig." & RETURN & "Bitte installieren Sie jetzt QuickTime und starten diese Anwendung neu. Danke.")
  8.       go("HM")
  9.       set QTAbfrage to 1
  10.     end if
  11.   end if
  12. end
  13.