FLASH制作 1,点击会把放大一点, 可以拖动观看 2,恢复原来大小
1个回答
展开全部
//a 是影片剪辑的实例名
a.onRollOver = function() {
this.onPress = function() {
this.onEnterFrame = function() {
this._xscale += (200-this._xscale)/4;
this._yscale += (200-this._yscale)/4;
if (this._xscale>200) {
delete this.onEnterFrame;
}
};
startDrag(this);
};
this.onRelease = function() {
stopDrag();
};
};
a.onRollOut = function() {
this.onEnterFrame = function() {
this._xscale -= (this._xscale-100)/4;
this._yscale -= (this._yscale-100)/4;
if (this._xscale<=100) {
delete this.onEnterFrame;
}
};
};
a.onRollOver = function() {
this.onPress = function() {
this.onEnterFrame = function() {
this._xscale += (200-this._xscale)/4;
this._yscale += (200-this._yscale)/4;
if (this._xscale>200) {
delete this.onEnterFrame;
}
};
startDrag(this);
};
this.onRelease = function() {
stopDrag();
};
};
a.onRollOut = function() {
this.onEnterFrame = function() {
this._xscale -= (this._xscale-100)/4;
this._yscale -= (this._yscale-100)/4;
if (this._xscale<=100) {
delete this.onEnterFrame;
}
};
};
一诺动画
2024-10-27 广告
2024-10-27 广告
Flash动画制作在北京一之诺文化传媒有限公司是一项创意与技术并重的服务。我们团队精通于利用Flash或兼容技术,将客户的想象转化为生动、流畅的动画作品。从概念设计到分镜脚本,再到精细的绘制与后期特效处理,每一步都力求完美呈现。无论是广告动...
点击进入详情页
本回答由一诺动画提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询