Hi,
I wonder if anyone could check this for me and tell me why it's not working please?
I want the play head to go and stop in frame 1 only if the user is not hovering on btnIntermediate or btnExpert.
Regards,Code:on (rollOut) {
if((!btnIntermediate.onRollOver)||(!btnExpert.onRollOver)){
gotoAndStop(1);
}
}
E
