Flash Nav Help
Flash Nav Help
Out of context: Reply #3
- Started
- Last post
- 5 Responses
- unformatted0
for your frame actions put
m1b1anim.onEnterFrame = function() {
if (fadem1b1) {
this.nextFrame();
} else {
this.prevFrame();
}
};and i think instead of _root use _parent, or try just putting fadem1b1 w/o _root
i don't know it's late. ;)