This example uses a Canvas node together with a Timer to draw a moving smiley. The Canvas node is a special node the you can draw on. The code itself is quite simple. On each tick Canvas.ClearRect is called to erase the previous frame, the...