구입한 플래시소스인데 각 이미지별로 링크를 잡아야 하는데 어디서해야 하는지 모르겠네요..

· 2011-05-02 (월) 00:23:20 · 1904 · 2
구입한 플래시소스인데 각 이미지별로 링크를 잡아야 하는데 어디서해야 하는지 모르겠네요..
판매한곳에서는 설명서도 없고 소스 보시고 답변부탁드립니다.
 
var this_over = 1;
this_gase = 3;
for (i=1; i<=this_gase; i++) {
 this[i].swapDepths(i);
 this[i].stop();
 this[i].onRollOver = function() {
  this_over = this._name;
 };
 this[i].onRollOut = function() {
 };
 left.onPress = function() {
  this_over -= 1;
  if (this_over<=0) {
   this_over = this_gase;
  }
 };
 right.onPress = function() {
  this_over += 1;
  if (this_over>=4) {
   this_over = 1;
  }
 };
 this[i].onRelease = function() {
  getURL("javascript:bn0"+this._name+"();");
  fscommand("javascript:bn0"+this._name+"();", "");
  trace("javascript:bn0"+this._name+"();");
 };
 this[i].onEnterFrame = function() {
  if (this_over == this._name) {
   this.nextFrame();
   move_wan.gotoAndStop(this._name);
  } else {
   this.prevFrame();
  }
 };
}
 
 /*循环*/
 var num=1
 onEnterFrame = function () {
  miao += num;
  if (miao>=60*4) {
   miao = 3;
   if (this_over<3) {
    this_over++;
   } else {
    this_over = 1;
   }
  }
 };
|

댓글 2개

2011-05-02 (월) 09:23:54
getur = ["#", "#", "#", "#", "#", "#", "#"];
2011-05-02 (월) 09:51:32
매너데빌님 위의 소스를 어디에 삽입해야 하나요?
댓글을 작성하시려면 로그인이 필요합니다.

자유게시판

202,924건
+
제목 글쓴이 날짜 조회
11-05-04 조회 3,027
11-05-02 조회 1,765
11-05-02 조회 5,004
11-05-02 조회 4,142
11-05-02 조회 2,457
11-05-02 조회 1,905
11-04-21 조회 2,758
11-04-11 조회 2,115
11-04-10 조회 2,266
11-03-31 조회 2,584
11-03-29 조회 2,167
11-03-29 조회 2,061
11-03-25 조회 2,294
11-03-22 조회 2,114
11-03-20 조회 2,070
11-03-15 조회 6,381
11-03-14 조회 3,134
11-03-14 조회 2,764
11-03-11 조회 2,097
11-03-09 조회 2,422