class Boy extends Person { public function Boy() { super(); this._rotation = 270; this._x = _root.screenWidth-10; this._y = random(_root.screenHeight); } }