On 4/9/07, T. Michael Keesey <[EMAIL PROTECTED]> wrote:

By the way, I think the AS3 syntax for this:

> button.onRelease=myFunction;  // AS3

... is actually:

button.addEventListener(MouseEvent.CLICK, myFunction);

Sorry, yes - you're quite right. I was illustrating a general point
and clearly chose the wrong thing to use as an example - we're coming
from Flash, not Flex, and don't use Adobe's components.

Ian
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to