multimediamkt
November 22nd, 2002, 12:14 AM
on (rollOut) {
gotoAndPlay ("carfurnbusmcframe245");
}
on (release) {
tellTarget ("_root.coverupmcfrm5") {
gotoAndPlay ("coverup040");
}
}
Why fails occur to buttons with code above ??
Understand by fail when you click on the button once and there is no answer , then you have to give it a 2nd d a m n click and
this time works ;
There are 3 buttons with similar code (just changes addressed frame labels but code is the same ) , the fail happens to two of them ; one of the buttons works at the 1st click ;
Cheers
gotoAndPlay ("carfurnbusmcframe245");
}
on (release) {
tellTarget ("_root.coverupmcfrm5") {
gotoAndPlay ("coverup040");
}
}
Why fails occur to buttons with code above ??
Understand by fail when you click on the button once and there is no answer , then you have to give it a 2nd d a m n click and
this time works ;
There are 3 buttons with similar code (just changes addressed frame labels but code is the same ) , the fail happens to two of them ; one of the buttons works at the 1st click ;
Cheers