PDA

View Full Version : Erasing PNG images.



OopsIDied
April 21st, 2008, 23:40
Hey all, I used libPNG for a program that is supposed to draw a smiley and control its movement through the directional buttons. Everything is working fine, except that the old smileys are not erased. I've tried pspDebugScreenDebug() and one that was like sceClearScreen(), but they just make my FPS seem lower while the old smileys stay in place. I ended up using a black png to go over the old ones, but does anyone know a function to clear the whole screen?

yaustar
April 27th, 2008, 21:17
Post your code.

GibsonSGKing
May 15th, 2008, 22:11
srry, but im not really sure wth ur asking. y cant u just hook ur psp up 2 ur pc and delete the pics???

staticshade
May 16th, 2008, 10:06
i only know about lua but the principles hould be the same the clear screen command should clear the screen are you sure sceClearScreen() is the right command