for(var i=0; i<l; i++){

Not

for(var i=0; i<=l; i++){ 


M

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Mike Mountain
> Sent: 27 July 2006 17:17
> To: Flashcoders mailing list
> Subject: RE: [Flashcoders] AS3 scripting, first try - some Q's
> 
> 
> > > function moveme(event:Event):void{
> > 
> > 
> > You aren't passing in an event there... so perhaps that is 
> causing the 
> > vomit?
> 
> The event gets passed auotmatically, it traces out fine
> 
> > 
> > On 7/27/06, Supriya <[EMAIL PROTECTED]> wrote:
> > >
> > > its not an AS3 problem, its a small problem in your logic in the 
> > > function moveme find it out :)
> 
> Y'see if I could work it out I wouldn't have posted would I? 
> This may be a "wood for trees" situation, but posts like that 
> just aren't helpful, so what's the point in posting? 
> 
> M
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> 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
> 
_______________________________________________
Flashcoders@chattyfig.figleaf.com
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