Did you play the game called "Pop Star" in iPhone? I try to make a similar game. I only use one sprite with five costumes. I used stamp to print different constumes on the "stage". However, now I would like to clear some of neighbouring stamps with same colour. I do not know how to do it...
Please help me!!
You are so kind!!
Offline
There's no way to clear separate parts of the screen individually, but you could either clear the whole screen and re-stamp what's left, or make a costume that looks like the color of the background and stamp it on top.
Last edited by legoscratch (2012-04-20 06:07:36)
Offline
legoscratch wrote:
Make a costume that looks like the color of the background and stamp it on top.
This is probably the most efficient way to do it.
Offline
You could render the stamping every frame. Then when a balloon (i'm guessing) is hit you don't render it. But if you render it every frame, make the clear block at the very beginning of the script.
Offline
clear one then redraw the others? I dunno. Chanmanpartyman's 1s1s Archery uses that technmique.
Offline