I finally spend some time to make myself more familiar with the Flex 2 Beta and this is what came out as a result: Star Wars Name Generator! It’s a small and modest tool to generate random names (obviously). If you’re a fan of the Star Wars Pen & Paper Role-playing game (like me) you might find this tool useful!
You can generate names for planets and for characters, there are some parameters that can be chosen from before pressing the Generate button. After that it will spit out a list of more or less useful names (some of them sound very exotic). Interesting names can then be dragged and dropped onto the right side list. All names in this list are stored in local shared object on the users computer until the Clear button is pressed. The Switch button displays the saved names in a text area from where the names can be copied to the clipboard. (Small update: Works now with latest Flash Player v9).

As a one-man-game developer of worldclass (exaggeration intended!) it’s good to have a bunch of tools at hand that help with the tasks for creating games! In this series I will introduce helpful ‘nice to have’ or even ‘must have’ tools that make a game developers/designers day easier. In this part I will cover Alias SketchBook Pro …
I’ve bought myself a periphery some days ago about which I was pondering to buy for a long time already, a Wacom Intuos 3 graphics tablet! I choose the smallest version 4×5 since I’m not a drawing pro and have limited desktop real estate and the smallest one suffices pretty well for just some sketching.
Read more…
Alcon is a lightweight external output console for Flash ActionScript that allows developers to view debugging information without relying on the Flash IDE. SWF files can be debugged and monitored no matter if they are in the web browser, Flash Player or a standalone executable. While that Alcon tries to keep inclusion into projects as simple as possible. In fact all that needs to be done is importing the Debug class into a project and you are ready to send debug information to the console with a simple Debug.trace() command.
Included into a project Alcon keeps a small footprint and takes less than a Kilobyte of filesize while still offering some other helpful features.
Recent Comments