[cfaussie] Re: FLASH object events

2006-03-20 Thread Steve Onnis
Ok But how do you know its “click” and not “mousedown” or “press” ?   From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Bjorn Schultheiss Sent: Monday, March 20, 2006 8:41 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: FLASH object events

[cfaussie] Re: FLASH object events

2006-03-20 Thread Bjorn Schultheiss
In Flash Help, under Actionscript language reference or Components Dictionary (which ever u want to investigate) it lists what events each component or class fires. Example Event summary Event Description onData = function() {} Invoked when a movie c

[cfaussie] Re: FLASH object events

2006-03-19 Thread grant
you can loop over a particular object using FOR...IN and it should trace all it's available events... I could be wrong tho as it's been a while since i've done any AS... On 3/20/06, Steve Onnis <[EMAIL PROTECTED]> wrote: > > Is there anywhere I can get a list of what objects fire what events so I