Re: [Flashcoders] problem with fl9 beta

2007-02-19 Thread Omar Fouad
well the orrors that the IDE prompt are 9. As the compiler dont recognize that the code is As3 On 2/19/07, Cay Garrido H. [EMAIL PROTECTED] wrote: The error is weird, 'cause it says line 5 and you showed only 4 lines of code check that... About the code, it's not AS3... you need to use

Re: [Flashcoders] problem with fl9 beta

2007-02-18 Thread JOR
AS3 is completely different than AS2. You don't add code to the timeline. Instead you create a document class and add code to that. Typically, I like to use a class named Main but you can name it something more to your liking. Here is a very simple example of what you might be trying to do.

Re: [Flashcoders] problem with fl9 beta

2007-02-18 Thread John Grden
just a clarification: You *can* add code to the timeline as with previous versions of flash. On 2/18/07, JOR [EMAIL PROTECTED] wrote: AS3 is completely different than AS2. You don't add code to the timeline. Instead you create a document class and add code to that. Typically, I like to use

Re: [Flashcoders] problem with fl9 beta

2007-02-18 Thread Omar Fouad
I downloaded the source code but the Main.as file keeps giving me errors, even with flash 9. Why?? On 2/18/07, John Grden [EMAIL PROTECTED] wrote: just a clarification: You *can* add code to the timeline as with previous versions of flash. On 2/18/07, JOR [EMAIL PROTECTED] wrote: AS3 is

Re: [Flashcoders] problem with fl9 beta

2007-02-18 Thread JOR
It would help if you posted what the error message was. James O'Reilly — Consultant Adobe Certified Flash Expert http://www.jamesor.com Design • Code • Train Omar Fouad wrote: I downloaded the source code but the Main.as file keeps giving me errors, even with flash 9. Why?? On 2/18/07,

Re: [Flashcoders] problem with fl9 beta

2007-02-18 Thread Cay Garrido H.
The error is weird, 'cause it says line 5 and you showed only 4 lines of code check that... About the code, it's not AS3... you need to use something like this: miButton.addEventListener ( rollOver, miFunction); function miFunction (event) { miButton.rotation--; } See that the event

[Flashcoders] problem with fl9 beta

2007-02-16 Thread Gustavo Duenas
Hi, Ive been doing some experiments (some dumb ones) with the beta of flash 9 from adobe labs and I just run this code, something happens, maybe its me, but is some basic code. it shouldn't happened that way. and other issue with this is that the beta doesn't have the check code able, so I