Drawing Graphics

    First you start by creating a custom graphics object.

    You can also fill a graphics object with a loaded bitmap. You use the ‘beginTileFill()’ method of the Graphics object as follows:

    1. for(y in 0...4){
    2. }