You all helped a ton last time. I hope you can do it again. I know this is easy, but I'm missing something.
I have a symbol that exists one level down from my root level. The symbol is actually a button that when clicked should refer back to the root level and jump to a labeled frame.
I've tried every variation of:
on(release){
with(_root){
gotoAndStop("framelabel");
}
}
that I can think of. I'm sure it's easy, but it's eluding me. Help?
PS, should mention that I'm using Flash MX 2004....so I will.
I have a symbol that exists one level down from my root level. The symbol is actually a button that when clicked should refer back to the root level and jump to a labeled frame.
I've tried every variation of:
on(release){
with(_root){
gotoAndStop("framelabel");
}
}
that I can think of. I'm sure it's easy, but it's eluding me. Help?
PS, should mention that I'm using Flash MX 2004....so I will.