[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Novice Question
- From: Esther McKay <emckay@...>
- Date: Fri, 20 May 2016 12:42:22 +0000
Thanks so much!
Is there a command that clears the screen? I haven't been able to locate one yet...
~Esther
---
Technology Integrator
Oceanside High School (East & West)
Owls Head Central School
Gilford Butler School
emckay@rsu13.org
From: <lua-l-bounces@lists.lua.org<mailto:lua-l-bounces@lists.lua.org>> on behalf of Jonne Ransijn <yoyoyonny@gmail.com<mailto:yoyoyonny@gmail.com>>
Reply-To: Lua mailing list <lua-l@lists.lua.org<mailto:lua-l@lists.lua.org>>
Date: Friday, May 20, 2016 at 7:52 AM
To: Lua mailing list <lua-l@lists.lua.org<mailto:lua-l@lists.lua.org>>
Subject: Re: Novice Question
Hi Esther.
Did you try clearing the entire screen at the begin of each draw, instead of clearing small areas at a time (Specifically, drawing a rectangle above the old score, which seems to use some "magic variables" (never a good idea))? I think the problem has to do with the small size of the iPad screen, and could imagine the font size being bigger aswell.
(Disclaimer: I have never used XCode before)