1. How can I get the "This is a long video title..." to justify right.
I got it anchored but it seems as if Image With String only centers
the text? Do I need to try a different approach?

command-I on the image with string patch, look for the Settings pane -- there you'll find alignment settings.

2. How can I trigger events based on the position of the movie? I'd
like to do a reverse animation of what happens at the beginning of the
composition at the end, and also have the logo in the bottom corner
animate as well, but only either when the movie is over or maybe 30
frames away from the end of the movie?


you can use the output Movie Position from the Movie loader patch, and compare it to the Movie Duration. Compare with a Math Expression patch, with this forumla: "position > (duration - 1)" (no quotes) -- this will change from 0 to 1 when your movie is 1 second away from finishing (change the -1 to -whatever to change the delay, or make the formula "position > (duration - leadout)" to have a leadout input as well.

--
[ christopher wright ]
[EMAIL PROTECTED]
http://kineme.net/

Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to