[Flashcoders] Thanks! Where are you?

2006-04-13 Thread Daniel Cardenas
to understand the problem and help guide me. I couldn't have asked for more. I'm amazed at the level of activity here! People are posting at all hours - where is everyone? I'm in New York City. Any Flashcoder drink nights in the NYC area? Thanks again - Daniel Cardenas

Re: [Flashcoders] RANT: Collect Fonts Button

2006-04-13 Thread Daniel Cardenas
So how can QuarkXpress offer such a utility? Or FlightCheck? I haven't done any print work in years - and I haven't yet had any *major* issues with Flash and font management, knock on wood. However I did pick up some good habits from when I did work in print, and I'm very impressed with

[Flashcoders] Need help understanding EventDispatcher

2006-04-12 Thread Daniel Cardenas
, ie: testBall.onPress = function () {myEventHandler(testBall);} but that's not what I'm trying to accomplish. I've pasted the code below - any help would be greatly appreciated. Thanks, Daniel Cardenas -- Ball Class

Re: [Flashcoders] Need help understanding EventDispatcher

2006-04-12 Thread Daniel Cardenas
Of Daniel Cardenas Sent: Wednesday, April 12, 2006 7:10 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Need help understanding EventDispatcher Hi, I'm trying to learn event handling using the EventDispatcher class and am having a hard time getting a test to work. I'm also fairly new

Re: [Flashcoders] Need help understanding EventDispatcher

2006-04-12 Thread Daniel Cardenas
Thanks Johannes, I tried your code but it didn't work - no errors or anything, just didn't trigger the handler. Is there be a problem with my timeline code? Note - I removed some events and methods to simplify the code. Class Code:

Re: [Flashcoders] Need help understanding EventDispatcher

2006-04-12 Thread Daniel Cardenas
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Cardenas Sent: Wednesday, April 12, 2006 7:10 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Need help understanding EventDispatcher Hi, I'm trying to learn event handling using

Re: [Flashcoders] Need help understanding EventDispatcher

2006-04-12 Thread Daniel Cardenas
Hi Johannes - Thank you so much for your suggestions - I really do appreciate the help. I've removed MovieClip extension from the class, but it's still not working - it's still the same as where I started - the Ball object renders, but events don't trigger the handler. I've streamlined

Re: [Flashcoders] Need help understanding EventDispatcher

2006-04-12 Thread Daniel Cardenas
Thanks Johannes! Both your example and Stacey's have made my day. Clearly I need to bone up on Delegate. FWIW - Stacey's example came in 11 bytes under yours - but that was only after I removed an extraneous character that threw an error... So it's a draw. :-) Thank you all for all

Re: [Flashcoders] Need help understanding EventDispatcher

2006-04-12 Thread Daniel Cardenas
Thanks Mike, That does help. I get scope - although admittedly I should pay a little more attention to it... :-) And I wasn't familiar with the Delegate class - clearly something I need to read about. -dc --- [EMAIL PROTECTED]

Re: [Flashcoders] Need help understanding EventDispatcher

2006-04-12 Thread Daniel Cardenas
Wow! Thanks Stacey - that's far more than 2 cents worth! I'm reading and absorbing - but will need to spend a little more time with your reply :-) --- [EMAIL PROTECTED] 917-750-6398 AIM: dcardena

Re: [Flashcoders] Need help understanding EventDispatcher

2006-04-12 Thread Daniel Cardenas
Awesome!! Thank you Thank you Thank you. I need to read more about the Delegate class to understand what's going on here- I have some idea, but not a clear grasp. Thank you so much for steering me in the right direction! --- [EMAIL