A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: AS3: How do I ignore a MC

  1. #1
    reMember
    Join Date
    May 2001
    Location
    Boston, Massachusetts, USA
    Posts
    128

    AS3: How do I ignore a MC

    I have a movie clip that creates an action when you roll over it. I have a movie clip of text as a label over that first movie clip. Problem is that if you roll over the text MC it blocks the MC under it that needs to trigger the action. I know there is a small code that will tell flash to ignore that clip that is in the way but I can't remember what it is or even how to search for it. It's something like:

    inthewayClip.active = false;

    Or something like that.
    1 post closer to a meeeeeellion......

  2. #2
    Will moderate for beer
    Join Date
    Apr 2007
    Location
    Austin, TX
    Posts
    6,801
    Code:
    inthewayClip.mouseEnabled = false;
    Should do it.

  3. #3
    reMember
    Join Date
    May 2001
    Location
    Boston, Massachusetts, USA
    Posts
    128
    THANK YOU! That's it.
    1 post closer to a meeeeeellion......

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