ok. this is to ALL CODERS. i have seen a lot of code such as:
if you put this code:Code:screen:print(100, 130, "blah", red)
screen:flip()
at the VERRRYYYY END of your codem you dont have to worry about screen:flip() for your ENTIRE CODE. it becomes much easier that way.Code:screen.waitVblankStart()
screen.flip()
end
