LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 07-14-2009, 06:34 PM
Yavstr Yavstr is offline
Registered User
 
Join Date: Nov 2004
Location: USA
Posts: 75
Rep Power: 9
Yavstr is on a distinguished road
Annoying things with AS3.

I hate that everything is mouseEnabled.

I like using MovieClips for my buttons with dynamic text.
Every time I create one I have to do something like this:
Actionscript:
var mc : movieClipButton = new movieClipButton ();
mc.label_txt = 'Button Label';
mc.mouseChildren = false; // I should not have to make this damn call.
mc.buttonMode = true;
mc.addEventListener ( MouseEvent.CLICK, handleMyButton );

Why, oh why do I need to make that damn call?
If I want something mouseEnabled I should have to set it, not the other way around.

That needs to be addressed and changed.
__________________
Senior Flash Developer
BARKLEY

www.beap.com
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
AS3 MySQL Gallery vennasa ActionScript 3.0 0 05-04-2009 04:34 AM
Innovativedesigns AS3 is on the way [PAUL FERRIE] Members Cafe 2 09-30-2008 07:47 AM
simple as3 question. fhickler Newbies 2 02-25-2008 04:39 PM
Annoying AS3 Bug with rotation and height/width Scottae Flash Wishlist and Bugs 0 08-18-2007 12:06 AM
Some things I like about Flash 8 Scottae Flash 8 8 10-10-2005 12:02 PM




All times are GMT. The time now is 03:43 AM.