barzagus
May 9th, 2002, 11:53 AM
Ok... This is my problem... Please Fast Reply I REALLY NEEED!
I've a swf... we ca call it as A.
In A I've maked a level where I load others SWF whith Load Movie.. I call this second SWF as B.
In B there is a movie clip in the root timeline. it name is C.
In the root rimeline of B there is anothere mouvieclip called D.
Thees are the elements... where is the problem?
At the and of D animation I've to make a telltarget to control the movie clip C.
The problem is that, when D arrived at the and of the animation don't telltarget C... so the animation don't starts and sops there.
I don't know why.... How can I control C by D?!?!?!?
tellTarget ("/C") {
gotoAndPlay (2);
}
For example... this don't work.
tellTarget ("_root.C") {
gotoAndPlay (2);
}
and this don't work too...
Please I NEEED a FAST, VERY FAST REPLY
I've a swf... we ca call it as A.
In A I've maked a level where I load others SWF whith Load Movie.. I call this second SWF as B.
In B there is a movie clip in the root timeline. it name is C.
In the root rimeline of B there is anothere mouvieclip called D.
Thees are the elements... where is the problem?
At the and of D animation I've to make a telltarget to control the movie clip C.
The problem is that, when D arrived at the and of the animation don't telltarget C... so the animation don't starts and sops there.
I don't know why.... How can I control C by D?!?!?!?
tellTarget ("/C") {
gotoAndPlay (2);
}
For example... this don't work.
tellTarget ("_root.C") {
gotoAndPlay (2);
}
and this don't work too...
Please I NEEED a FAST, VERY FAST REPLY