Flash Advisor logo
:: Desktop Shortcut
:: Flash Help
Advice from Experts

Closed Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2007
    Posts
    53

    Default RollOver effect not available until frame ???

    I am new to Flash, I have been going through numerous lear***ash.com stuff and some books, I just recently started work on my very first Flash website which will serve as my homepage/portfolio.

    Anyways, I am just now starting to delve into Actionscript, and with absolutely NO previous programming experience (ok, I did a little Basic back in 1993 on my PCjr , it seems a bit daunting.

    What I am having a problem with is this: I have my website basically fading/blurring in. I am using movie clips as buttons, and everything works fine and looks nice, BUT, when the page is fading in, if you move the pointer over one of the buttons that hasn't faded in all the way, it will jump straight to the "Over" state. Basically this skips the "fade in" I have going on and looks totally bogus!

    Anyways, I was reading up on the "if" statement stuff but I'm not really sure I am looking in the right direction. Any help?

    Thanks for your time!

  2. # ADS
    Join Date
    Always
    Posts
    Many
     
  3. #2
    Join Date
    May 2004
    Location
    U.S.A.
    Posts
    2,890

    Default

    Hi,

    Buttons or MovieClips have an enabled property. You could use an if statement to toggle that property based on the alpha fade. Something like...
    Code:
    myButton.enabled = false;
    this.onEnterFrame = function() {
    	if (myMC._alpha>=100) {
    		myButton.enabled = true;
    		delete this.onEnterFrame;
    	}
    }
    NTD
    A mind once stretched by a new idea never regains its original dimensions.
    - Oliver Wendell Holmes

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Sponsors
Create Speaking Characters for your website and Flash movies. 15 Day Free Trial