-->
0 Members and 1 Guest are viewing this topic.
-- fix of TI Bug....local tstart = timer.startfunction timer.start(ms) if not timer.isRunning then tstart(ms) end timer.isRunning = trueendlocal tstop = timer.stopfunction timer.stop() timer.isRunning = false tstop()end
The highscore always resets when restarting the game on 3.1 (at least for me). And did you notice that in not constant scrolling mode it's almost impossible because the jump heights are much too short if the level doesn't go down while you're going up?Also lol, I thought it was intended that you could jump without bouncing on the platforms