Using Quartz Compositions In AppleScript

Hi!
I am doing a very important school project :frowning:
Don’t worry about all the details but what i need is a way to control (or even just some simple commands) 4 quartz compositions that will be in a window
I have heard that it can’t be done with applescript, are there in Cocoa gurus here? :wink:

Thanks sooooooooo much if you can help!

bump!
anyone? What about using them in a webview? Can Compositions get data based on the URL?

I’m curious about this one as well.

to open qc use this script

tell application “Quartz Composer”
activate

open POSIX file "/Users/you/folder/1.qtz"

end tell