It looks like you're new here. If you want to get involved, click one of these buttons!
function SceneManager.changeWithoutAnim(scene1, scene2, t) t=0 local width = application:getContentWidth() scene1:setX(t * width) scene2:setX(0) end
Likes: Jacko
Comments
Likes: Jacko