my_mc.onRelease = function() { if (this.active) { this.gotoAndPlay(10); } else { this.gotoAndPlay(1); this.active = true; } };