acls
@menu
cls
print "TEST GAME"
print "> start"
if button()==16 goto @start
wait 10
goto @menu
@start
cls
print "this is where your game would go"
end
end
there thats your title screen code if you push A it should print what is in cls -PikaRyan typed on a pc
...well that is allot of work to make a sidescroller when i started ptc i just made top down games but i think you would need to do many things if you want to we could work together on it...