Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flex SDK or Adobe Flash?

I am looking to get into Flash game development (coming from XNA), but I'm not so sure I'm willing to dish out for the pricey Adobe Flash software. I've noticed there is the free "Flex" SDK.

What's the difference? Would I be able to develop a Flash game using the free Flex SDK and submit it to a game portal in the same way I would, if I had developed a Flash game using Adobe Flash?

like image 444
charles_har Avatar asked Oct 10 '10 17:10

charles_har


1 Answers

If you use Windows, FlashDevelop may be an option. It is free and open source.

I believe you can use it in conjunction with the compiler that comes free with the Flex SDK from Adobe, also to compile ActionScript projects that doesn't include the Flex component framework, in other words, to develop stuff like games and such, in pure ActionScript, rather than Flex based RIA's.

like image 64
Lars Blåsjö Avatar answered Oct 10 '22 15:10

Lars Blåsjö