·您的位置: 首页 » 资源教程 » 创意设计 » Flash » Actionscript学习实例:简单放大镜效果

Actionscript学习实例:简单放大镜效果

类别: Flash教程  评论数:0 总得分:0

  效果如下:

« Full Screen »

  代码(全部写在帧上):

fscommand("allowscale","false")
_root.picture.setMask(_root.big_glass.pian);
_root.shuru.onChanged = function() {
 _root.picture._xscale = n*100;
 _root.picture._yscale = n*100;
}
_root.big_glass.onPress = function() {
 this.startDrag();
 drag = true;
}
_root.big_glass.onRelease = function() {
 stopDrag();
 drag = false;
}
_root.big_glass.onEnterFrame = function () {
 if(drag = true){
  _root.picture._x = -_root.big_glass._x*(_root.n-1);
  _root.picture._y = -_root.big_glass._y*(_root.n-1);
 }
}
_root.big_glass.onMouseMove = function () {
 updateAfterEvent();
}
-= 资 源 教 程 =-
文 章 搜 索
关键词:
类型:
范围:
纯粹空间 softpure.com
Copyright © 2006-2008 暖阳制作 版权所有
QQ: 15242663 (拒绝闲聊)  Email: faisun@sina.com
 纯粹空间 - 韩国酷站|酷站欣赏|教程大全|资源下载|免费博客|美女壁纸|设计素材|技术论坛   Valid XHTML 1.0 Transitional
百度搜索 谷歌搜索 Alexa搜索 | 粤ICP备19116064号-1