Asteroids icon indicating copy to clipboard operation
Asteroids copied to clipboard

An example game built with the Ash framework.

Results 4 Asteroids issues
Sort by recently updated
recently updated
newest added

Property retrieving/modifying (with `[]`) are byte operations on ByteArray.

Hi! There is code ``` private function activateListener( ev:Event ):void { for( var i:int = 0; i < 8; ++i ) { states[ i ] = 0; } } ```...

Hello. I have cloned whole repo, but was unable to find bundled Ash, so I cloned latest version from repo and copied it to `src` folder. Unable to compile Asteroids...

Is there a running example somewhere online for this Asteroids game? How could I compile and even the debug the example? I am not really a ActionScript programmer, so maybe...