Hola, desde ya muchas gracias, estaba necesitando algo similar para un ejercicio de la facultad, copie la carpeta net dentro de src pero al momento de querer correr el demo me muestra los siguientes errores y como soy nuevo en esto no los puedo resolver, por ahí necesito instalar algo mas, desde ya muchas gracias.
Errores:
C:\Users\Usuario\Desktop\TestingEnviro\TestingEnviro\src\Player.as(126): col: 28 Error: Incompatible override.
override public function moveCollideY(e:Entity):Boolean
^
C:\Users\Usuario\Desktop\TestingEnviro\TestingEnviro\src\Player.as(33): col: 9 Error: Access of possibly undefined property tinting through a reference with static type net.flashpunk.graphics:Image.
pgfx.tinting = 1;
^
C:\Users\Usuario\Desktop\TestingEnviro\TestingEnviro\src\TileLevel.as(34): col: 14 Error: Call to a possibly undefined method setRectOutline through a reference with static type net.flashpunk.graphics:Tilemap.
tilesheet.setRectOutline(0, 0, 32, 24, 0);