target buttons
target buttons
Out of context: Reply #11
- Started
- Last post
- 24 Responses
- rasko40
hmm i cant open the tree within the debugger out enough to get all the way to my buttons.. I get as far as _level0.basenav.popnav then I cant see 'into' the other swf.
dstlb, yeah I basically have a swf which is a sliding menu (the buttons are nested to mc's deep (inside1.inside2.mybutton), this swf is loaded into a mc on the main timeline (_root.basenav.popnav.infini)
I am therefore trying to target the buttons from frame1 on the main timeline using _root.basenav.popnav.infini.insi... = function() {
and others I have tried.
The function works if I just put a button on the main timeline and target that, but I need to target the buttons inside this swf
???