본문 바로가기
  • 오직 예수 그리스도
스위시세상/스위시 고급

Barney-Gallery /script 소스

by 어린양01 2010. 1. 22.

this.img4._x=1150;

 this.img4._y=50;

 this.img5._x=1150;

 this.img5._y=550;

 this.img6._x=1150;

 this.img6._y=1050;

 this.img7._x=650;

 this.img7._y=1050;

 this.img8._x=150;

 this.img8._y=1050;

 speedX=0.1;

 speedY=0.1;

 targetX=0;

 targetY=0;}



onSelfEvent (enterFrame)

{this._x=this._x+speedX*(targetX-this._x);

 this._y=this._y+speedY*(targetY-this._y);}

}


<Button에 대한 script 소스>


 _root.main.targetX=0;

 _root.main.targetY=0;