AS help pls
AS help pls
Out of context: Reply #7
- Started
- Last post
- 10 Responses
- Mimio0
myClip1.onEnterFrame = function() {
if (this.navOneFade) {
this.nextFrame();
} else {
this.prevFrame();
}
};
myClip2.onEnterFrame = function() {
if (this.navTwoFade) {
this.nextFrame();
} else {
this.prevFrame();
}
};
/////////////////////////////
Button
on(rollOver) {
myClip1.navOneFade = true;
}^ this will work