EnhancedQT Transitions

Interested adding compiled externals from LiveCode and third parties to your LiveCode projects? This is the place to talk about them.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
johnmiller1950
Posts: 116
Joined: Mon Apr 30, 2007 3:33 pm

EnhancedQT Transitions

Post by johnmiller1950 » Sun Oct 30, 2011 1:04 pm

Greetings All,

Klaus put me on to Trevor's EnhancedQT external. I have been able to do amazing things with it. However, I don't seem to be able to get "qtAddTransition" to work. The script I am using is below. Can anyone confirm that this does or does not work. Am I doing something wrong. All of the other externals in this bundle are working, so I know my setup is OK. I have tried various effects with no results.

Thanks, John Miller


on mouseUp
qtInitializeEditing the moviecontrollerid of player "Combined"
qtAddTransition the movieControllerid of player "Combined","Iris",1781,1981
end mouseUp

Post Reply