i just copy and paste from my code
`set up the program
set display mode 1024,768,16
sync on : cls 0
sync rate 40
hide mouse
autocam off
`--------------------
`Main Menu
`--------------------
main_menu:
` load car model
load object "models/cars/f360.3ds",10
load image "models/cars/f360_1.jpg",1
texture object 10,1
scale object 10,220,220,220
set object texture 10,0,1
position object 10, 0,0,50
` load menu background image
load image "media/mainmenu.jpg",1000 : draw to back
paste image 1000,0,0
hope you can see what i'm doing wrong there
Anto