Re: [Flashcoders] error mesg

2010-12-16 Thread DONALD TALCOTT
- > From: flashcoders-boun...@chattyfig.figleaf.com > [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of DONALD TALCOTT > Sent: Thursday, December 16, 2010 7:24 PM > To: Flash Coders List > Subject: Re: [Flashcoders] error mesg > > I failed to mention, also have

RE: [Flashcoders] error mesg

2010-12-16 Thread Merrill, Jason
-boun...@chattyfig.figleaf.com] On Behalf Of DONALD TALCOTT Sent: Thursday, December 16, 2010 7:24 PM To: Flash Coders List Subject: Re: [Flashcoders] error mesg I failed to mention, also have the following for a button; mc_aim_higher.mc_form.submitBtn.addEventListener(MouseEvent.CLICK, doSubmit); If I remove "e.

RE: [Flashcoders] error mesg

2010-12-16 Thread Benny
DONALD TALCOTT Verzonden: vrijdag 17 december 2010 1:24 Aan: Flash Coders List Onderwerp: Re: [Flashcoders] error mesg I failed to mention, also have the following for a button; mc_aim_higher.mc_form.submitBtn.addEventListener(MouseEvent.CLICK, doSubmit); If I remove "e.MouseEvent" the bu

Re: [Flashcoders] error mesg

2010-12-16 Thread Nathan Mynarcik
Then have "e:MouseEvent = null" On Dec 16, 2010 7:23 PM, "DONALD TALCOTT" wrote: > I failed to mention, also have the following for a button; > mc_aim_higher.mc_form.submitBtn.addEventListener(MouseEvent.CLICK, doSubmit); > > If I remove "e.MouseEvent" the button won't work. > > > On Dec 16, 2010,

Re: [Flashcoders] error mesg

2010-12-16 Thread DONALD TALCOTT
I failed to mention, also have the following for a button; mc_aim_higher.mc_form.submitBtn.addEventListener(MouseEvent.CLICK, doSubmit); If I remove "e.MouseEvent" the button won't work. On Dec 16, 2010, at 7:05 PM, Nathan Mynarcik wrote: > Take out the "e:MouseEvent" in your doSubmit function.

Re: [Flashcoders] error mesg

2010-12-16 Thread Nathan Mynarcik
Take out the "e:MouseEvent" in your doSubmit function. On Dec 16, 2010 6:40 PM, "DONALD TALCOTT" wrote: > I have the following code below. When I compile the swf,I get the following error; > Line 187 1136: Incorrect number of arguments. Expected 1. > > Have been playing with this all day, somewhat

[Flashcoders] error mesg

2010-12-16 Thread DONALD TALCOTT
I have the following code below. When I compile the swf,I get the following error; Line 187 1136: Incorrect number of arguments. Expected 1. Have been playing with this all day, somewhat new to as3, and this has me stumped. Any help/insight would be greatly appreciated. stage.addEv