0 Members and 1 Guest are viewing this topic.
Quote from: Deep Thought on September 29, 2012, 07:16:30 pmQuote from: Sorunome on September 29, 2012, 04:38:37 pmOh, nice idea But wouldn't it also work without the pause? It doesn't for me. Pause 8 seems to be the smallest pause that allows the code to work correctly.why does it need pause?
Quote from: Sorunome on September 29, 2012, 04:38:37 pmOh, nice idea But wouldn't it also work without the pause? It doesn't for me. Pause 8 seems to be the smallest pause that allows the code to work correctly.
Oh, nice idea But wouldn't it also work without the pause?
Quote from: dinosteven on September 29, 2012, 06:49:43 pmBut you can save a byte in the source by usingSmaller source doesn't always mean smaller program. Sometimes it's actually larger (In this case it's the same size.)
But you can save a byte in the source by using
So Rect is 112 bytes larger than pt-on? Wow, that's huge. That means that I can save 112 bytes by using Pt-On for my paddle!
While 1 ; The main loopC++If C^2This stuff is executed only every other timeEndThis is always executedEndIf getkey(15)
:RectI(76,12,8,50)^r:Rect(76,62-(T*2/15),8,T*2/15)^r