我正在尝试从名为“bullet”的外部类中获取对放置在名为“_shooterHero”的八哥舞台上的对象的引用。
我曾尝试将 getChildByName 用于:
starling.core.stage
和starling.current.nativeStage
,但没有任何运气
现在的代码:
var hero= Starling.current.stage.getChildByName("_shooterHero");
trace (hero.name)
我正在尝试从名为“bullet”的外部类中获取对放置在名为“_shooterHero”的八哥舞台上的对象的引用。
我曾尝试将 getChildByName 用于:
starling.core.stage
和starling.current.nativeStage
,但没有任何运气
现在的代码:
var hero= Starling.current.stage.getChildByName("_shooterHero");
trace (hero.name)