diff --git a/base.js b/base.js index 2ffe24a..9a449c9 100644 --- a/base.js +++ b/base.js @@ -217,6 +217,14 @@ function MovieClip() { this.stop = function () { //Timer.remove(this) this._playing = false + } + this.gotoAndPlay = function (frame) { + this._playing = true; + this._currentframe = frame; + } + this.gotoAndStop = function (frame) { + this._playing = false; + this._currentframe = frame; } // Implemented? this.onData = function () { //No