Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
簡単な作業だと思っていましたが、そうではありません:(。コードをどのように設計したかがわかります。助けてください
君たちありがとう:
それは問題を解決しました
public function Child3() { addEventListener(Event.ADDED_TO_STAGE, checkShip); } private function checkShip(e:Event):void { dispatchEvent(new Event("ShipCreated")); }