Groups | Blog | Home
all groups > flash actionscript > august 2005 >

flash actionscript : Trace (levels?)


KrisCons
8/22/2005 7:35:32 PM
Hi all,

I have a movie clip which has a button on it. This movie clip is inside
anothe rmovie clip and so on and so forth.

When i trace (hello) for example, it pops up "hello" when i click it, but when
i tell it to go to the next frame, nothing happens.

How can i trace the level or path.to.my.movieclip?
Is this possible?

Any propmt advice would be greatly appreciated.

Regards

bwm_razel
8/22/2005 7:38:05 PM
In the actions, there is a button that looks like a crosshair, if you click on
it, it displays the target paths. You'll probably need to say
_parent.nextFrame(); or _parent._parent.nextFrame(); or whatever.
w m d
8/22/2005 7:49:47 PM
KrisCons
8/22/2005 8:32:17 PM
Thank you.

AddThis Social Bookmark Button