flixel for absolute beginners – part 2

In flixel for absolute beginners I showed you how to complile a flixel project with Flex Builder 3.

I was ready to make an “hello world” but I received some emails from people asking for a FlashDevelop step by step installation.

It seems FlashDevelop is more popular than FlexBuilder 3… anyway here it is:

First, you need to download the free Flex 3 SDK and unzip it anywhere in your hard disk.

Then, open FlashDevelop and follow these steps:

Select Project -> New Project

Select AS3 Project, give your project a name and a path

Copy the entire content of the flixel package into the src folder FlashDevelop just created

In the Project window, delete Main.as

Set the Always Compile property of Mode.as

Test the project

If it’s you first time running the project, set the Flex SDK Location attribute according to the path of your SDK, then test the project again, and you’ll see the demo platformer.

Rate this post: 1 Star2 Stars3 Stars4 Stars5 Stars (7 votes, average: 3.14 out of 5)
Loading ... Loading ...
If you found this post useful, please consider a small donation.

6 Responses

  1. Orlando says:

    I’ve used both FlashDevelop and FlashBuilder and I can say that FlashBuilder is undoubtedly more powerful.

    It’s free if you’re a student too!

  2. HiddenSpartan says:

    I prefer FD, due to it being free to all, open source, and (I say, I don’t use many advanced functions) easier to write code in.

    It doesn’t matter that much though, because both are easier to use, and far better to write in than the Flash IDE

  3. Ruwan says:

    Main problem I see with FD is the lack of Debugging facility.

  4. dim says:

    @Ruwan : yes unfortunately :( this is the Main problem for me too

  5. Vadersapien says:

    For those complaing about the lack of Debugging functionalities in FlashDevelop, you can download a plugin named FlexDbg which adds heaps more debugging features.

  6. [...] I blogged a bit about it some time ago in flixel for absolute beginners and flixel for absolute beginners – part 2. [...]

Leave a Reply