ok sweet i made the second level and the gosub worked and everything...but you know how when you use scroll object texture it has to be in the main loop..well i tried it in the gosub because i want the textures to move but it wont work...here is my entire gosub.
`gosub
level2:
Position Object 1, 0,0,0
if object collision(1,16)=1
end
endif
` Ground 3
Position Object 3, -5.0,-30,-2
XRotate Object 3, 180
` Ground 4
Position Object 4, -10.0,-15,20
XRotate Object 4, 180
` Ground 5
Position Object 5, 18.0,-10,50
XRotate Object 5, 180
` Ground 6
Position Object 6, 35.0, -20, 70
XRotate Object 6, 180
` Ground 7
Position Object 7, 48.0, -15, 80
XRotate Object 7, 180
` Ground 9
Position Object 9, 40.0, -15, 40
XRotate Object 9, 180
`Ground 13
Position Object 13, 35.0, -15, 95
XRotate Object 13, 180
`Ground 14
Position Object 14, 53.0, -10, 95
XRotate Object 14, 180
`Ground 15
Position Object 15, 53.0, 0, 110
XRotate Object 15, 180
return

Come see the WIP!