Good time!

Made a game in Adobe Flash Professional in ActionScript3. I wanted to post it to Vkontakte, climbed up to watch the manual, and it says that it is recommended to use Flash Develop and you need to connect a class with the .as3proj extension to interact with api. I have all the classes with the .as extension, my flash does not know such an extension, and I myself didn’t know until that moment :)

I installed Develop - I'm a little confused, how can I make animation without a timeline?

Tell me, please, how is this done in principle? Draw in Flash Professional, and write all the code in Develop? Can classes from a developer manage objects on the stage from a professional? What are my bad .as classes, do I need to change the extension to .as3proj? How can I establish a dialogue with Vkontakte?

Thank!

  • show the contents of .as3proj, maybe there is nothing special about it and if you rename it to .as3 then adobi will compile it. - user220409
  • @OlmerDale There is a whole bunch of different files inside: Three folders - _MACOSX, bin (inside the TestApp.swf file) - as I understand it, already compiled and src (inside the files with the .as extension). - src / TestApp.as - Furry Cat
  • @OlmerDale So, I can sort of get the compiled file from flash develop, and leave the rest of the application in the form in which it is now? - Furry Cat
  • @OlmerDale It seems that I am starting to understand) I should have looked at once) .as3proj is just a collection of all the project files in one. Thank you for the tip) - Furry Cat

1 answer 1

The file with the .as3proj extension is a collection of all the project files — both the .as classes and the compiled .swf file. It can be easily divided into components and work in any convenient program. Graphics and animation can be done in the .fla file in Flash Professional, the code to write where it is convenient.

In my case, it was necessary to simply take the necessary .as classes and connect them to the already created project. Even there is an example - TestApp.as