removeMovieClipの覚書(AS2.0)
var parent = _root.attachMovie('ball1', 'ball1', _root.getNextHighestDepth());
var child = parent.attachMovie('ball2', 'ball2', parent.getNextHighestDepth());
child.onEnterFrame = function(){ trace('hello')};
trace('親削除前 : ' + child); // 出力 : 親削除前 : _level0.ball1.ball2
parent.removeMovieClip();
trace('親削除後 : ' + child); // 出力 : 親削除後 :
No comments yet.
改行と段落タグは自動で挿入されます。
メールアドレスは表示されません。