※一番上にもってくる myMC.swapDepths(_root.getNextHighestDepth()); 順番かえる
| on (press) { |
| _root.depth += 1; |
| this.swapDepths(_root.depth); |
| startDrag(this , false); |
| } |
| on (release) { |
| stopDrag(); |
| } |
web メモ
※一番上にもってくる myMC.swapDepths(_root.getNextHighestDepth()); 順番かえる
| on (press) { |
| _root.depth += 1; |
| this.swapDepths(_root.depth); |
| startDrag(this , false); |
| } |
| on (release) { |
| stopDrag(); |
| } |