5月 15th, 2008
AS3 tips
Posted by
KOBAYSU in
as3.0
いいTipsみつけた。Widnow上でのルート検索に使えそう。
ルートを健作
//rootを検索
var target: DisplayObject = this;
while (target.parent.parent)target = target.parent;
trace(’root:’ + target);
いいTipsみつけた。Widnow上でのルート検索に使えそう。
ルートを健作
//rootを検索
var target: DisplayObject = this;
while (target.parent.parent)target = target.parent;
trace(’root:’ + target);
現在コメントフォームは利用できません。
-->