which changes it has from the AS2?
When I try to write action for button,the flash dosen’t allow me that…why?
tnx :]
There are a lot - too many to start naming here. The ability to put code on a button is one - and the code to assign actions to a button from the timeline is another. Here is an ActionScript reference:
http://www.adobe.com/go/AS2toAS3
And Flash help should do you a lot of good as well. I also have the following tutorial which may also be of use:
http://www.senocular.com/flash/tutorials/as3withflashcs3/
[quote=senocular;2335484]There are a lot - too many to start naming here. The ability to put code on a button is one - and the code to assign actions to a button from the timeline is another. Here is an ActionScript reference:
http://www.adobe.com/go/AS2toAS3
And Flash help should do you a lot of good as well. I also have the following tutorial which may also be of use:
http://www.senocular.com/flash/tutorials/as3withflashcs3/[/quote]
I don’t think you understand me. What I mean is that in AS2 you could write action scripts in a ‘movie clip’ for example whereas in AS3 the flash dosen’t give me the option to do it… why is it???
hope you understand me
If by “in” you mean once you have it selected, then yes, I understand you. That is typically known as “on” a movie clip - the term I used. And as I said (or, I guess implied), you cannot do that in AS3. You have to use a timeline script or a custom class.
Just read the second link I posted