Log In  


is there a sleep function? it might be a nice to have for certain effects.



function sleep(seconds)
for i=1,seconds*30 do flip() end
end

:D



[Please log in to post a comment]