bronxbomber, for your code, would you want this at the beginning:
So that when you press x or 'c' the menu will be cleared, and go on to the rest of the code?Code:while true do
screen:clear()
screen:blit(0, 0, menu)
screen.flip()
pad = Controls.read()
if pad:cross() then
screen:clear()
break
end
end
i=1
while i<=17 do
screen:clear()
counter:start()
screen:blit(0, 0, background) .............
