Contents
Articles
Behaviors
Books
Director News
Director Web Sites
FAQ
Games
Mailing Lists
News Groups
Project Examples
Reviews
Software
Tools
Useful Web Sites
Utilities
Xtras

Don't miss these
2state Button with Cursor change and Sound
Rotate-a-Sprite
DrawXtra
Rollover Swirl-Alphamania
Set Linked Property of a Animated Gif Cast member
VSnap
Video Cleanup
PDF Publishing in Multimedia Projects
MouseWheel
Clear Embedded Font
 

 

 

Behavior Check For Qt Version

Added on 6/15/2000

 

Compatibilities:
behavior D7 D8 PC

This item has not yet been rated

Author: KumarK

Check For the Version of QT that is installed

---- written for Director 8 ---
---- Kumar.K kumark@icode.com ----


--QTVersion Check---
on qtversioncheck whatversion
  currentver = quickTimeVersion()
  if currentver <> whatversion then
    ---Your Custom Action Goes here--
  else
    ---Your Custom Action Goes here--
  end if
end

-- Get Behavior description --
on getBehaviorDescription
  return "This Behavior Checks for QuickTime Verison " & RETURN & RETURN &
  "Parameters" & RETURN &
  "* What Version You Want as float." & RETURN &
  "* What Action? if the verion you want is not present" & RETURN & RETURN &
  "Please Paste this script in Movie Script so as you can detect before the Movie Starts"
end
-- Get Behavior description --

 


Contact

MMI
36 South Court Sq
Suite 300
Newnan, GA 30263
USA

Send e-mail