Hi list,
i was trying to find some info about transitions, tweens etc and i looked
into the TransitionManager class, Tween classes and Fuse.
I couldn't find what I was looking for, so please bear with me as Im trying
to explain what I would like:
- i have a configuration of movieclips on my screen in rows and columns
- wiping a specific movieclip might mean it flies away, fades out etc, I
can imagine Fuse would be perfect for this
- i'd like to apply a transition effect to this set of movieclips as you
normally would apply it to a set of pixels in a bitmap image, so for
example: wipe left to right, fadeout in a spiral. However up to now I found
this overal control of when a specific clip fades out (or plays its
animation in general) and in which order pretty hard to keep out of my main
code. Does anyone know of such a controllerthing lying around somewhere. It
isn't that to write, so if it's nonexistent I'll write it and post it to the
list, but if anyone knows of one, or has a better idea, I'd love to hear it.
For example in a bit of awkward pseudocode:
myClips - 2d array of movieclips for example 5 by 4 clips
myFuseSequence - for example a sequence to fade out a movieclip
myTransition = new WipeTransition (WipeTransition.LEFT_TO_RIGHT, 5, 4);
myTransition.onTriggered = function (arrayOfCoords) {
//for each coord in arrayOfCoords, get corresponding clip from myClips
do:
// apply fusesequence to clip
}
myTransition.onDone = .....
myTransition.play (speed =10);
If I wanted to trigger the fuse on my clips in a spiral fashion, I'd do:
myTransition = new SpiralTransition (5, 4);
for example...
Any ideas?
thanks
JC
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com