Computer Science Canada Help with platformer game |
Author: | saltpro15 [ Mon Jan 12, 2009 12:56 pm ] |
Post subject: | Help with platformer game |
Alright, so I made this little platformer game out of boredom. I originally had all the code in one mega loop, but now I want to create random levels, so I switched to procedures. The problem now is that I need a cls command in my game procedure, which then wipes the level out and for some reason Turing doesn't see fit to redraw it -.- . Any help would be appreciated. |
Author: | Laplace's Demon [ Mon Jan 12, 2009 1:11 pm ] | ||
Post subject: | Re: Help with platformer game | ||
Heres a working version, should be easy to see what I swapped around.
|
Author: | saltpro15 [ Mon Jan 12, 2009 3:11 pm ] |
Post subject: | RE:Help with platformer game |
ohhh, well now I feel stupid xD thanks man |
Author: | saltpro15 [ Mon Jan 12, 2009 3:15 pm ] |
Post subject: | RE:Help with platformer game |
+bits btw |