AS: Main
Here I will explain how you do a game like Cooties X-ray Glasses or something.
This is pretty simple. I made this because a guy needed help with this and maybe more of you wants this.
What we'll use is masking and well, actionscript.
1. Make a layer with the image that should be under the other on it.
2. Make a new layer with a scanning device or what's it called and place this layer above the other one.
3. Mark the scanning device and press F8 and choose movieclip.
4. Press F9 and paste this actionscript there:
onClipEvent (mouseMove) {
startDrag(this, true);
Mouse.hide();
}
5. Make a new layer and place it under the other ones. In this layer you'll make the image that is above the others.
6. Right-click on the layer with the scanning device and choose Mask
Now test the movie. It's simple as that. All you need now is good drawings :)