AS3 - Error #2025: The supplied DisplayObject must be a child of the caller
问题 After 2 days of trying and searching for an answer I still didn't found it. I keep getting Error #2025: The supplied DisplayObject must be a child of the caller. I'm making a game where if the user hits an enemy, the enemy get destroyed. The code: My main class package classes { import flash.display.MovieClip; import flash.events.Event; import flash.utils.Timer; public class Main extends MovieClip { var enemyTimer:Timer; public function Main() { var user:ship = new ship(); addChild(user);