Scratch 0ff Effect

Hi everyone,

I would like to develop “scratch off effect”, any ideas how to do it?

There are two images, one locates at top and another at bottom. I want scratch the top image off to show the bottom image out.

Phil

You could modify the top texture directly to remove pixels as you scratch off. In 3.5 there is a Graphics.Blit method that would make this efficient.

David