im having a hell of a time finding info on this. ive got a person with a
transparent background (in an flv file), and based on cue points i need to
trigger different animations in different movie clips. cant for the life of
me figure out how to set up the scripts to respond to the different cue
points. 

cue points in video being "stop1" "stop2" "stop3" "stop4" etc with no
naming/parameter info attached 

anyone know where to find this info?
ive got the video cut and imported fine, ive put the cue points on it fine.
just need code to collect the cue points, and based on which cue point it
is, fire off play(2) commands to different movieclips triggering animations
timed with the video 

 

here's what ive got so far: but this just sees all the cue points.. I need
to trigger different actions based on which cue point it is, and have that
send an action to a separate clip

 

var vidList:Object = new Object();
vidList.cuePoint = function(cues) {
    ex.gotoAndPlay(2);
};
vid.addEventListener("cuePoint", vidList);

 



eek 
im guessing that I need to stick if statements in the function to check for
the cue name? not sure how to set that up, im a front end guy, this coding
turns my brain numb :-)

thanks!

dare-ick-ee-toe

 

_______________________________________________
Flashcoders@chattyfig.figleaf.com
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

Reply via email to