チェンジセット 1617
- コミット日時:
- 2008/10/14 17:55:07 (3 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
ruby/jsplash/trunk/client2/jsplash/executor.js
r1616 r1617 67 67 68 68 if (jumps == 0 || !mobj.playing) 69 { 70 if (this.executed && this.executed[mobj.instance_uid]) 71 this.executed[mobj.instance_uid] = false; 69 72 jump_next = true; // force to play when it stops 73 } 70 74 } 71 75 … … 143 147 if (mobj.sleeping) 144 148 return; 145 149 146 150 if (this.executed[mobj.instance_uid] && !jumps && mobj.context.tagC) 147 151 return; 148 152 149 153 this.executed[mobj.instance_uid] = true; 154 150 155 for(;jumps>=0;jumps--) { 151 156 while(1) {

