try this

on startMovie
    if quickTimeVersion() >= 4 then
        --continue with the movie
        --go to "stay"
    else
        alert "Please Install QT4.0"
        -- without qt4.0 your project doesn't run so quit
        quit
    end if
end

regards
Ramesh CT
http://www.geocities.com/ramesh_ct/


-----Original Message-----
From: Ernest lee <[EMAIL PROTECTED]>
To: Lingo <[EMAIL PROTECTED]>
Date: Tuesday, October 24, 2000 1:54 PM
Subject: <lingo-l> detecting qt 4.0 (D 8 Project)


|Hi all, I am completing a Dir 8.0 project that uses
|lots of QT 4.0. I simply wantdirector to detect if QT
|4.0 is present and if not a dialog box alerts the
|user- maybey giving instructions.
|The script I am using is below is what I believed
|simple
|
|on startmovie
|  if quickTimeVersion(4.0) then
|    alert "you do not quicktime 4.0!. Please
|install.......blah blah"
|  else
|    go to "stay"
|    
|  end if
|  
|end
|
|Needless to say it fails.
|For testing I have place "alert "you have quicktime
|4.0!"" and "go to "stay"" in this order because I know
|my machine has qt.Once this works I will reverse these
|2 items. Should this be on "startmovie" or should it
|be a frame script in a stub movie?
|Will the script be the same on a mac?
|
|Any insights greatly appreciated.
|
|cheers Ernie Lee
|
|
|__________________________________________________
|Do You Yahoo!?
|Yahoo! Messenger - Talk while you surf!  It's FREE.
|http://im.yahoo.com/
|
|[To remove yourself from this list, or to change to digest mode, go to
|http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
|email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
|Lingo-L is for learning and helping with programming Lingo.  Thanks!]


__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to