as1/MovieClip.zScale
| 3476 | no demo link | [ code ] | 2004-11-16 08:38:56 |
Simulate Z value with 3D effect for your MovieClip.
myMovie.z = 100;
myMovie.onEnterFrame = function() {
this.z -= 1;
scale( 100, this.z, -this._x, -this._y );
}
myMovie.z = 100;
myMovie.onEnterFrame = function() {
this.z -= 1;
scale( 100, this.z, -this._x, -this._y );
}