A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: onRollOver on Buttons

Threaded View

  1. #1
    Senior Member
    Join Date
    Dec 2005
    Posts
    101

    onRollOver on Buttons

    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.

    Code:
    on (rollOut) {
    	if((!btnIntermediate.onRollOver)||(!btnExpert.onRollOver)){
    		gotoAndStop(1);
    	}
    }
    Regards,
    E
    Last edited by Ennair; 09-24-2006 at 11:54 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center