Simple question

How can I set an image in background ?
Thanks

Just put a sprite the size of the screen as the first thing in your draw function.

sprite("SpaceCute:Background",WIDTH/2,HEIGHT/2,WIDTH,HEIGHT)

Depending upon your use you may want to swap it for the mesh equivalent in future to increase performance