[Flashcoders] event that is not working

2010-01-27 Thread Gustavo Duenas
Hi Coders I have this code, apparently it triggers the trace but it doesn't move with the next frame in the time line, any ideas, I will appreciate your input here is my code var ballXTween:Tween = new Tween(logoMafle, y,Bounce.easeInOut, logoMafle.y, 216, 1.5, true);

Re: [Flashcoders] event that is not working

2010-01-27 Thread Nathan Mynarcik
Try e.target.gotoAndPlay(2); --Original Message-- From: Gustavo Duenas Sender: flashcoders-boun...@chattyfig.figleaf.com To: Flash Coders List ReplyTo: Flash Coders List Subject: [Flashcoders] event that is not working Sent: Jan 27, 2010 1:39 PM Hi Coders I have this code, apparently

Re: [Flashcoders] event that is not working

2010-01-27 Thread Gustavo Duenas
: flashcoders-boun...@chattyfig.figleaf.com To: Flash Coders List ReplyTo: Flash Coders List Subject: [Flashcoders] event that is not working Sent: Jan 27, 2010 1:39 PM Hi Coders I have this code, apparently it triggers the trace but it doesn't move with the next frame in the time line, any ideas, I

Re: [Flashcoders] event that is not working

2010-01-27 Thread Karl DeSaulniers
27, 2010, at 2:52 PM, Nathan Mynarcik wrote: Try e.target.gotoAndPlay(2); --Original Message-- From: Gustavo Duenas Sender: flashcoders-boun...@chattyfig.figleaf.com To: Flash Coders List ReplyTo: Flash Coders List Subject: [Flashcoders] event that is not working Sent: Jan 27, 2010 1:39

Re: [Flashcoders] event that is not working

2010-01-27 Thread Gustavo Duenas
-- From: Gustavo Duenas Sender: flashcoders-boun...@chattyfig.figleaf.com To: Flash Coders List ReplyTo: Flash Coders List Subject: [Flashcoders] event that is not working Sent: Jan 27, 2010 1:39 PM Hi Coders I have this code, apparently it triggers the trace but it doesn't move with the next

Re: [Flashcoders] event that is not working

2010-01-27 Thread Karl DeSaulniers
: [Flashcoders] event that is not working Sent: Jan 27, 2010 1:39 PM Hi Coders I have this code, apparently it triggers the trace but it doesn't move with the next frame in the time line, any ideas, I will appreciate your input here is my code var ballXTween:Tween = new Tween(logoMafle, y

Re: [Flashcoders] event that is not working

2010-01-27 Thread Henrik Andersson
Karl DeSaulniers wrote: not sure if you need the underscore in as3. You might want to practice a little more. It is required that you don't have any underscore. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] event that is not working

2010-01-27 Thread Nathan Mynarcik
Subject: Re: [Flashcoders] event that is not working Sent: Jan 27, 2010 4:12 PM Karl DeSaulniers wrote: not sure if you need the underscore in as3. You might want to practice a little more. It is required that you don't have any underscore

Re: [Flashcoders] event that is not working

2010-01-27 Thread Nathan Mynarcik
: flashcoders-boun...@chattyfig.figleaf.com To: Flash Coders List ReplyTo: Flash Coders List Subject: Re: [Flashcoders] event that is not working Sent: Jan 27, 2010 4:12 PM Karl DeSaulniers wrote: not sure if you need the underscore in as3. You might want to practice a little more. It is required that you

Re: [Flashcoders] event that is not working

2010-01-27 Thread Gustavo Duenas
solved, Nathan found out that I have two instances with the same name (logoMafle) that were causing the mistake, `I knew that was something very dumb I was missing, thanks Gustavo On Jan 27, 2010, at 5:12 PM, Henrik Andersson wrote: Karl DeSaulniers wrote: not sure if you need the