Flash pathing issue
- Started
- Last post
- 9 Responses
- steadyvibe
Hey, I am trying to trace out this path:
trace(_level0.navstub_mc.menu_mc...
Now when it path out without the last ".team_mc" it works. I was wondering if it might not be finding it because it is on the first frame?
- ozhanlion0
no nothing about it, what is B?
double check your scope and trace is your best friend.
- spiralstarez0
Kind of tough to answer without being able to see and troubleshoot.
But, If you said it's on the first frame that how does it get to _level0? You have to have it existing on _level0 before you can reference it there.
- phirschybar0
Also, make sure what you are tracing is not an MC... i think it has to be a variable to get a trace value.
- steadyvibe0
i am tracing:
trace(_level0.navstu b_mc.menu_mc.B.team_ mc);
"B" is just a instance name. team_mc is inside of "B" but on the 6th frame... might that be why it wont trace?
- mr_flaco0
If the clip you are trying to trace doesn't exist at the time of the trace function, your trace will not work.
- steadyvibe0
So if it on another frame.. it may not work.. they frame is available once you click on "B", so it should work still?
- steadyvibe0
Does anyone have time to take a look at my file quickly and tell me im an idiot and missed a small error?
- ozhanlion0
sure url _?
- steadyvibe0
Thanks! The main indes is here:
http://www.industrialbrand.com/h…
and the nav that im targeting is here: