I'm trying to figure out a simple drawing program in Flash and it's giving me trouble. The main drawing area is a MovieClip named drawZone. However, when displaying something, the author uses another MovieClip embedded in the drawZone Symbol named zone. The drawZone Symbol has 2 layers, a mask layer and a masked sublayer that contains the zone Symbol.
- Why does the author do this instead of simply drawing everything in the drawZone MovieClip?
- The only place the zone Symbol shows up is in the Movie Explorer. Where do I access it, and how would I add such an embedded Symbol to my own code?
Here's a screenshot.