Re: [Flashcoders] Switch case problem...

2006-12-06 Thread José Maria Barros
, 2006 11:01:30 AM Subject: Re: [Flashcoders] Switch case problem... yes On 12/5/06, Joey Rivera [EMAIL PROTECTED] wrote: You putting breaks in the case statements? Joey Rivera Flash Developer iLearn, Inc. (770) 218-0972 -Original Message- From

RE: [Flashcoders] Switch case problem...

2006-12-06 Thread Keith Reinfeld
: [Flashcoders] Switch case problem... Hello againwell i didnt solved it yet... See the website..to see what i mean..thank you. http://www.justbeloungelx.com And by the way i aprecciate your comment Jason Merril...its definitly with lots of redundancy...maybe i dont need to make objects

Re: [Flashcoders] Switch case problem...

2006-12-06 Thread Stef X
PROTECTED] On Behalf Of José Maria Barros Sent: Wednesday, December 06, 2006 6:54 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] Switch case problem... Hello againwell i didnt solved it yet... See the website..to see what i mean..thank you. http://www.justbeloungelx.com

[Flashcoders] Switch case problem...

2006-12-05 Thread Jose Maria Barros
Hi.. Ive done a function with a switch case wich have each one a string variable value with the name of the link... var linkName:String = ; switch(linkName) { case link1: //run function with a gotoAndPlay that goes to the frame(linkName) case link2: //run function with a

RE: [Flashcoders] Switch case problem...

2006-12-05 Thread Joey Rivera
: [Flashcoders] Switch case problem... Hi.. Ive done a function with a switch case wich have each one a string variable value with the name of the link... var linkName:String = ; switch(linkName) { case link1: //run function with a gotoAndPlay that goes to the frame(linkName) case

Re: [Flashcoders] Switch case problem...

2006-12-05 Thread Jose Maria Barros
, 2006 1:50 PM To: Flashcoders mailing list Subject: [Flashcoders] Switch case problem... Hi.. Ive done a function with a switch case wich have each one a string variable value with the name of the link... var linkName:String = ; switch(linkName) { case link1: //run function

Re: [Flashcoders] Switch case problem...

2006-12-05 Thread badi malik
you might be missing a ':' b - Original Message From: Jose Maria Barros [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Tuesday, December 5, 2006 11:01:30 AM Subject: Re: [Flashcoders] Switch case problem... yes On 12/5/06, Joey Rivera [EMAIL

Re: [Flashcoders] Switch case problem...

2006-12-05 Thread Jose Maria Barros
Maria Barros [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Tuesday, December 5, 2006 11:01:30 AM Subject: Re: [Flashcoders] Switch case problem... yes On 12/5/06, Joey Rivera [EMAIL PROTECTED] wrote: You putting breaks in the case statements? Joey

Re: [Flashcoders] Switch case problem...

2006-12-05 Thread Jose Maria Barros
: Tuesday, December 5, 2006 11:01:30 AM Subject: Re: [Flashcoders] Switch case problem... yes On 12/5/06, Joey Rivera [EMAIL PROTECTED] wrote: You putting breaks in the case statements? Joey Rivera Flash Developer iLearn, Inc. (770) 218-0972 -Original Message

RE: [Flashcoders] Switch case problem...

2006-12-05 Thread Merrill, Jason
Your code looks fine, (other than a lot of redundancy that could be reduced), so it's time to throw some traces in there to be sure the right values are both being set, as well as tripping at different points in the switch statement. I think if you make liberal use of some traces, you will find

RE: [Flashcoders] Switch case problem...

2006-12-05 Thread Sean Gallagher
Can you send the FLA? I am confused -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jose Maria Barros Sent: Tuesday, December 05, 2006 2:32 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Switch case problem... here is the goLink function

Re: [Flashcoders] Switch case problem...

2006-12-05 Thread Margo Powell
- Original Message From: Jose Maria Barros [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Tuesday, December 5, 2006 11:01:30 AM Subject: Re: [Flashcoders] Switch case problem... yes On 12/5/06, Joey Rivera [EMAIL PROTECTED] wrote