>I tried to have a look at the "effects" substack, because there were no
>responses to the above message so far, but apparently there is no
>substack for the QT effects.
What QT effects substack are you referring to?
>For a stack with scripted QT effects, it takes several seconds for the
>first effect to show, after the first effect the others display
>normally. This indicates that after opening a stack, a part of Quicktime
>has to be loaded when an effect shall take place.
MetaCard is loading and intializing QT (just like it has to do before
using player objects).
>To get around this
>initial delay, you could put a QT effect in the openstack handler,
>because here the delay will be more tolerable.
Or do:
get qteffects()
>Here is a list of more option numbers for "matrix wipe" extracted from
>the qtx-file:
Or you can go to :
http://developer.apple.com/techpubs/quicktime/qtdevdocs/REF/refEffects.3e
.htm#pgfId=12627
MetaCard supports the wipeid enum in each of those effects.
Anyone have a design for passing an unlimited number of parameters, each
of different type to the visual effect command?
> Saving such effects with changed parameters - under a different name -
> and then using the name of the saved effect in the visual command
> results in *no* effect. Maybe this is not yet implemented? Isn't this
> what the "Save" and "load" buttons of the "answer effect dialog" are
> for?.-
The file format used by Save and Load is undocumented, so you would have
to instruct the user to load the file using the dialog if it was
supported..
Tuviah
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.