
Welcome Guest
|
#1
|
|||
|
|||
|
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. |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |





