Folks:
I have a movie with 5 MC's called out on the main timeline. Each MC has an animation that plays on mouseover, which work perfectly. What I would like to do is have each MC play in sequence (left-to-right) if the visitor does not mouseover.
The problem - I can not for the life of me get any MC's to play when asked to do so. The code, from the last frame in the main timeline:
stop ();
with ("_root.Button_Semi" {
gotoAndPlay (1);
}
What this does is play the main timeline over and over, instead of the first frame in the MC I want.
I have the MC instance named. Besides that, I am perplexed. I have not used the TellTarget/with action that much, so be gentle if I am committing a forehead-slapping mistake.
I am looking forward to your suggestions...
Thanks,
Steve
I have a movie with 5 MC's called out on the main timeline. Each MC has an animation that plays on mouseover, which work perfectly. What I would like to do is have each MC play in sequence (left-to-right) if the visitor does not mouseover.
The problem - I can not for the life of me get any MC's to play when asked to do so. The code, from the last frame in the main timeline:
stop ();
with ("_root.Button_Semi" {
gotoAndPlay (1);
}
What this does is play the main timeline over and over, instead of the first frame in the MC I want.
I have the MC instance named. Besides that, I am perplexed. I have not used the TellTarget/with action that much, so be gentle if I am committing a forehead-slapping mistake.
I am looking forward to your suggestions...
Thanks,
Steve