Tagged Questions

0
votes
1answer
47 views

Setting up speedtests in Actionscript 3 for an entire game

I'm very new to this so please forgive the questions possibly ill-stated nature. Firstly is this even a valid way to speedtest: public function L1() { tree.x = 200; tree.y = 200; ...
0
votes
0answers
286 views

Tutorial on creating simple fighting like Mortal Kombat in ActionScript 3.0 [closed]

I'm looking for a simple tutorial on creating a side-on fighting game like Mortal Kombat, but at its most simplest. So two fighters on a stage (one looking right and the other looking left) and the ...
1
vote
3answers
749 views

Multiplayer API with Unity 3.5 and AS3

On the faq for the current preview release, http://unity3d.com/unity/preview/faq it says that while networking is not currently supported for flash compilation, we can write our own in AS3 using the ...
11
votes
2answers
684 views

What libraries do you use for developing games in Actionscript?

There are a couple of libraries I have used myself when developing games in Actionscript: Flixel: Created by Adam Atomic, well known as the library created for Cannabalt. Very special for pixel ...