Im new to canvas dunno what i did wrong
window = CreateWindow("Woot My Game", 10, 30, 640, 480 ) canvas = CreateCanvas(0, 0, ClientWidth(window), ClientHeight(window), window ) SetGadgetLayout canvas, 1, 1, 1, 1 cls Global Image Image = LoadImage("ship3.gif") SetBuffer CanvasBuffer(canvas) DrawImage Image, 0, 0 flip Repeat event = WaitEvent (1) Until event = $803