class Case.InvisibleFilterText extends MovieClip { public function InvisibleFilterText() { this._ok; } function _ok() { gotoAndPlay("Start"); } }