web1.play(); web2.stop(); this.onEnterFrame = function():Void { if (web1._currentframe > 144) { web1.stop(); web2.play(); } if (web2._currentframe > 166) { web2.stop(); web1.play(); } }