Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > ActionScript Forums Group > ActionScript 3.0

Closed Thread
 
Thread Tools Rate Thread Display Modes
Old 05-18-2008, 07:15 PM   #1
moopa
New Member
 
Join Date: Mar 2004
Posts: 22
Red face Child MovieClips interfering with Mouse Events?!

I have a movieClip in the library called btnGetStarted. This movie comprises of other movieclips:-
outer
inner
textLabel

If i put an instance of btnGetStarted on the stage and do something like:-

ActionScript Code:
btnGetStarted.buttonmode = true; btnGetStarted.addEventListener(MouseEvent.MOUSE_OVER,btnGetStartedOverHandeler); public function btnGetStartedOverHandeler(e:MouseEvent):void { trace("Mouse over"); }

when the mouse moves over each element the event will end and if the mouse goes over the textLabel (dynamic text) it will stop.
Why is this??

Thanks
moopa is offline  
Old 05-18-2008, 07:30 PM   #2
moopa
New Member
 
Join Date: Mar 2004
Posts: 22
Default

I worked this out for anyone having a similar problem

You should add

ActionScript Code:
btnGetStarted.mouseChildren = false;

This makes only the parent fire the event.

Cheers
moopa is offline  
Closed Thread


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Loaded SWF eating mouse events jimmy5804 Flex 2 & 3 1 03-10-2009 10:13 PM
bitmap covering mouse events <-mogwai-> ActionScript 3.0 3 03-18-2008 12:05 AM
Mouse events for movie clip within movie clip jeremydore Simple Stuff (Newbies) 2 10-20-2006 02:16 AM
How to cancel movieclip mouse events? Alvin ActionScript 2.0 2 03-22-2006 01:41 AM
movieclips and mouse events Ray_001 ActionScript 2.0 3 08-09-2005 02:36 PM


All times are GMT. The time now is 04:09 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.