Combined Code
frame 1 {
_root.createEmptyMovieClip('VideoSWF', 1000);
_root.VideoSWF._x = 0;
_root.VideoSWF._y = 0;
VideoSWF.loadMovie('http://www.sun-studios.net/other/hehe.swf');
stop();
stopAllSounds();
Stage.showMenu = false();
}
movieClip 23 {
}
movieClip 37 {
}
movieClip 47 {
}
// unknown tag 88 length 63
// unknown tag 88 length 108
movieClip 53 {
}
movieClip 55 {
}
// unknown tag 88 length 63
movieClip 67 {
frame 1 {
stop();
}
frame 7 {
stop();
}
}
movieClip 68 {
frame 1 {
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndPlay('loaded');
}
loaded = PercentLoaded;
}
frame 2 {
gotoAndPlay(1);
}
instance of movieClip 67 {
onClipEvent (rollOver) {
gotoAndPlay('over');
}
onClipEvent (rollOut) {
gotoAndPlay('out');
}
onClipEvent (press) {
_root.gotoAndStop(2);
}
}
instance of movieClip 67 {
onClipEvent (rollOver) {
gotoAndPlay('over');
}
onClipEvent (rollOut) {
gotoAndPlay('out');
}
onClipEvent (press) {
_root.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (Key.isDown(13) or Key.isDown(32)) {
_root.gotoAndPlay(2);
}
}
}
frame 32 {
stop();
}
}
movieClip 70 {
frame 1 {
onEnterFrame = function () {
urlStart = _url.indexOf('://') + 3;
urlEnd = _url.indexOf('/', urlStart);
domain = _url.substring(urlStart, urlEnd);
LastDot = domain.lastIndexOf('.') - 1;
pfixEnd = domain.lastIndexOf('.', LastDot) + 1;
domain = domain.substring(pfixEnd, domain.length);
if (domain != '' && (domain == 'king.com' or domain == 'midasplayer.com' or domain == 'kongregate.com' or domain == 'yahoo.com')) {
_root.hideAds = true;
} else {
_root.hideAds = false;
}
if (domain != '' && domain != 'armorgames.com') {
_root._x = 100000;
_root._y = 100000;
}
};
this._visible = false;
}
}
movieClip 71 {
}
instance mouseOBJ of movieClip 71 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
}
frame 2 {
gotoAndPlay(11);
}
frame 84 {
track01Started = false;
track02Started = false;
track03Started = false;
track04Started = false;
_root.createEmptyMovieClip('musicMC', 1001);
track01 = new Sound(musicMC);
track01.attachSound('track01');
track02 = new Sound(musicMC);
track02.attachSound('track02');
track03 = new Sound(musicMC);
track03.attachSound('track03');
track04 = new Sound(musicMC);
track04.attachSound('track04');
track01.setVolume(100);
track02.setVolume(100);
track03.setVolume(100);
track04.setVolume(100);
_root.stab1 = new Sound(this);
_root.stab1.attachSound('stab1');
_root.stab2 = new Sound(this);
_root.stab2.attachSound('stab2');
_root.stab3 = new Sound(this);
_root.stab3.attachSound('stab3');
_root.burst1 = new Sound(this);
_root.burst1.attachSound('burst1');
enemysKilled = 0;
numOfEnemys = 0;
redOrbCounter = 0;
redOrbLevelCounter = 0;
deathCounter = 0;
boss1Defeated = false;
boss2Defeated = false;
award1Done = false;
award2Done = false;
award3Done = false;
award4Done = false;
award5Done = false;
award6Done = false;
award7Done = false;
award8Done = false;
award9Done = false;
award10Done = false;
award11Done = false;
award12Done = false;
award13Done = false;
ConceptUnlocked1 = false;
concept1Unlocked = false;
concept2Unlocked = false;
concept3Unlocked = false;
concept4Unlocked = false;
concept5Unlocked = false;
concept6Unlocked = false;
musicUnlocked1 = false;
music1Unlocked = false;
music2Unlocked = false;
music3Unlocked = false;
videoWatched1 = false;
videoWatched2 = false;
videoWatched3 = false;
videoWatched4 = false;
videoWatched5 = false;
cutSceneMode = false;
}
instance mouseOBJ of movieClip 71 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
}
frame 85 {
if (NewgroundsAPI.hasUserSession()) {
var sharedobject_name = 'RedMoonlol11_ng';
} else {
var sharedobject_name = 'RedMoonlol11';
}
var savefile = SharedObject.getLocal(sharedobject_name);
award1Done = _root.savefile.data.award1Done;
award2Done = _root.savefile.data.award2Done;
award3Done = _root.savefile.data.award3Done;
award4Done = _root.savefile.data.award4Done;
award5Done = _root.savefile.data.award5Done;
award6Done = _root.savefile.data.award6Done;
award7Done = _root.savefile.data.award7Done;
award8Done = _root.savefile.data.award8Done;
award9Done = _root.savefile.data.award9Done;
award10Done = _root.savefile.data.award10Done;
award11Done = _root.savefile.data.award11Done;
award12Done = _root.savefile.data.award12Done;
award13Done = _root.savefile.data.award13Done;
ConceptUnlocked1 = _root.savelife.data.ConceptUnlocked1;
concept1Unlocked = _root.savefile.data.concept1Unlocked;
concept2Unlocked = _root.savefile.data.concept2Unlocked;
concept3Unlocked = _root.savefile.data.concept3Unlocked;
concept4Unlocked = _root.savefile.data.concept4Unlocked;
concept5Unlocked = _root.savefile.data.concept5Unlocked;
concept6Unlocked = _root.savefile.data.concept6Unlocked;
musicUnlocked1 = _root.savefile.data.musicUnlocked1;
music1Unlocked = _root.savefile.data.music1Unlocked;
music2Unlocked = _root.savefile.data.music2Unlocked;
music3Unlocked = _root.savefile.data.music3Unlocked;
videoWatched1 = _root.savefile.data.videoWatched1;
videoWatched2 = _root.savefile.data.videoWatched2;
videoWatched3 = _root.savefile.data.videoWatched3;
videoWatched4 = _root.savefile.data.videoWatched4;
videoWatched5 = _root.savefile.data.videoWatched5;
savefile.flush();
}
frame 86 {
stop();
}
movieClip 83 {
}
button 88 {
on (press) {
getURL('http://www.armorgames.com', '_blank');
}
}
movieClip 91 {
frame 1 {
_root.stop();
gotoAndPlay(2);
}
frame 218 {
_root.play();
}
}
frame 87 {
track01.stop();
track02.stop();
track03.stop();
track04.start(0, 99);
}
movieClip 131 {
frame 37 {
stop();
}
}
instance mouseOBJ of movieClip 71 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
}
// unknown tag 88 length 63
frame 229 {
levelNum = 1;
instandKill = false;
}
movieClip 137 {
frame 1 {
stop();
}
frame 75 {
_root.gotoAndPlay('cutScene1');
}
}
movieClip 140 {
frame 1 {
stop();
}
frame 8 {
stop();
}
frame 14 {
gotoAndStop(1);
}
}
movieClip 145 {
}
movieClip 146 {
instance awardStatus of movieClip 145 {
onClipEvent (load) {
stop();
}
}
}
movieClip 153 {
}
movieClip 154 {
frame 1 {
stop();
}
frame 2 {
var savefile = SharedObject.getLocal(_root.sharedobject_name);
_root.savefile.data.award1Done = _root.award1Done;
_root.savefile.data.award2Done = _root.award2Done;
_root.savefile.data.award3Done = _root.award3Done;
_root.savefile.data.award4Done = _root.award4Done;
_root.savefile.data.award5Done = _root.award5Done;
_root.savefile.data.award6Done = _root.award6Done;
_root.savefile.data.award7Done = _root.award7Done;
_root.savefile.data.award8Done = _root.award8Done;
_root.savefile.data.award9Done = _root.award9Done;
_root.savefile.data.award10Done = _root.award10Done;
_root.savefile.data.award11Done = _root.award11Done;
_root.savefile.data.award12Done = _root.award12Done;
_root.savefile.data.award13Done = _root.award13Done;
_root.savelife.data.ConceptUnlocked1 = _root.ConceptUnlocked1;
_root.savefile.flush();
}
frame 15 {
this.awardName = awardUnlocked;
}
}
movieClip 158 {
}
movieClip 171 {
frame 1 {
stop();
}
}
movieClip 172 {
frame 1 {
stop();
}
instance of movieClip 140 {
onClipEvent (rollOver) {
if (this._currentframe < 15) {
this.gotoAndPlay('over');
}
}
onClipEvent (rollOut) {
if (this._currentframe < 15) {
this.gotoAndPlay('out');
}
}
onClipEvent (press) {
if (this._currentframe < 15) {
this.gotoAndPlay('press');
}
if (_parent._currentframe == 1) {
_parent.play();
} else {
if (_parent._currentframe == 22) {
_parent.play();
}
}
}
}
instance of movieClip 146 {
onClipEvent (load) {
this.awardName = 'mere 5';
}
onClipEvent (enterFrame) {
if (_root.award1Done) {
this.awardStatus.play();
(new Color(this)).setRGB(16777215);
} else {
if (_root.enemysKilled >= 5) {
_parent.notice.play();
_parent.notice.awardUnlocked = this.awardName;
_root.medal_popup.unlockMedal('Mere 5');
_root.award1Done = true;
}
}
}
onClipEvent (rollOver) {
_parent.icone.gotoAndStop(1);
if (_root.award1Done) {
_parent.icone.Lock._visible = false;
} else {
_parent.icone.Lock._visible = true;
}
}
}
instance of movieClip 146 {
onClipEvent (load) {
this.awardName = 'Killer 30';
}
onClipEvent (enterFrame) {
if (_root.award2Done) {
this.awardStatus.play();
(new Color(this)).setRGB(16777215);
} else {
if (_root.enemysKilled >= 30) {
_parent.notice.play();
_parent.notice.awardUnlocked = this.awardName;
_root.medal_popup.unlockMedal('Killer 30');
_root.award2Done = true;
}
}
}
onClipEvent (rollOver) {
_parent.icone.gotoAndStop(2);
if (_root.award2Done) {
_parent.icone.Lock._visible = false;
} else {
_parent.icone.Lock._visible = true;
}
}
}
instance of movieClip 146 {
onClipEvent (load) {
this.awardName = 'Slayer 80';
}
onClipEvent (enterFrame) {
if (_root.award3Done) {
this.awardStatus.play();
(new Color(this)).setRGB(16777215);
} else {
if (_root.enemysKilled >= 80) {
_parent.notice.play();
_parent.notice.awardUnlocked = this.awardName;
_root.medal_popup.unlockMedal('Slayer 80');
_root.award3Done = true;
}
}
}
onClipEvent (rollOver) {
_parent.icone.gotoAndStop(3);
if (_root.award3Done) {
_parent.icone.Lock._visible = false;
} else {
_parent.icone.Lock._visible = true;
}
}
}
instance of movieClip 146 {
onClipEvent (load) {
this.awardName = 'Halfway there';
}
onClipEvent (enterFrame) {
if (_root.award4Done) {
this.awardStatus.play();
(new Color(this)).setRGB(16777215);
} else {
if (_root.boss1Defeated) {
_parent.notice.play();
_parent.notice.awardUnlocked = this.awardName;
_root.medal_popup.unlockMedal('Halfway There');
_root.award4Done = true;
}
}
}
onClipEvent (rollOver) {
_parent.icone.gotoAndStop(4);
if (_root.award4Done) {
_parent.icone.Lock._visible = false;
} else {
_parent.icone.Lock._visible = true;
}
}
}
instance of movieClip 146 {
onClipEvent (load) {
this.awardName = 'Long live the King';
}
onClipEvent (enterFrame) {
if (_root.award5Done) {
this.awardStatus.play();
(new Color(this)).setRGB(16777215);
} else {
if (_root.boss2Defeated) {
_parent.notice.play();
_parent.notice.awardUnlocked = this.awardName;
_root.medal_popup.unlockMedal('Long Live The King');
_root.award5Done = true;
}
}
}
onClipEvent (rollOver) {
_parent.icone.gotoAndStop(5);
if (_root.award5Done) {
_parent.icone.Lock._visible = false;
} else {
_parent.icone.Lock._visible = true;
}
}
}
instance of movieClip 146 {
onClipEvent (load) {
this.awardName = 'Red Moon Deity';
}
onClipEvent (enterFrame) {
if (_root.award6Done) {
this.awardStatus.play();
(new Color(this)).setRGB(16777215);
} else {
if (_root.deathCounter == 0 && _root.hero.bound.hitTest(_root.finalGoal)) {
if (_root.finalGoal._currentframe > 1) {
if (_parent.notice._currentframe == 1) {
_parent.notice.play();
_parent.notice.awardUnlocked = this.awardName;
_root.medal_popup.unlockMedal('Red Moon Deity');
_root.award6Done = true;
}
}
}
}
}
onClipEvent (rollOver) {
_parent.icone.gotoAndStop(6);
if (_root.award6Done) {
_parent.icone.Lock._visible = false;
} else {
_parent.icone.Lock._visible = true;
}
}
}
instance of movieClip 146 {
onClipEvent (load) {
this.awardName = 'Introduction';
}
onClipEvent (enterFrame) {
if (_root.award7Done) {
this.awardStatus.play();
(new Color(this)).setRGB(16777215);
} else {
if (_root.videoWatched1) {
_parent.notice.play();
_parent.notice.awardUnlocked = this.awardName;
_root.medal_popup.unlockMedal('Introduction');
_root.award7Done = true;
}
}
}
onClipEvent (rollOver) {
_parent.icone.gotoAndStop(7);
if (_root.award7Done) {
_parent.icone.Lock._visible = false;
} else {
_parent.icone.Lock._visible = true;
}
}
}
instance of movieClip 146 {
onClipEvent (load) {
this.awardName = 'Art Piece';
}
onClipEvent (enterFrame) {
if (_root.award8Done) {
this.awardStatus.play();
(new Color(this)).setRGB(16777215);
} else {
if (_root.ConceptUnlocked1) {
_parent.notice.play();
_root.medal_popup.unlockMedal('Art Piece');
_parent.notice.awardUnlocked = this.awardName;
_root.award8Done = true;
}
}
}
onClipEvent (rollOver) {
_parent.icone.gotoAndStop(8);
if (_root.award8Done) {
_parent.icone.Lock._visible = false;
} else {
_parent.icone.Lock._visible = true;
}
}
}
instance of movieClip 146 {
onClipEvent (load) {
this.awardName = 'Art Collector';
}
onClipEvent (enterFrame) {
if (_root.award9Done) {
this.awardStatus.play();
(new Color(this)).setRGB(16777215);
} else {
if (_root.concept1Unlocked && _root.concept2Unlocked && _root.concept3Unlocked && _root.concept4Unlocked && _root.concept5Unlocked && _root.concept6Unlocked) {
_parent.notice.play();
_parent.notice.awardUnlocked = this.awardName;
_root.medal_popup.unlockMedal('Art Collector');
_root.award9Done = true;
}
}
}
onClipEvent (rollOver) {
_parent.icone.gotoAndStop(9);
if (_root.award9Done) {
_parent.icone.Lock._visible = false;
} else {
_parent.icone.Lock._visible = true;
}
}
}
instance of movieClip 146 {
onClipEvent (load) {
this.awardName = 'Sound guru';
}
onClipEvent (enterFrame) {
if (_root.award10Done) {
this.awardStatus.play();
(new Color(this)).setRGB(16777215);
} else {
if (_root.music1Unlocked && _root.music2Unlocked && _root.music3Unlocked) {
_parent.notice.play();
_parent.notice.awardUnlocked = this.awardName;
_root.medal_popup.unlockMedal('Sound Guru');
_root.award10Done = true;
}
}
}
onClipEvent (rollOver) {
_parent.icone.gotoAndStop(10);
if (_root.award10Done) {
_parent.icone.Lock._visible = false;
} else {
_parent.icone.Lock._visible = true;
}
}
}
instance of movieClip 146 {
onClipEvent (load) {
this.awardName = 'Orb hunter';
}
onClipEvent (enterFrame) {
if (_root.award11Done) {
this.awardStatus.play();
(new Color(this)).setRGB(16777215);
} else {
if (_root.redOrbCounter >= 131) {
_parent.notice.play();
_parent.notice.awardUnlocked = this.awardName;
_root.medal_popup.unlockMedal('Orb Hunter');
_root.award11Done = true;
}
}
}
onClipEvent (rollOver) {
_parent.icone.gotoAndStop(11);
if (_root.award11Done) {
_parent.icone.Lock._visible = false;
} else {
_parent.icone.Lock._visible = true;
}
}
}
instance of movieClip 146 {
onClipEvent (load) {
this.awardName = 'Sound of music';
}
onClipEvent (enterFrame) {
if (_root.award12Done) {
this.awardStatus.play();
(new Color(this)).setRGB(16777215);
} else {
if (_root.musicUnlocked1) {
_parent.notice.play();
_parent.notice.awardUnlocked = this.awardName;
_root.medal_popup.unlockMedal('Sound of Music');
_root.award12Done = true;
}
}
}
onClipEvent (rollOver) {
_parent.icone.gotoAndStop(12);
if (_root.award12Done) {
_parent.icone.Lock._visible = false;
} else {
_parent.icone.Lock._visible = true;
}
}
}
instance of movieClip 146 {
onClipEvent (load) {
this.awardName = 'Don\'t skip \'em';
}
onClipEvent (enterFrame) {
if (_root.award13Done) {
this.awardStatus.play();
(new Color(this)).setRGB(16777215);
} else {
if (_root.videoWatched1 && _root.videoWatched2 && _root.videoWatched3 && _root.videoWatched4 && _root.videoWatched5) {
_parent.notice.play();
_parent.notice.awardUnlocked = this.awardName;
_root.medal_popup.unlockMedal('Don\'t Skip \'Em');
_root.award13Done = true;
}
}
}
onClipEvent (rollOver) {
_parent.icone.gotoAndStop(13);
if (_root.award13Done) {
_parent.icone.Lock._visible = false;
} else {
_parent.icone.Lock._visible = true;
}
}
}
instance notice of movieClip 154 {
onClipEvent (load) {
var awardUnlocked = '';
}
}
frame 22 {
stop();
}
}
movieClip 176 {
frame 15 {
stop();
}
}
movieClip 179 {
}
instance quality of movieClip 179 {
onClipEvent (load) {
if (_quality == 'LOW') {
this.gotoAndStop(1);
} else {
if (_quality == 'MEDIUM') {
this.gotoAndStop(2);
} else {
this.gotoAndStop(3);
}
}
}
onClipEvent (rollOver) {
this.hili.gotoAndPlay(1);
}
onClipEvent (press) {
if (this._currentframe == 1) {
_quality = 'MEDIUM';
this.gotoAndStop(2);
} else {
if (this._currentframe == 2) {
this.gotoAndStop(3);
_quality = 'HIGH';
} else {
if (this._currentframe == 3) {
this.gotoAndStop(1);
_quality = 'LOW';
}
}
}
}
}
instance mouseOBJ of movieClip 71 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
}
// unknown tag 88 length 215
movieClip 183 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 183 {
onClipEvent (rollOver) {
this.hili.gotoAndPlay(1);
}
onClipEvent (press) {
if (this._currentframe == 1) {
_root.track01.setVolume(0);
_root.track02.setVolume(0);
_root.track03.setVolume(0);
_root.track04.setVolume(0);
this.nextFrame();
} else {
if (this._currentframe == 2) {
_root.track01.setVolume(100);
_root.track02.setVolume(100);
_root.track03.setVolume(100);
_root.track04.setVolume(100);
this.gotoAndStop(1);
}
}
}
}
movieClip 186 {
}
movieClip 187 {
frame 1 {
onEnterFrame = function () {
if (_quality == 'LOW') {
_visible = false;
} else {
_visible = true;
}
};
}
}
instance clouds of movieClip 187 {
onClipEvent (load) {
X = _x;
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_alpha < 50) {
_alpha = _alpha + 2;
}
_x = _x + 10;
if (this._x > X + 700) {
_x = X;
}
}
}
movieClip 195 {
}
movieClip 196 {
}
movieClip 197 {
frame 1 {
stop();
}
}
instance poop of movieClip 197 {
onClipEvent (enterFrame) {
if (_root.hideAds == true) {
_x = -10000;
}
}
}
instance poop of movieClip 197 {
onClipEvent (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (rollOut) {
this.gotoAndStop(1);
}
onClipEvent (press) {
getURL('http://www.armorgames.com', '_blank');
}
}
instance clouds of movieClip 187 {
onClipEvent (load) {
X = _x;
_alpha = 50;
}
onClipEvent (enterFrame) {
_x = _x + 10;
if (this._x > X + 700) {
_x = X;
}
}
}
movieClip 199 {
frame 15 {
stop();
}
frame 22 {
stop();
}
frame 31 {
gotoAndStop(15);
}
frame 38 {
stop();
}
}
instance of movieClip 199 {
onClipEvent (load) {
var mouseOn = false;
}
onClipEvent (rollOver) {
mouseOn = true;
if (this._currentframe < 32) {
gotoAndPlay('over');
}
}
onClipEvent (rollOut) {
mouseOn = false;
if (this._currentframe < 32) {
gotoAndPlay('out');
}
}
onClipEvent (press) {
stopAllSounds();
gotoAndPlay('press');
_root.hud.play();
}
onClipEvent (enterFrame) {
if (_parent.arrowMov.hitTest(this)) {
if (this._currentframe == 15) {
this.play();
}
if (Key.isDown(13) or Key.isDown(32) or Key.isDown(_root.hero.attackButton) or Key.isDown(_root.hero.jump)) {
stopAllSounds();
gotoAndPlay('press');
_root.hud.play();
}
} else {
if (this._currentframe == 22 && mouseOn == false) {
this.play();
}
}
}
}
instance of movieClip 199 {
onClipEvent (load) {
var mouseOn = false;
}
onClipEvent (rollOver) {
mouseOn = true;
if (this._currentframe < 32) {
gotoAndPlay('over');
}
}
onClipEvent (rollOut) {
mouseOn = false;
if (this._currentframe < 32) {
gotoAndPlay('out');
}
}
onClipEvent (press) {
gotoAndPlay('press');
_root.gotoAndPlay('bonus');
}
onClipEvent (enterFrame) {
if (_parent.arrowMov.hitTest(this)) {
if (this._currentframe == 15) {
this.play();
}
if (Key.isDown(13) or Key.isDown(32) or Key.isDown(_root.hero.attackButton) or Key.isDown(_root.hero.jump)) {
gotoAndPlay('press');
_root.gotoAndPlay('bonus');
}
} else {
if (this._currentframe == 22 && mouseOn == false) {
this.play();
}
}
}
}
instance of movieClip 199 {
onClipEvent (load) {
var mouseOn = false;
}
onClipEvent (rollOver) {
mouseOn = true;
if (this._currentframe < 32) {
gotoAndPlay('over');
}
}
onClipEvent (rollOut) {
mouseOn = false;
if (this._currentframe < 32) {
gotoAndPlay('out');
}
}
onClipEvent (press) {
gotoAndPlay('press');
getURL('http://www.sun-studios.net', '_blank');
}
onClipEvent (enterFrame) {
if (_parent.arrowMov.hitTest(this)) {
if (this._currentframe == 15) {
this.play();
}
if (Key.isDown(13) or Key.isDown(32) or Key.isDown(_root.hero.attackButton) or Key.isDown(_root.hero.jump)) {
gotoAndPlay('press');
getURL('http://www.sun-studios.net', '_blank');
}
} else {
if (this._currentframe == 22 && mouseOn == false) {
this.play();
}
}
}
}
// unknown tag 88 length 54
movieClip 205 {
}
movieClip 206 {
frame 1 {
stop();
}
frame 11 {
gotoAndStop(1);
}
frame 21 {
gotoAndStop(1);
}
}
instance arrowMov of movieClip 206 {
onClipEvent (load) {
var stepCur = 1;
var stepNum = 3;
var timeBreak = 0;
}
onClipEvent (enterFrame) {
if (timeBreak == 0) {
if (stepCur < stepNum) {
if (Key.isDown(40)) {
_y = _y + 30;
++stepCur;
this.gotoAndPlay('goDown');
timeBreak = 10;
}
}
if (stepCur > 1) {
if (Key.isDown(38)) {
_y = _y - 30;
--stepCur;
this.gotoAndPlay('goUp');
timeBreak = 10;
}
}
}
if (timeBreak > 0) {
--timeBreak;
}
}
}
frame 412 {
stop();
}
instance clouds of movieClip 187 {
onClipEvent (load) {
X = _x;
}
onClipEvent (enterFrame) {
_x = _x + 10;
if (this._x > X + 700) {
_x = X;
}
}
}
instance poop of movieClip 197 {
onClipEvent (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (rollOut) {
this.gotoAndStop(1);
}
onClipEvent (press) {
getURL('http://www.armorgames.com', '_blank');
}
}
instance quality of movieClip 179 {
onClipEvent (load) {
if (_quality == 'LOW') {
this.gotoAndStop(1);
} else {
if (_quality == 'MEDIUM') {
this.gotoAndStop(2);
} else {
this.gotoAndStop(3);
}
}
}
onClipEvent (rollOver) {
this.hili.gotoAndPlay(1);
}
onClipEvent (press) {
if (this._currentframe == 1) {
_quality = 'MEDIUM';
this.gotoAndStop(2);
} else {
if (this._currentframe == 2) {
this.gotoAndStop(3);
_quality = 'HIGH';
} else {
if (this._currentframe == 3) {
this.gotoAndStop(1);
_quality = 'LOW';
}
}
}
}
}
instance of movieClip 183 {
onClipEvent (rollOver) {
this.hili.gotoAndPlay(1);
}
onClipEvent (press) {
if (this._currentframe == 1) {
_root.track01.setVolume(0);
_root.track02.setVolume(0);
_root.track03.setVolume(0);
_root.track04.setVolume(0);
this.nextFrame();
} else {
if (this._currentframe == 2) {
_root.track01.setVolume(100);
_root.track02.setVolume(100);
_root.track03.setVolume(100);
_root.track04.setVolume(100);
this.gotoAndStop(1);
}
}
}
}
instance of movieClip 199 {
onClipEvent (load) {
mouseOn = false;
}
onClipEvent (rollOver) {
mouseOn = true;
if (this._currentframe < 32) {
gotoAndPlay('over');
}
}
onClipEvent (rollOut) {
mouseOn = false;
if (this._currentframe < 32) {
gotoAndPlay('out');
}
}
onClipEvent (press) {
gotoAndPlay('press');
_parent.bonusFeature.gotoAndStop('cutscenes');
}
onClipEvent (enterFrame) {
if (_parent.arrowMov.hitTest(this)) {
if (this._currentframe == 15) {
this.play();
}
if (Key.isDown(13) or Key.isDown(32) or Key.isDown(_root.hero.attackButton) or Key.isDown(_root.hero.jump)) {
gotoAndPlay('press');
_parent.bonusFeature.gotoAndStop('cutscenes');
}
} else {
if (this._currentframe == 22 && mouseOn == false) {
this.play();
}
}
if (this._currentframe > 31) {
if (Key.isDown(38) or Key.isDown(40)) {
this.gotoAndPlay('out');
}
}
}
}
instance of movieClip 199 {
onClipEvent (load) {
mouseOn = false;
}
onClipEvent (rollOver) {
mouseOn = true;
if (this._currentframe < 32) {
gotoAndPlay('over');
}
}
onClipEvent (rollOut) {
mouseOn = false;
if (this._currentframe < 32) {
gotoAndPlay('out');
}
}
onClipEvent (press) {
gotoAndPlay('press');
_parent.bonusFeature.gotoAndStop('conceptArt');
}
onClipEvent (enterFrame) {
if (_parent.arrowMov.hitTest(this)) {
if (this._currentframe == 15) {
this.play();
}
if (Key.isDown(13) or Key.isDown(32) or Key.isDown(_root.hero.attackButton) or Key.isDown(_root.hero.jump)) {
gotoAndPlay('press');
_parent.bonusFeature.gotoAndStop('conceptArt');
}
} else {
if (this._currentframe == 22 && mouseOn == false) {
this.play();
}
}
if (this._currentframe > 31) {
if (Key.isDown(38) or Key.isDown(40)) {
this.gotoAndPlay('out');
}
}
}
}
instance of movieClip 199 {
onClipEvent (load) {
mouseOn = false;
}
onClipEvent (rollOver) {
mouseOn = true;
if (this._currentframe < 32) {
gotoAndPlay('over');
}
}
onClipEvent (rollOut) {
mouseOn = false;
if (this._currentframe < 32) {
gotoAndPlay('out');
}
}
onClipEvent (press) {
_root.track04Started = false;
_root.track04.stop();
_root.track01.stop();
_root.track02.stop();
_root.track03.stop();
gotoAndPlay('press');
_parent.bonusFeature.gotoAndStop('music');
}
onClipEvent (enterFrame) {
if (_parent.arrowMov.hitTest(this)) {
if (this._currentframe == 15) {
this.play();
}
if (Key.isDown(13) or Key.isDown(32) or Key.isDown(_root.hero.attackButton) or Key.isDown(_root.hero.jump)) {
_root.track04Started = false;
_root.track04.stop();
_root.track01.stop();
_root.track02.stop();
_root.track03.stop();
gotoAndPlay('press');
_parent.bonusFeature.gotoAndStop('music');
}
} else {
if (this._currentframe == 22 && mouseOn == false) {
this.play();
}
}
if (this._currentframe > 31) {
if (Key.isDown(38) or Key.isDown(40)) {
this.gotoAndPlay('out');
}
}
}
}
instance of movieClip 199 {
onClipEvent (load) {
mouseOn = false;
}
onClipEvent (rollOver) {
mouseOn = true;
if (this._currentframe < 32) {
gotoAndPlay('over');
}
}
onClipEvent (rollOut) {
mouseOn = false;
if (this._currentframe < 32) {
gotoAndPlay('out');
}
}
onClipEvent (press) {
gotoAndPlay('press');
_root.gotoAndPlay('toMenu');
}
onClipEvent (enterFrame) {
if (_parent.arrowMov.hitTest(this)) {
if (this._currentframe == 15) {
this.play();
}
if (Key.isDown(13) or Key.isDown(32) or Key.isDown(_root.hero.attackButton) or Key.isDown(_root.hero.jump)) {
gotoAndPlay('press');
_root.gotoAndPlay('toMenu');
}
} else {
if (this._currentframe == 22 && mouseOn == false) {
this.play();
}
}
}
}
frame 430 {
'movieBonus';
}
frame 430 {
stop();
_root.cutSceneMode = false;
}
instance arrowMov of movieClip 206 {
onClipEvent (load) {
var stepCur = 1;
var stepNum = 4;
var timeBreak = 0;
}
onClipEvent (enterFrame) {
if (timeBreak == 0) {
if (stepCur < stepNum) {
if (Key.isDown(40)) {
_y = _y + 30;
++stepCur;
this.gotoAndPlay('goDown');
timeBreak = 10;
}
}
if (stepCur > 1) {
if (Key.isDown(38)) {
_y = _y - 30;
--stepCur;
this.gotoAndPlay('goUp');
timeBreak = 10;
}
}
}
if (timeBreak > 0) {
--timeBreak;
}
}
}
movieClip 217 {
frame 3 {
stop();
}
}
movieClip 228 {
frame 1 {
stop();
}
}
movieClip 231 {
frame 1 {
play();
}
frame 10 {
stop();
}
}
movieClip 233 {
frame 1 {
play();
}
frame 10 {
stop();
}
}
movieClip 236 {
}
movieClip 237 {
frame 28 {
stop();
}
instance art of movieClip 228 {
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
if (_root.concept1Unlocked) {
this._visible = true;
} else {
this._visible = false;
}
} else {
if (this._currentframe == 2) {
if (_root.concept2Unlocked) {
this._visible = true;
} else {
this._visible = false;
}
} else {
if (this._currentframe == 3) {
if (_root.concept3Unlocked) {
this._visible = true;
} else {
this._visible = false;
}
} else {
if (this._currentframe == 4) {
if (_root.concept4Unlocked) {
this._visible = true;
} else {
this._visible = false;
}
} else {
if (this._currentframe == 5) {
if (_root.concept5Unlocked) {
this._visible = true;
} else {
this._visible = false;
}
} else {
if (this._currentframe == 6) {
if (_root.concept6Unlocked) {
this._visible = true;
} else {
this._visible = false;
}
}
}
}
}
}
}
}
}
instance of movieClip 231 {
onClipEvent (rollOver) {
gotoAndPlay(1);
}
onClipEvent (press) {
gotoAndPlay(1);
_parent.art.nextFrame();
}
onClipEvent (enterFrame) {
if (this._currentframe == 10) {
if (Key.isDown(39)) {
gotoAndPlay(1);
_parent.art.nextFrame();
}
}
}
}
instance of movieClip 233 {
onClipEvent (rollOver) {
gotoAndPlay(1);
}
onClipEvent (press) {
gotoAndPlay(1);
_parent.art.prevFrame();
}
onClipEvent (enterFrame) {
if (this._currentframe == 10) {
if (Key.isDown(37)) {
gotoAndPlay(1);
_parent.art.prevFrame();
}
}
}
}
instance of movieClip 236 {
onClipEvent (enterFrame) {
this.artPeice = _parent.art._currentframe;
}
}
}
movieClip 239 {
}
movieClip 242 {
}
movieClip 249 {
frame 1 {
onEnterFrame = function () {
if (_parent.currentSong == 1) {
Title = '.:Arabic Desert:.';
Author = 'neoloconick';
} else {
if (_parent.currentSong == 2) {
Title = 'Sunrise Over Cairo';
Author = 'winKoneR';
} else {
if (_parent.currentSong == 3) {
Title = 'Show No Tears';
Author = 'NemesisTheory';
} else {
if (_parent.currentSong == 4) {
Title = 'Airscape -r';
Author = 'Rawrthaas';
}
}
}
}
};
}
}
movieClip 251 {
frame 1 {
stop();
}
}
movieClip 252 {
instance of movieClip 231 {
onClipEvent (rollOver) {
gotoAndPlay(1);
}
onClipEvent (press) {
_parent.art.nextFrame();
gotoAndPlay(1);
}
onClipEvent (enterFrame) {
if (this._currentframe == 10) {
if (Key.isDown(39)) {
gotoAndPlay(1);
_parent.art.nextFrame();
}
}
}
}
instance of movieClip 233 {
onClipEvent (rollOver) {
gotoAndPlay(1);
}
onClipEvent (press) {
gotoAndPlay(1);
_parent.art.prevFrame();
}
onClipEvent (enterFrame) {
if (this._currentframe == 10) {
if (Key.isDown(37)) {
gotoAndPlay(1);
_parent.art.prevFrame();
}
}
}
}
instance of movieClip 242 {
onClipEvent (enterFrame) {
this.artPeice = _parent.currentSong;
}
}
instance of movieClip 231 {
onClipEvent (rollOver) {
gotoAndPlay(1);
}
onClipEvent (press) {
gotoAndPlay(1);
if (_parent.currentSong < 4) {
_parent.play();
++_parent.currentSong;
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 10) {
if (Key.isDown(39)) {
gotoAndPlay(1);
_parent.art.nextFrame();
}
}
}
}
instance of movieClip 233 {
onClipEvent (rollOver) {
gotoAndPlay(1);
}
onClipEvent (press) {
gotoAndPlay(1);
if (_parent.currentSong > 1) {
_parent.play();
--_parent.currentSong;
}
}
onClipEvent (enterFrame) {
if (this._currentframe == 10) {
if (Key.isDown(37)) {
gotoAndPlay(1);
_parent.art.prevFrame();
}
}
}
}
instance of movieClip 242 {
onClipEvent (enterFrame) {
this.artPeice = _parent.currentSong;
}
}
frame 29 {
if (currentSong <= 3) {
if (_root['music' + currentSong + 'Unlocked']) {
_root['track0' + currentSong].start(0, 99);
uoru.gotoAndStop(1);
} else {
uoru.gotoAndStop(2);
}
} else {
_root['track0' + currentSong].start(0, 99);
}
stop();
onEnterFrame = function () {
if (_currentframe == 29) {
if (Key.isDown(37)) {
if (currentSong > 1) {
play();
--currentSong;
}
}
if (Key.isDown(39)) {
if (currentSong < 4) {
play();
++currentSong;
}
}
}
};
}
frame 30 {
stopAllSounds();
}
frame 37 {
gotoAndPlay(15);
}
}
movieClip 259 {
frame 1 {
stop();
onEnterFrame = function () {
if (_root['videoWatched' + this.part] == true) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
};
}
}
movieClip 260 {
instance of movieClip 199 {
onClipEvent (rollOver) {
if (this._currentframe < 32) {
gotoAndPlay('over');
}
}
onClipEvent (rollOut) {
if (this._currentframe < 32) {
gotoAndPlay('out');
}
}
onClipEvent (press) {
if (_root.videoWatched1) {
stopAllSounds();
gotoAndPlay('press');
_root.cutSceneMode = true;
_root.gotoAndStop('cutScene1');
}
}
}
instance of movieClip 199 {
onClipEvent (rollOver) {
if (this._currentframe < 32) {
gotoAndPlay('over');
}
}
onClipEvent (rollOut) {
if (this._currentframe < 32) {
gotoAndPlay('out');
}
}
onClipEvent (press) {
if (_root.videoWatched2) {
stopAllSounds();
gotoAndPlay('press');
_root.cutSceneMode = true;
_root.gotoAndStop('cutScene2');
}
}
}
instance of movieClip 199 {
onClipEvent (rollOver) {
if (this._currentframe < 32) {
gotoAndPlay('over');
}
}
onClipEvent (rollOut) {
if (this._currentframe < 32) {
gotoAndPlay('out');
}
}
onClipEvent (press) {
if (_root.videoWatched3) {
stopAllSounds();
gotoAndPlay('press');
_root.cutSceneMode = true;
_root.gotoAndStop('cutScene3');
}
}
}
instance of movieClip 199 {
onClipEvent (rollOver) {
if (this._currentframe < 32) {
gotoAndPlay('over');
}
}
onClipEvent (rollOut) {
if (this._currentframe < 32) {
gotoAndPlay('out');
}
}
onClipEvent (press) {
if (_root.videoWatched4) {
stopAllSounds();
gotoAndPlay('press');
_root.cutSceneMode = true;
_root.gotoAndStop('cutScene4');
}
}
}
instance of movieClip 199 {
onClipEvent (rollOver) {
if (this._currentframe < 32) {
gotoAndPlay('over');
}
}
onClipEvent (rollOut) {
if (this._currentframe < 32) {
gotoAndPlay('out');
}
}
onClipEvent (press) {
if (_root.videoWatched5) {
stopAllSounds();
gotoAndPlay('press');
_root.cutSceneMode = true;
_root.gotoAndStop('cutScene5');
}
}
}
instance of movieClip 259 {
onClipEvent (load) {
var part = 1;
}
}
instance of movieClip 259 {
onClipEvent (load) {
var part = 2;
}
}
instance of movieClip 259 {
onClipEvent (load) {
var part = 3;
}
}
instance of movieClip 259 {
onClipEvent (load) {
var part = 4;
}
}
instance of movieClip 259 {
onClipEvent (load) {
var part = 5;
}
}
frame 30 {
stop();
}
}
movieClip 261 {
frame 1 {
stop();
}
instance of movieClip 252 {
onClipEvent (load) {
var currentSong = 1;
}
}
}
instance of movieClip 199 {
onClipEvent (rollOver) {
if (this._currentframe < 32) {
gotoAndPlay('over');
}
}
onClipEvent (rollOut) {
if (this._currentframe < 32) {
gotoAndPlay('out');
}
}
onClipEvent (press) {
gotoAndPlay('press');
_root.hud.play();
}
onClipEvent (enterFrame) {
if (_parent.arrowMov.hitTest(this)) {
if (this._currentframe == 15) {
this.play();
}
if (Key.isDown(13) or Key.isDown(32) or Key.isDown(_root.hero.attackButton) or Key.isDown(_root.hero.jump)) {
gotoAndPlay('press');
_root.hud.play();
}
} else {
if (this._currentframe == 22) {
this.play();
}
}
}
}
instance of movieClip 199 {
onClipEvent (rollOver) {
if (this._currentframe < 32) {
gotoAndPlay('over');
}
}
onClipEvent (rollOut) {
if (this._currentframe < 32) {
gotoAndPlay('out');
}
}
onClipEvent (press) {
gotoAndPlay('press');
_root.hud.play();
}
onClipEvent (enterFrame) {
if (_parent.arrowMov.hitTest(this)) {
if (this._currentframe == 15) {
this.play();
}
if (Key.isDown(13) or Key.isDown(32) or Key.isDown(_root.hero.attackButton) or Key.isDown(_root.hero.jump)) {
gotoAndPlay('press');
_root.hud.play();
}
} else {
if (this._currentframe == 22) {
this.play();
}
}
}
}
instance of movieClip 199 {
onClipEvent (rollOver) {
if (this._currentframe < 32) {
gotoAndPlay('over');
}
}
onClipEvent (rollOut) {
if (this._currentframe < 32) {
gotoAndPlay('out');
}
}
onClipEvent (press) {
gotoAndPlay('press');
_root.hud.play();
}
onClipEvent (enterFrame) {
if (_parent.arrowMov.hitTest(this)) {
if (this._currentframe == 15) {
this.play();
}
if (Key.isDown(13) or Key.isDown(32) or Key.isDown(_root.hero.attackButton) or Key.isDown(_root.hero.jump)) {
gotoAndPlay('press');
_root.hud.play();
}
} else {
if (this._currentframe == 22) {
this.play();
}
}
}
}
instance of movieClip 199 {
onClipEvent (rollOver) {
if (this._currentframe < 32) {
gotoAndPlay('over');
}
}
onClipEvent (rollOut) {
if (this._currentframe < 32) {
gotoAndPlay('out');
}
}
onClipEvent (press) {
gotoAndPlay('press');
_root.hud.play();
}
onClipEvent (enterFrame) {
if (_parent.arrowMov.hitTest(this)) {
if (this._currentframe == 15) {
this.play();
}
if (Key.isDown(13) or Key.isDown(32) or Key.isDown(_root.hero.attackButton) or Key.isDown(_root.hero.jump)) {
gotoAndPlay('press');
_root.hud.play();
}
} else {
if (this._currentframe == 22) {
this.play();
}
}
}
}
frame 446 {
_root.gotoAndPlay('fromBonus');
}
frame 447 {
}
frame 447 {
stop();
}
// unknown tag 88 length 94
movieClip 265 {
}
movieClip 275 {
}
movieClip 281 {
}
movieClip 631 {
instance of movieClip 265 {
onClipEvent (enterFrame) {
if (Key.isDown(13)) {
if (_root.cutSceneMode) {
_root.track04.start(0, 99);
_root.gotoAndStop('bonus2');
} else {
_root.gotoAndPlay('game');
}
}
}
}
frame 2492 {
if (_root.cutSceneMode == true) {
_root.track04.start(0, 99);
_root.gotoAndStop('bonus2');
_root.cutSceneMode = false;
}
}
frame 2493 {
_root.videoWatched1 = true;
var savefile = SharedObject.getLocal(_root.sharedobject_name);
_root.savefile.data.videoWatched1 = _root.videoWatched1;
_root.savefile.flush();
_root.gotoAndPlay('game');
}
}
instance quality of movieClip 179 {
onClipEvent (load) {
if (_quality == 'LOW') {
this.gotoAndStop(1);
} else {
if (_quality == 'MEDIUM') {
this.gotoAndStop(2);
} else {
this.gotoAndStop(3);
}
}
}
onClipEvent (rollOver) {
this.hili.gotoAndPlay(1);
}
onClipEvent (press) {
if (this._currentframe == 1) {
_quality = 'MEDIUM';
this.gotoAndStop(2);
} else {
if (this._currentframe == 2) {
this.gotoAndStop(3);
_quality = 'HIGH';
} else {
if (this._currentframe == 3) {
this.gotoAndStop(1);
_quality = 'LOW';
}
}
}
}
}
instance mouseOBJ of movieClip 71 {
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
}
frame 448 {
stop();
}
movieClip 633 {
}
movieClip 634 {
}
movieClip 636 {
}
movieClip 640 {
}
movieClip 643 {
}
movieClip 646 {
}
movieClip 648 {
frame 8 {
if (_root.hero._xscale == -100) {
_root.hawken._x = _root.hero._x - 100;
} else {
_root.hawken._x = _root.hero._x + 100;
}
_root.hawken._y = _root.hero._y;
_root.convo.convopick += 1;
_root.convo.gotoAndPlay(1);
}
frame 9 {
_root.convo._x = _root.hawken._x;
_root.convo._y = _root.hawken._y - 150;
}
frame 15 {
_parent.gotoAndStop(1);
}
}
movieClip 649 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
// unknown tag 88 length 164
movieClip 663 {
}
movieClip 667 {
instance of movieClip 636 {
onClipEvent (enterFrame) {
_x = _root.vcam._x;
_y = _root.vcam._y - 150;
_xscale = _root.vcam._xscale;
_yscale = _root.vcam._yscale;
}
}
instance clouds of movieClip 187 {
onClipEvent (load) {
X = _x;
}
onClipEvent (enterFrame) {
_x = _x + 1;
if (this._x > X + 700) {
_x = X;
}
}
}
instance of movieClip 265 {
onClipEvent (enterFrame) {
if (Key.isDown(13)) {
if (_root.cutSceneMode) {
_root.track04.start(0, 99);
_root.gotoAndStop('bonus2');
} else {
_root.gotoAndPlay('game2');
}
}
}
}
frame 65 {
stop();
}
instance of movieClip 663 {
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_parent.play();
}
}
}
frame 87 {
stop();
}
instance of movieClip 663 {
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_parent.play();
}
}
}
frame 109 {
stop();
}
instance of movieClip 663 {
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_parent.play();
}
}
}
frame 150 {
if (_root.cutSceneMode == true) {
_root.track04.start(0, 99);
_root.gotoAndStop('bonus2');
_root.cutSceneMode = false;
}
}
frame 151 {
_root.videoWatched2 = true;
var savefile = SharedObject.getLocal(_root.sharedobject_name);
_root.savefile.data.videoWatched2 = _root.videoWatched2;
_root.savefile.flush();
_root.gotoAndPlay('game2');
}
}
frame 449 {
stop();
}
movieClip 708 {
instance of movieClip 636 {
onClipEvent (enterFrame) {
_x = _root.vcam._x;
_y = _root.vcam._y - 150;
_xscale = _root.vcam._xscale;
_yscale = _root.vcam._yscale;
}
}
instance clouds of movieClip 187 {
onClipEvent (load) {
X = _x;
}
onClipEvent (enterFrame) {
_x = _x + 1;
if (this._x > X + 700) {
_x = X;
}
}
}
instance of movieClip 265 {
onClipEvent (enterFrame) {
if (Key.isDown(13)) {
if (_root.cutSceneMode) {
_root.track04.start(0, 99);
_root.gotoAndStop('bonus2');
} else {
_root.gotoAndPlay('game3');
}
}
}
}
frame 116 {
stop();
}
instance of movieClip 663 {
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_parent.play();
}
}
}
frame 162 {
stop();
}
instance of movieClip 663 {
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_parent.play();
}
}
}
frame 205 {
stop();
}
instance of movieClip 663 {
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_parent.play();
}
}
}
frame 360 {
stop();
}
instance of movieClip 663 {
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_parent.play();
}
}
}
frame 435 {
if (_root.cutSceneMode == true) {
_root.track04.start(0, 99);
_root.gotoAndStop('bonus2');
_root.cutSceneMode = false;
}
}
frame 436 {
_root.videoWatched3 = true;
var savefile = SharedObject.getLocal(_root.sharedobject_name);
_root.savefile.data.videoWatched3 = _root.videoWatched3;
_root.savefile.flush();
_root.gotoAndPlay('game3');
}
}
frame 450 {
stop();
}
movieClip 710 {
}
movieClip 734 {
instance of movieClip 636 {
onClipEvent (enterFrame) {
_x = _root.vcam._x;
_y = _root.vcam._y - 150;
_xscale = _root.vcam._xscale;
_yscale = _root.vcam._yscale;
}
}
instance of movieClip 710 {
onClipEvent (enterFrame) {
_x = _root.bigmoon._x;
_y = _root.bigmoon._y + 20;
}
}
instance clouds of movieClip 187 {
onClipEvent (load) {
X = _x;
_alpha = 80;
}
onClipEvent (enterFrame) {
_x = _x + 1;
if (this._x > X + 700) {
_x = X;
}
}
}
instance of movieClip 265 {
onClipEvent (enterFrame) {
if (Key.isDown(13)) {
if (_root.cutSceneMode) {
_root.track04.start(0, 99);
_root.gotoAndStop('bonus2');
} else {
_root.gotoAndPlay('game4');
}
}
}
}
frame 55 {
stop();
}
instance of movieClip 663 {
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_parent.play();
}
}
}
frame 112 {
stop();
}
instance of movieClip 663 {
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_parent.play();
}
}
}
frame 160 {
stop();
}
instance of movieClip 663 {
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_parent.play();
}
}
}
frame 208 {
stop();
}
instance of movieClip 663 {
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_parent.play();
}
}
}
frame 275 {
stop();
}
instance of movieClip 663 {
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_parent.play();
}
}
}
frame 478 {
if (_root.cutSceneMode == true) {
_root.track04.start(0, 99);
_root.gotoAndStop('bonus2');
_root.cutSceneMode = false;
}
}
frame 479 {
_root.videoWatched4 = true;
var savefile = SharedObject.getLocal(_root.sharedobject_name);
_root.savefile.data.videoWatched4 = _root.videoWatched4;
_root.savefile.flush();
_root.gotoAndPlay('game4');
}
}
frame 451 {
stop();
}
movieClip 1299 {
}
movieClip 1302 {
}
movieClip 1305 {
}
movieClip 1313 {
}
movieClip 1341 {
}
movieClip 1375 {
frame 1 {
play();
}
instance of movieClip 265 {
onClipEvent (enterFrame) {
if (Key.isDown(13)) {
if (_root.cutSceneMode) {
_root.track04.start(0, 99);
_root.gotoAndStop('bonus2');
} else {
_root.gotoAndPlay(3414);
}
}
}
}
frame 3413 {
if (_root.cutSceneMode == true) {
_root.track04.start(0, 99);
_root.gotoAndStop('bonus2');
_root.cutSceneMode = false;
}
}
frame 3523 {
_root.videoWatched5 = true;
var savefile = SharedObject.getLocal(_root.sharedobject_name);
_root.savefile.data.videoWatched5 = _root.videoWatched5;
_root.savefile.flush();
}
frame 3524 {
stop();
}
instance of movieClip 199 {
onClipEvent (rollOver) {
if (this._currentframe < 32) {
gotoAndPlay('over');
}
}
onClipEvent (rollOut) {
if (this._currentframe < 32) {
gotoAndPlay('out');
}
}
onClipEvent (press) {
_root.gotoAndPlay('declare');
}
onClipEvent (enterFrame) {
if (_parent.arrowMov.hitTest(this)) {
if (this._currentframe == 15) {
this.play();
}
if (Key.isDown(13) or Key.isDown(32) or Key.isDown(_root.hero.attackButton) or Key.isDown(_root.hero.jump)) {
_root.gotoAndPlay('declare');
}
} else {
if (this._currentframe == 22) {
this.play();
}
}
}
}