Hey all,
I'm not usually a game programmer, but I'm taking the plunge into doing some stuff with graphics and games type stuff, but I ran into a problem that I just can't seem to work out. Let's say I have 5 different sprites(png images) on the page and when one of them is clicked, it disappears. I can do everything up to the disappearing part. Actually, I can make it disappear, but they all disappear. I'm using pcopy _display, 1 then pcopy 1, _display (probably incorrectly). Do I need to draw them on seperate screens and then put them, which I did also try that too but again can't make them disappear correctly. If somebody could please give insight, I would appreciate it.
Thanks so much!
Have a great day all!