Colourback problems...
Author |
Message |
Nemi
|
|
|
|
|
Sponsor Sponsor
|
|
|
Tony
|
Posted: Tue Jun 10, 2003 8:00 pm Post subject: (No subject) |
|
|
I would recommend keeping background color the same, and just have a contrasting color of your text instead. I think using '@' character would work best since its round and takes up a lot of area. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
Nemi
|
Posted: Tue Jun 10, 2003 8:14 pm Post subject: (No subject) |
|
|
Ehhh... more problems...
I've changed the colourback to match with background. Which is good, you can't see the green.
Problem #2:
The 'hidden' colourback erases any 'food' that appears on the right if you move the 'snake' to the left side of the 'food'. (Because the colourback extends to the right end of the screen and erases it) ._.;; |
|
|
|
|
|
Tony
|
Posted: Tue Jun 10, 2003 8:26 pm Post subject: (No subject) |
|
|
if you dont use colorback at all, the problem shouldn't occur.
Use Draw.FillBox and Draw.FillOval... that would make things simpler too. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
Nemi
|
Posted: Tue Jun 10, 2003 8:28 pm Post subject: (No subject) |
|
|
Alright... I'll try that out. Thanks! |
|
|
|
|
|
Andy
|
Posted: Wed Jun 11, 2003 3:39 pm Post subject: (No subject) |
|
|
or that when ur inputing something, put .. after everything that way the line won't show
when u wanna go to the next line just use
locate(whatrow+1,1)
and put .. after that one too |
|
|
|
|
|
|
|