[Flashcoders] [AS2] problem with conditional statement else if

2009-01-22 Thread jimmi
Hi, for a project it is required that I make a module with AS2. I already got most of the module working, except for one part: the slider. The slider button is supposed to stop at six points. I thought that the if..else..if statement would do just fine for this purpose. The problem is that

Re: [Flashcoders] [AS2] problem with conditional statement else if

2009-01-22 Thread Ian Thomas
You need to use instead of || (btn1._x 208 || btn1._x 241) should be (btn1._x 208 btn1._x 241) HTH, Ian On Thu, Jan 22, 2009 at 9:17 AM, jimmi cho...@gmail.com wrote: Hi, for a project it is required that I make a module with AS2. I already got most of the module working, except for

Re: [Flashcoders] [AS2] problem with conditional statement else if

2009-01-22 Thread jimmi
How stupid of me. Thank you very much. -- From: Ian Thomas i...@eirias.net Sent: Thursday, January 22, 2009 10:27 AM To: Flash Coders List flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] [AS2] problem with conditional statement else

[Flashcoders] registering Enter key along with mouse event

2009-01-22 Thread Mendelsohn, Michael
Hi list... I have a sprite that should fire an event either when it's clicked, or when it has focus and the spacebar or the enter key is pressed. The mouse click and the spacebar keyUp events (when the sprite has focus) work fine, but the enter key won't fire the event. Here's my if statement.

Re: [Flashcoders] registering Enter key along with mouse event

2009-01-22 Thread Eric E. Dolecki
Is this in the IDE? If so, you need to turn off keyboard shortcuts On Thu, Jan 22, 2009 at 10:27 AM, Mendelsohn, Michael michael.mendels...@fmglobal.com wrote: Hi list... I have a sprite that should fire an event either when it's clicked, or when it has focus and the spacebar or the enter

[Flashcoders] motif ad kit not working

2009-01-22 Thread Gustavo Duenas
Hi Coders, I've recently downloaded motif ad kit for the cs3 intel macs and now it is given me a JAVASCRIPT odd error..something like motifToolKit and something else is nota function. Do you know what is going on I Have that installed in the flash 8 but since I've migrated to

Re: [Flashcoders] registering Enter key along with mouse event

2009-01-22 Thread Ivan Dembicki
Hello Michael, Menu: Control - Disable Keyboard Shortcuts -- iv http://www.bezier.ru http://bezier.googlecode.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] motif ad kit not working

2009-01-22 Thread Bill Jones
Have you checked out their web site for an upgrade? On 1/22/09 10:48 AM, Gustavo Duenas gdue...@leftandrightsolutions.com wrote: Hi Coders, I've recently downloaded motif ad kit for the cs3 intel macs and now it is given me a JAVASCRIPT odd error..something like motifToolKit and something

RE: [Flashcoders] registering Enter key along with mouse event

2009-01-22 Thread Mendelsohn, Michael
Thanks Ivan and Eric. I did have shortcuts disabled, but even with control|test movie, it seems the IDE still traps the enter key. It worked when I launched the swf outside Flash altogether. Thanks, - MM ___ Flashcoders mailing list

RE: [Flashcoders] motif ad kit not working

2009-01-22 Thread John Dowdell
Another path: Get the text from the error dialog, and do a quoted phrase search on unique text within it. (Assuming you see a similar error text in more than one browser, one way it can be produced is if calls for external JavaScript libraries cannot be successfully resolved.) jd/adobe

Re: [Flashcoders] motif ad kit not working

2009-01-22 Thread Gustavo Duenas
I've downloaded the extension from their website, so far is not working is giving me the error, any ideas? Gustavo On Jan 22, 2009, at 10:56 AM, Bill Jones wrote: Have you checked out their web site for an upgrade? On 1/22/09 10:48 AM, Gustavo Duenas gdue...@leftandrightsolutions.com

Re: [Flashcoders] motif ad kit not working

2009-01-22 Thread Gustavo Duenas
this is the error in javascript MotifAdToolKitBundle.processToolKitRequest is not a function...what that means? gus On Jan 22, 2009, at 10:56 AM, Bill Jones wrote: motifToolKit and something else is nota function. ___ Flashcoders mailing