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 dtalc...@mindspring.com 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

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. On

Re: [Flashcoders] error mesg

2010-12-16 Thread Nathan Mynarcik
Then have e:MouseEvent = null On Dec 16, 2010 7:23 PM, DONALD TALCOTT dtalc...@mindspring.com 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

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 button won't work

RE: [Flashcoders] error mesg

2010-12-16 Thread Merrill, Jason
...@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.MouseEvent

Re: [Flashcoders] error mesg

2010-12-16 Thread DONALD TALCOTT
___ -Original Message- 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