do you see a problem with this code?
init = function( map = Quick.addMap("map",0,0,400,200) player = Quick.addSpite("player",0,50,20) Quick.background = "rgb(131,197,197)" Quick.gravity = 40 Quick.ground= -10000) end
init = function( map = Quick.addMap("map",0,0,400,200) player = Quick.addSpite("player",0,50,20) Quick.background = "rgb(131,197,197)" Quick.gravity = 40 Quick.ground= -10000) end
The code propably isn't supposed to be inside the init() parentheses