3D-kreativ
3D-kreativ

Reputation: 9297

Possible to use ActionScript 3 without Adobe Flash Professional?

I don't have Adobe Flash Professional, but I would like to use ActionScript 3. Is there a way to create Flash .swf files for games with ActionScript without Adobe Flash?

Is there any software that I can use that not cost any? Freeware?

Upvotes: 4

Views: 1649

Answers (2)

Jason Sturges
Jason Sturges

Reputation: 15955

There's Flash Builder built on Eclipse, FlashDevelop, or IntelliJ.

Apps or libraries can be built with the MXMLC compiler from the Flex SDK, which can be installed to Eclipse as a plugin.

There are also projects such as Haxe, which can compile to the Flash runtime.

Upvotes: 5

Vesper
Vesper

Reputation: 18747

You can use, for example, FlashDevelop. You will lose the entire graphical design interface, but will receive a better code editor, better debugger and will have a little better control over what's going on in your project, by eradicating main timeline.

Upvotes: 1

Related Questions