Strange error about images

Monkey Forums/Monkey Programming/Strange error about images

Vinians(Posted 2011) [#1]
Im creating a pacman like game and its working nice. But with FULL version Im getting the half-down screen with red color. If I use demo version, its works nicely. The link is
http://dl.dropbox.com/u/16702799/Sites/monkeybrasil.forumeiros.com/Projetos/PacMonkey/MonkeyGame.html
Thanks in advance!


slenkar(Posted 2011) [#2]
make sure you are setting color back to the right numbers
e.g. SetColor(255,255,255) for the normal image colors

I think the demo ignores SetColor


Jesse(Posted 2011) [#3]
the monkey demo doesn't have coloring working on it. if you are using SetColor somewhere make sure you set it back to 255,255,255.


Vinians(Posted 2011) [#4]
hum... thanks ppls! Really I was using SetColor() to draw some "ghost blocks" in red color. Its a nice feature !!!! So I can colorize any sprite! cool!
Thanks !