RE: [Flashcoders] SimpleButton enabled vs mouseEnabled

2008-07-02 Thread Alexander, Mary
: [Flashcoders] SimpleButton enabled vs mouseEnabled does mouseEndabled=false work for you? B. On Tue, Jul 1, 2008 at 12:29 PM, Alexander, Mary [EMAIL PROTECTED] wrote: I'm hoping someone can clarify this situation: AS3 - Flash IDE I have created a SimpleButton. I'm just trying to do simple Next

RE: [Flashcoders] SimpleButton enabled vs mouseEnabled

2008-07-02 Thread Merrill, Jason
I'm confused about the two properties and what the difference is, and why enabled=false doesn't work. Zeh explained it really good already. If you missed it, he said, .enabled on AS3 isn't the same as .enabled it was on AS2 (.mouseEnabled is). Basically, .enabled turns on or off the state

Re: [Flashcoders] SimpleButton enabled vs mouseEnabled

2008-07-01 Thread Bob Wohl
does mouseEndabled=false work for you? B. On Tue, Jul 1, 2008 at 12:29 PM, Alexander, Mary [EMAIL PROTECTED] wrote: I'm hoping someone can clarify this situation: AS3 - Flash IDE I have created a SimpleButton. I'm just trying to do simple Next/Back navigation where you disable Back on

Re: [Flashcoders] SimpleButton enabled vs mouseEnabled

2008-07-01 Thread Zeh Fernando
Why is there an enabled property for SimpleButton if it doesn't really work as advertised? Can anyone clarify this? Is there some situation where one can/should use the enabled property? .enabled on AS3 isn't the same as .enabled it was on AS2 (.mouseEnabled is). Basically, .enabled turns on