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

] two 스라이트스크리프트 gallery

by 어린양01 2012. 4. 18.



 

A   에들어갈 스크립 구문

=======================================================================================================================================

onFrame (1) {
    i = 1;
    num = 10;
}
onFrame (2) {
    duplicateMovieClip("a", i, i);
    this[i]._y = (num - i) * 25;
    this[i].onEnterFrame = function () {
        this.img._y = this.img._y + ((((-(num - this._name)) * 25) - this.img._y) / 10);
    }
    i++;
}
onFrame (3) {
    if (i <= num) {
        gotoAndPlay (2);
    }
    else {
        stop();
    }
}

 


=======================================================================================================================================

B 에들어갈 스크립 구문


onFrame (1) {
    i = 1;
    num = 20;
}
onFrame (2) {
    duplicateMovieClip("b", i, i);
    this[i]._x = (num - i) * 35;
    this[i].onEnterFrame = function () {
        this.img._x = this.img._x + ((((-(num - this._name)) * 35) - this.img._x) / 20);
    }
    i++;
}
onFrame (3) {
    if (i <= num) {
        gotoAndPlay (2);
    }
    else {
        stop();
    }
}

 

 

 

 

 

carpet1.swf

 

carpet1.swi

 

two슬라이딩_스크립_강좌[1].swi

 

] two 스라이트스크리프트 gallery.swf

 

carpet1.swf
0.02MB
[mask]_spiral.swf
0.0MB
two슬라이딩_스크립_강좌[1].swi
2.0MB
] two 스라이트스크리프트 gallery.swf
1.14MB
carpet1.swi
0.39MB