Aplication

  • Drawing app

    Right now I’m still reading “Learning ActionScript 3.0” book so I can improve my AS 3 skills. In the “Draving with pixels” chapter there is a great example of a little drawing application that I like. Here you can see the code for that little application: var mouseIsDown:Boolean; var erasing:Boolean; var canvas:Sprite = new Sprite();…