Frame 1
var space = 0;
spaceListener = new Object();
spaceListener.onKeyUp = function () {
space = 0;
};
Key.addListener(spaceListener);
_root.stop();
Instance of Symbol 9 MovieClip "_AriesFace" in Frame 1
onClipEvent (load) {
this.stop();
var mouthclosed = 1;
var mouthopen = 2;
var blink = 3;
var talkwaittime = 3;
var talkcounter = 0;
var talkactive = 0;
var blinkdelay = Math.floor(((Math.random() * 5) * 30) + 1);
var blinkwaittime = 3;
var blinkcounter = 0;
}
onClipEvent (enterFrame) {
if (talkactive == 1) {
talkcounter = talkcounter + 1;
if (talkcounter >= talkwaittime) {
talkcounter = 0;
if (this._currentframe == mouthclosed) {
gotoAndStop(mouthopen);
} else if (this._currentframe == mouthopen) {
gotoAndStop(mouthclosed);
} else if (this._currentframe == blink) {
gotoAndStop(mouthopen);
}
}
} else if (blinkcounter >= blinkdelay) {
if (this._currentframe != blink) {
gotoAndStop(blink);
} else if (blinkcounter >= (blinkdelay + blinkwaittime)) {
blinkcounter = 0;
blinkdelay = Math.floor(((Math.random() * 5) * 30) + 1);
gotoAndStop(mouthclosed);
} else {
blinkcounter = blinkcounter + 1;
}
} else {
blinkcounter = blinkcounter + 1;
if (this._currentframe != mouthclosed) {
gotoAndStop(mouthclosed);
}
}
}
Instance of Symbol 16 MovieClip "_MaskedInflatorFace" in Frame 1
onClipEvent (load) {
this.stop();
var mouthclosed = 1;
var mouthopen = 2;
var blink = 3;
var talkwaittime = 3;
var talkcounter = 0;
var talkactive = 0;
var blinkdelay = Math.floor(((Math.random() * 5) * 30) + 1);
var blinkwaittime = 3;
var blinkcounter = 0;
}
onClipEvent (enterFrame) {
if (talkactive == 1) {
talkcounter = talkcounter + 1;
if (talkcounter >= talkwaittime) {
talkcounter = 0;
if (this._currentframe == mouthclosed) {
gotoAndStop(mouthopen);
} else if (this._currentframe == mouthopen) {
gotoAndStop(mouthclosed);
} else if (this._currentframe == blink) {
gotoAndStop(mouthopen);
}
}
} else if (blinkcounter >= blinkdelay) {
if (this._currentframe != blink) {
gotoAndStop(blink);
} else if (blinkcounter >= (blinkdelay + blinkwaittime)) {
blinkcounter = 0;
blinkdelay = Math.floor(((Math.random() * 5) * 30) + 1);
gotoAndStop(mouthclosed);
} else {
blinkcounter = blinkcounter + 1;
}
} else {
blinkcounter = blinkcounter + 1;
if (this._currentframe != mouthclosed) {
gotoAndStop(mouthclosed);
}
}
}
Instance of Symbol 37 MovieClip "_loader" in Frame 1
onClipEvent (enterFrame) {
if (_root._framesloaded >= _root._totalframes) {
_root.nextFrame();
}
}
Instance of Symbol 42 MovieClip "_spacelistener" in Frame 2
onClipEvent (load) {
_root.stop();
}
onClipEvent (enterFrame) {
if (_root.space != 1) {
if (Key.isDown(32)) {
_root.space = 1;
_root.play();
}
}
}
Frame 3
_root._texttrans.gotoAndPlay(1);
_root._AriesFace.talkactive = 1;
_root._MaskedInflatorFace.talkactive = 0;
Instance of Symbol 42 MovieClip "_spacelistener" in Frame 4
onClipEvent (load) {
_root.stop();
}
onClipEvent (enterFrame) {
if (_root.space != 1) {
if (Key.isDown(32)) {
_root.space = 1;
_root.play();
}
}
}
Frame 5
_root._AriesFace.talkactive = 0;
_root._MaskedInflatorFace.talkactive = 0;
Frame 36
_root._texttrans.gotoAndPlay(1);
_root._AriesFace.talkactive = 0;
_root._MaskedInflatorFace.talkactive = 1;
Instance of Symbol 42 MovieClip "_spacelistener" in Frame 37
onClipEvent (load) {
_root.stop();
}
onClipEvent (enterFrame) {
if (_root.space != 1) {
if (Key.isDown(32)) {
_root.space = 1;
_root.play();
}
}
}
Frame 38
_root._texttrans.gotoAndPlay(1);
_root._AriesFace.talkactive = 0;
_root._MaskedInflatorFace.talkactive = 1;
Instance of Symbol 42 MovieClip "_spacelistener" in Frame 39
onClipEvent (load) {
_root.stop();
}
onClipEvent (enterFrame) {
if (_root.space != 1) {
if (Key.isDown(32)) {
_root.space = 1;
_root.play();
}
}
}
Frame 40
_root._texttrans.gotoAndPlay(1);
_root._AriesFace.talkactive = 0;
_root._MaskedInflatorFace.talkactive = 1;
Instance of Symbol 42 MovieClip "_spacelistener" in Frame 41
onClipEvent (load) {
_root.stop();
}
onClipEvent (enterFrame) {
if (_root.space != 1) {
if (Key.isDown(32)) {
_root.space = 1;
_root.play();
}
}
}
Frame 42
_root._AriesFace.talkactive = 0;
_root._MaskedInflatorFace.talkactive = 0;
Frame 73
_root._texttrans.gotoAndPlay(1);
_root._AriesFace.talkactive = 1;
_root._MaskedInflatorFace.talkactive = 0;
Instance of Symbol 42 MovieClip "_spacelistener" in Frame 74
onClipEvent (load) {
_root.stop();
}
onClipEvent (enterFrame) {
if (_root.space != 1) {
if (Key.isDown(32)) {
_root.space = 1;
_root.play();
}
}
}
Frame 75
_root._AriesFace.talkactive = 0;
_root._MaskedInflatorFace.talkactive = 0;
Frame 136
_root._texttrans.gotoAndPlay(1);
_root._AriesFace.talkactive = 1;
_root._MaskedInflatorFace.talkactive = 0;
Instance of Symbol 42 MovieClip "_spacelistener" in Frame 137
onClipEvent (load) {
_root.stop();
}
onClipEvent (enterFrame) {
if (_root.space != 1) {
if (Key.isDown(32)) {
_root.space = 1;
_root.play();
}
}
}
Frame 138
_root._AriesFace.talkactive = 0;
_root._MaskedInflatorFace.talkactive = 0;
Frame 289
_root._texttrans.gotoAndPlay(1);
_root._AriesFace.talkactive = 0;
_root._MaskedInflatorFace.talkactive = 1;
Instance of Symbol 42 MovieClip "_spacelistener" in Frame 290
onClipEvent (load) {
_root.stop();
}
onClipEvent (enterFrame) {
if (_root.space != 1) {
if (Key.isDown(32)) {
_root.space = 1;
_root.play();
}
}
}
Frame 291
_root._texttrans.gotoAndPlay(1);
_root._AriesFace.talkactive = 0;
_root._MaskedInflatorFace.talkactive = 1;
Instance of Symbol 42 MovieClip "_spacelistener" in Frame 292
onClipEvent (load) {
_root.stop();
}
onClipEvent (enterFrame) {
if (_root.space != 1) {
if (Key.isDown(32)) {
_root.space = 1;
_root.play();
}
}
}
Frame 293
_root._texttrans.gotoAndPlay(1);
_root._AriesFace.talkactive = 0;
_root._MaskedInflatorFace.talkactive = 1;
Instance of Symbol 42 MovieClip "_spacelistener" in Frame 294
onClipEvent (load) {
_root.stop();
}
onClipEvent (enterFrame) {
if (_root.space != 1) {
if (Key.isDown(32)) {
_root.space = 1;
_root.play();
}
}
}
Frame 295
_root._texttrans.gotoAndPlay(1);
_root._AriesFace.talkactive = 0;
_root._MaskedInflatorFace.talkactive = 1;
Instance of Symbol 42 MovieClip "_spacelistener" in Frame 296
onClipEvent (load) {
_root.stop();
}
onClipEvent (enterFrame) {
if (_root.space != 1) {
if (Key.isDown(32)) {
_root.space = 1;
_root.play();
}
}
}
Frame 297
_root._texttrans.gotoAndPlay(1);
_root._AriesFace.talkactive = 0;
_root._MaskedInflatorFace.talkactive = 1;
Instance of Symbol 42 MovieClip "_spacelistener" in Frame 298
onClipEvent (load) {
_root.stop();
}
onClipEvent (enterFrame) {
if (_root.space != 1) {
if (Key.isDown(32)) {
_root.space = 1;
_root.play();
}
}
}
Frame 299
_root._texttrans.gotoAndPlay(1);
_root._AriesFace.talkactive = 0;
_root._MaskedInflatorFace.talkactive = 1;
Instance of Symbol 42 MovieClip "_spacelistener" in Frame 300
onClipEvent (load) {
_root.stop();
}
onClipEvent (enterFrame) {
if (_root.space != 1) {
if (Key.isDown(32)) {
_root.space = 1;
_root.play();
}
}
}
Frame 301
_root._texttrans.gotoAndPlay(1);
_root._AriesFace.talkactive = 0;
_root._MaskedInflatorFace.talkactive = 1;
Instance of Symbol 42 MovieClip "_spacelistener" in Frame 302
onClipEvent (load) {
_root.stop();
}
onClipEvent (enterFrame) {
if (_root.space != 1) {
if (Key.isDown(32)) {
_root.space = 1;
_root.play();
}
}
}
Frame 303
_root._AriesFace.talkactive = 0;
_root._MaskedInflatorFace.talkactive = 0;
Frame 334
_root._texttrans.gotoAndPlay(1);
_root._AriesFace.talkactive = 1;
_root._MaskedInflatorFace.talkactive = 0;
Instance of Symbol 42 MovieClip "_spacelistener" in Frame 335
onClipEvent (load) {
_root.stop();
}
onClipEvent (enterFrame) {
if (_root.space != 1) {
if (Key.isDown(32)) {
_root.space = 1;
_root.play();
}
}
}
Frame 336
_root._AriesFace.talkactive = 0;
_root._MaskedInflatorFace.talkactive = 0;
Frame 1177
_root._texttrans.gotoAndPlay(1);
_root._AriesFace.talkactive = 0;
_root._MaskedInflatorFace.talkactive = 1;
Instance of Symbol 42 MovieClip "_spacelistener" in Frame 1178
onClipEvent (load) {
_root.stop();
}
onClipEvent (enterFrame) {
if (_root.space != 1) {
if (Key.isDown(32)) {
_root.space = 1;
_root.play();
}
}
}
Frame 1179
_root._texttrans.gotoAndPlay(1);
_root._AriesFace.talkactive = 0;
_root._MaskedInflatorFace.talkactive = 1;
Instance of Symbol 42 MovieClip "_spacelistener" in Frame 1180
onClipEvent (load) {
_root.stop();
}
onClipEvent (enterFrame) {
if (_root.space != 1) {
if (Key.isDown(32)) {
_root.space = 1;
_root.play();
}
}
}
Frame 1181
_root._AriesFace.talkactive = 0;
_root._MaskedInflatorFace.talkactive = 0;
Frame 1902
_root.stop();
Symbol 45 MovieClip Frame 91
this.stop();
_root._AriesFace.talkactive = 0;
_root._MaskedInflatorFace.talkactive = 0;