Hi everyone.
I really need some help and solution to my problem. here goes…
I have flash file called practice. In scene 1, layer 1 i have an button. In the same scene i also have a movie clip called tween_mc which is on layer 2. In tween_mc i have animation happening with stop actionscript at the end.
In relation to my button on layer 1 i have the following actionscript:
on (release) {
_root.tween_mc.gotoAndPlay(“1”);
}
i also have the stop actionscript for it so the button has to be clickd in order to play the tween_mc movieclip.
when i go to Control-Test Movie, when the button is clicked it doesnt seem to play the tween_mc movieclip.
can any1 help me to resolve this problem?
I have attached my practice.fla file to this thread so you will understand what i mean. by the way im using flash 8.
Thanks
tc