文件名称:flash增加卷屏事件
文件大小:2KB
文件格式:TXT
更新时间:2014-04-12 06:14:53
卷屏事件
卷屏事件function strollMap(dirx) {
var mc = this.target._parent;
if (mc._x<=0) {
var t = mc._x-dirx*this.speed;
if (t>0) {
mc._x = 0;
} else if (t