12
picture_bottom, picture_top, gradient_circle.
13 Oval Tool (O),
Stroke color ,
Fill color . . - , - .
14 ,
Color Mixer Panel (Shift+F9) :
15 ,
F8 (Convert to Symbol),
Movie Clip.
16 Properties Pannel (Ctrl+F3)
Instance name GradientCircle.
17 Action.
18 1 Action,
Action Script Panel (F9) :
t
op_picture.cacheAsBitmap = true;
GradientCircle.cacheAsBitmap = true; top_picture.setMask(GradientCircle);
top_picture.setMask(GradientCircle);
Mouse.hide();
this.onMouseMove = function() {
GradientCircle._x = this._xmouse;
GradientCircle._y = this._ymouse;
updateAfterEvent();
}
this.onMouseDown = function() {
top_picture.cacheAsBitmap = false;
}
this.onMouseUp = function() {
top_picture.cacheAsBitmap = true;
} ! (Ctrl+Enter).
.zip , .
.
(6)