STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228068
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2560 · P5120

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/19112408?noj=FRM19112408-28DC" width="1" height="1"></div>

Parabola V4.swf

This is the info page for
Flash #66994

(Click the ID number above for more basic data on this flash file.)


Text
Loading...

FlashThinker

productions

Parabola

By FlashThinker

Play

Instructions

Practice
(recommended)

Instructions

Back

The aim of the game is to throw "electron balls" at a "power cell" to charge it before it loses all
its power. When the game starts the power cell is working at 50% capacity (300) and will gradually
lose power with time, your goal is to get that power to 600.
Once the power reaches 600, the cell will cease to lose energy and you win the level.
If the power reaches 0, then you lose the game.
To get the maximum power from each shot, you will need to throw the electron balls as lightly as
possible to avoid the electrons  inside it from getting damaged upon absorbsion.
To throw:
You need to press down on the left mouse button, and drag the mouse to where you want
the ball to go while still keeping the mouse button down (aim slightly higher). Then, while
you are still moving the mouse, let go of the button and the ball will fly in that direction.
The faster you do the dragging, the faster and further away the ball will go.
Note that you cannot move your cursor outside of a designated area.
You will, in turn, develop your own technique to get the best throw possible.
You can throw as many electron balls as you want at any time, although, this could
reduce your accuracy.
Enjoy!

Practice

Sound Track:

Back to
Main

X

X

Press 'Enter' to show tutorial

Select a Mode:

Toss

Drag

Select a skill level:

Newb

Casual

Master

Level 1

Power:

Best Throw:

50% Bonus Next Hit!

You Lose!

You survived:

Play Again

Your Max Hit:

You Win!

Your Time:

Next Level

Level 2

Level 3

Level 4

Level 5

Level 6

Congratulations, you beat the game!!!

ActionScript [AS1/AS2]

Frame 1
Stage.showMenu = false; stop(); bar_mc.onEnterFrame = function () { bl = getBytesLoaded(); tb = getBytesTotal(); per = bl / tb; percen = per * 100; percent = Math.ceil(percen); bar_mc._xscale = percen * 1.2; if (percent == 100) { onEnterFrame = null; b_mc.removeMovieClip(); line.removeMovieClip(); gotoAndPlay (2); } }; onEnterFrame = function () { xdif = _xmouse - b_mc._x; ydif = _ymouse - b_mc._y; this.createEmptyMovieClip("line", 1); this.line.pos = new Object(); with (this.line) { lineStyle(1, 16777215, 100); moveTo(_xmouse, _ymouse); curveTo(_xmouse + _root.xbend, ((_ymouse + b_mc._y) / 2) + _root.ybend, b_mc._x, b_mc._y); } };
Instance of Symbol 20 MovieClip "b_mc" in Frame 1
onClipEvent (load) { k = 0.02; damp = 0.97; vx = 0; vy = 0; grav = 2; } onClipEvent (enterFrame) { this.swapDepths(getNextHighestDepth() + 2); ax = (_root._xmouse - _x) * k; ay = (_root._ymouse - _y) * k; vx = vx + ax; vy = vy + ay; vy = vy + grav; vx = vx * damp; vy = vy * damp; _x = (_x + vx); _y = (_y + vy); _root.xbend = (2 * vx) + vy; _root.ybend = (2 * vy) + vx; xdif = _root._xmouse - this._x; ydif = _root._ymouse - this._y; this._rotation = (Math.atan2(ydif, xdif) * 57.2957795130823) + 90; }
Frame 2
stopAllSounds();
Frame 3
stopAllSounds();
Frame 4
stopAllSounds();
Frame 5
stopAllSounds();
Frame 11
stop(); Mouse.show(); onMouseMove = function () { Mouse.show(); }; onMouseMove = null; onEnterFrame = null; onMouseUp = null; stopAllSounds(); onMouseMove = null; onEnterFrame = null; onMouseUp = null; trackNumber = 1; Mouse.show(); _root.onMouseMove = function () { Mouse.show(); };
Frame 13
sec = 5; b_txt._visible = false; d_txt._visible = false; b_txt._x = 310; onEnterFrame = function () { sec = sec - 0.0333333333333333; if (sec > 3.5) { b_txt._visible = true; b_txt.text = "Get ready!"; } if (sec < 3.5) { seconds = Math.round(sec); b_txt.text = "Starting in: " + seconds; } if (sec <= 0) { gotoAndStop (14); b_txt._visible = false; onEnterFrame = null; } };
Frame 14
function go2() { if ((tute_mc.tute == 1) && (tute_mc.hitTest(_xmouse, _ymouse, true) == false)) { tute_mc.tute = 2; } } function go3() { if ((tute_mc.tute == 2) && (tute_mc.hitTest(_xmouse, _ymouse, true) == false)) { tute_mc.tute = 3; } } maxTrackNum = 3; s2_sound.setVolume(100); var s1_sound = new Sound(); s1_sound.attachSound("track1"); var s2_sound = new Sound(); s2_sound.attachSound("track2"); var s3_sound = new Sound(); s3_sound.attachSound("track3"); var hit_sound = new Sound(); hit_sound.attachSound("hittarget"); if (trackNumber == 1) { s1_sound.start(); trackname = "Loneroadie: Flicker of Light. (Pess spacebar to switch)"; } if (trackNumber == 2) { s2_sound.start(); trackname = "Paragonx9: Danger Ahead 3. (Pess spacebar to switch)"; } if (trackNumber == 3) { s3_sound.start(); trackname = "Paragonx9: Defcon Zero. (Pess spacebar to switch)"; } s1_sound.onSoundComplete = function () { stopAllSounds(); s1_sound.start(); }; s2_sound.onSoundComplete = function () { stopAllSounds(); s2_sound.start(); }; s3_sound.onSoundComplete = function () { stopAllSounds(); s3_sound.start(); }; function endlose() { gotoAndStop (3); removeMovieClip(crosshair_mc); removeMovieClip(bullet_mc); end = true; } function endwin() { gotoAndStop (4); removeMovieClip(crosshair_mc); removeMovieClip(bullet_mc); end = true; } function bmove() { if (_currentframe == 14) { if ((score > 0) && (score < 600)) { this.dydif = this.dydif - gravity; this.dxdif = this.dxdif * damp; this.dydif = this.dydif * damp; this.oldxv = this._x; this.oldyv = this._y; this.xvdif = this.newxv - this.oldxv; this.yvdif = this.newyv - this.oldyv; this.newxv = this._x; this.newyv = this._y; this.atotal = 0; if (this.atotal > 0) { this.hitscore = (this.atotal * 2) * bonuspower; } else { this.hitscore = 0; } hitscore = this.hitscore; this._x = this._x - this.dxdif; this._y = this._y - this.dydif; var _local3 = target_mc._x - this._x; var _local2 = target_mc._y - this._y; var _local4 = Math.sqrt((_local3 * _local3) + (_local2 * _local2)); if ((this._x > xmax) || (this._y > ymax)) { this.hitscore = 0; if (this.hitscore > maxscore) { maxscore = this.hitscore; } this.removeMovieClip(); } if (_local4 < tradius) { score = score + Math.round(this.hitscore); target_mc.play(); hit_sound.start(); if (bonuspower == 1) { if (this.hitscore > maxscore) { maxscore = this.hitscore; } } else if (this.hitscore > (maxscore * 1.5)) { maxscore = this.hitscore / 1.5; } if (bonuspower == 1) { if (this.hitscore >= 110) { bonus_mc.gotoAndPlay(1); bonuspower = 1.5; } else { bonuspower = 1; } } else if (this.hitscore >= 165) { bonus_mc.gotoAndPlay(1); bonuspower = 1.5; } else { bonuspower = 1; } this.removeMovieClip(); } if (this._x < xmin) { this._x = xmin; this.dxdif = this.dxdif * bounce; } if (end == true) { this.removeMovieClip(); } } else { this._alpha = this._alpha - 5; this.dydif = this.dydif - gravity; this.dxdif = this.dxdif * damp; this.dydif = this.dydif * damp; this.oldxv = this._x; this.oldyv = this._y; this.xvdif = this.newxv - this.oldxv; this.yvdif = this.newyv - this.oldyv; this.newxv = this._x; this.newyv = this._y; this._x = this._x - this.dxdif; this._y = this._y - this.dydif; if (this._alpha < 0) { this.removeMovieClip(); } } } else { this.removeMovieClip(); } } stop(); Mouse.hide(); bonuspower = 1; end = false; time = 0; i = 0; score = 300; scoreloserate = 0; bounce = -0.5; depth = 1; deleted = 0; deg = 57.2957795130823; damp = 0.98; gravity = 0.6; tradius = 57.5; pradius = 510; xmax = 810; xmin = 27.5; ymax = 550; ground_mc._x = 880; ground_mc._y = 275; target_mc._x = 126; target_mc._y = 220; crosshair_mc._x = 450; crosshair_mc._y = 275; atotal = (maxscore = 0); onMouseMove = function () { Mouse.hide(); }; onEnterFrame = function () { timer = Math.round(time) + " Seconds"; maxscoretext = Math.round(maxscore); scoredisplay = Math.round(score); if (score > 0) { score = score - scoreloserate; } else { score = 0; } if (score <= 600) { scorebar_mc._height = score / 10; } else { score = 600; scorebar_mc._height = score / 10; } oldx = crosshair_mc._x; oldy = crosshair_mc._y; xdif = newx - oldx; ydif = newy - oldy; newx = crosshair_mc._x; newy = crosshair_mc._y; px = ground_mc._x - _xmouse; py = ground_mc._y - _ymouse; pdist = Math.sqrt((px * px) + (py * py)); gxdif = _xmouse - ground_mc._x; gydif = _ymouse - ground_mc._y; angle = Math.atan2(gydif, gxdif); ctrgtxdif = target_mc._x - crosshair_mc._x; ctrgtydif = target_mc._y - crosshair_mc._y; crosshair_mc._rotation = (Math.atan2(ctrgtydif, ctrgtxdif) * deg) + 180; if (pdist < pradius) { crosshair_mc._x = _xmouse; crosshair_mc._y = _ymouse; } else if (pdist > pradius) { crosshair_mc._x = ground_mc._x + (pradius * Math.cos(angle)); crosshair_mc._y = ground_mc._y + (pradius * Math.sin(angle)); } if ((score > 0) && (score < 600)) { time = time + 0.0333333333333333; } if ((score <= 0) || (score >= 600)) { i++; scoreloserate = 0; if (s2_sound.getVolume() > 1) { s2_sound.setVolume(s2_sound.getVolume() - 5); } } if ((score <= 0) && (i > 50)) { endlose(); } if ((score >= 600) && (i > 50)) { endwin(); } }; onMouseUp = function () { if (tute_mc.hitTest(_xmouse, _ymouse, true) == false) { if ((score > 0) && (score < 600)) { var _local1 = attachMovie("bullet", "bullet" + depth, depth++); crosshair_mc.swapDepths(depth + 1); _local1.dydif = ydif; _local1.dxdif = xdif; _local1._x = crosshair_mc._x; _local1._y = crosshair_mc._y; _local1.onEnterFrame = bmove; } } };
Instance of Symbol 54 MovieClip in Frame 14
onClipEvent (keyDown) { if (Key.isDown(32)) { _root.trackNumber = _root.trackNumber + 1; if (_root.trackNumber > _root.maxTrackNum) { _root.trackNumber = 1; } if (_root.trackNumber == 1) { stopAllSounds(); _root.s1_sound.start(); _root.trackname = "Loneroadie: Flicker of Light. (Pess spacebar to switch)"; } if (_root.trackNumber == 2) { stopAllSounds(); _root.s2_sound.start(); _root.trackname = "Paragonx9: Danger Ahead 3. (Pess spacebar to switch)"; } if (_root.trackNumber == 3) { stopAllSounds(); _root.s3_sound.start(); _root.trackname = "Paragonx9: Defcon Zero. (Pess spacebar to switch)"; } } if (Key.isDown(13)) { _root.tute_mc._visible = true; _root.tute_mc.tute = 1; } }
Instance of Symbol 72 MovieClip "tute_mc" in Frame 14
onClipEvent (load) { tute = 1; } onClipEvent (enterFrame) { if (tute == 1) { this.tutorial = "Firstly, leftclick anywhere on the screen, keep your mouse button down!"; _root.bg_btn.onPress = _root.go2; } else if (tute == 2) { this.tutorial = "Now while keeping the mouse button down, drag the cursor accross the screen towards anywhere you like and then while the cursor is still moving suddenly let go of the mouse button!"; _root.bg_btn.onRelease = _root.go3; } else if (tute == 3) { this.tutorial = "Did the ball just fly away in the direction that you dragged your mouse? if not... you need more practice, try aiming at the target on the left of the screen!!! or press 'Enter' to repeat this tutorial."; } }
Instance of Symbol 77 MovieClip "txt_mc" in Frame 14
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (_root.tute_mc._visible == false) { this._visible = true; } else { this._visible = false; } }
Frame 35
gotoAndStop ("mode");
Frame 36
b.onEnterFrame = function () { if (Key.isDown(8)) { var _local2 = 0; while (_local2 <= depth) { _root["bullet" + _local2].removeMovieClip(); _local2++; } line.clear(); removeMovieClip(crosshair_mc); removeMovieClip(bullet_mc); gotoAndStop (11); removeMovieClip(anchor_mc); } };
Frame 38
maxTrackNum = 3; s2_sound.setVolume(100); var s1_sound = new Sound(); s1_sound.attachSound("track1"); var s2_sound = new Sound(); s2_sound.attachSound("track2"); var s3_sound = new Sound(); s3_sound.attachSound("track3"); var hit_sound = new Sound(); hit_sound.attachSound("hittarget"); if (trackNumber == 1) { s1_sound.start(); trackname = "Loneroadie: Flicker of Light. (Pess spacebar to switch)"; } if (trackNumber == 2) { s2_sound.start(); trackname = "Paragonx9: Danger Ahead 3. (Pess spacebar to switch)"; } if (trackNumber == 3) { s3_sound.start(); trackname = "Paragonx9: Defcon Zero. (Pess spacebar to switch)"; } s1_sound.onSoundComplete = function () { stopAllSounds(); s1_sound.start(); }; s2_sound.onSoundComplete = function () { stopAllSounds(); s2_sound.start(); }; s3_sound.onSoundComplete = function () { stopAllSounds(); s3_sound.start(); }; s2_sound.setVolume(50); stop(); sec = 5; b_txt._visible = false; d_txt._visible = false; b_txt._x = 310; onEnterFrame = function () { sec = sec - 0.0333333333333333; if (sec > 3.5) { b_txt._visible = true; b_txt.text = "Get ready!"; } if (sec < 3.5) { seconds = Math.round(sec); b_txt.text = "Starting in: " + seconds; } if (sec <= 0) { gotoAndStop ("lvl1"); b_txt._visible = false; onEnterFrame = null; } };
Frame 39
function endlose() { gotoAndStop ("lose1"); removeMovieClip(crosshair_mc); removeMovieClip(bullet_mc); end = true; } function endwin() { gotoAndStop ("win1"); removeMovieClip(crosshair_mc); removeMovieClip(bullet_mc); end = true; } function bmove() { if ((score > 0) && (score < 600)) { this.dydif = this.dydif - gravity; this.dxdif = this.dxdif * damp; this.dydif = this.dydif * damp; this.oldxv = this._x; this.oldyv = this._y; this.xvdif = this.newxv - this.oldxv; this.yvdif = this.newyv - this.oldyv; this.newxv = this._x; this.newyv = this._y; this.atotal = 100 - (5 * Math.sqrt((this.xvdif * this.xvdif) + (this.yvdif * this.yvdif))); if (this.atotal > 0) { this.hitscore = (this.atotal * 2) * bonuspower; } else { this.hitscore = 0; } hitscore = this.hitscore; this._x = this._x - this.dxdif; this._y = this._y - this.dydif; var _local3 = target_mc._x - this._x; var _local2 = target_mc._y - this._y; var _local4 = Math.sqrt((_local3 * _local3) + (_local2 * _local2)); if ((this._x > xmax) || (this._y > ymax)) { this.hitscore = 0; if (this.hitscore > maxscore) { maxscore = this.hitscore; } this.removeMovieClip(); } if (_local4 < tradius) { score = score + Math.round(this.hitscore); target_mc.play(); hit_sound.start(); if (bonuspower == 1) { if (this.hitscore > maxscore) { maxscore = this.hitscore; } } else if (this.hitscore > (maxscore * 1.5)) { maxscore = this.hitscore / 1.5; } if (bonuspower == 1) { if (this.hitscore >= 110) { bonus_mc.gotoAndPlay(1); bonuspower = 1.5; } else { bonuspower = 1; } } else if (this.hitscore >= 165) { bonus_mc.gotoAndPlay(1); bonuspower = 1.5; } else { bonuspower = 1; } this.removeMovieClip(); } if (this._x < xmin) { this._x = xmin; this.dxdif = this.dxdif * bounce; } if (end == true) { this.removeMovieClip(); } } else { this._alpha = this._alpha - 5; this.dydif = this.dydif - gravity; this.dxdif = this.dxdif * damp; this.dydif = this.dydif * damp; this.oldxv = this._x; this.oldyv = this._y; this.xvdif = this.newxv - this.oldxv; this.yvdif = this.newyv - this.oldyv; this.newxv = this._x; this.newyv = this._y; this._x = this._x - this.dxdif; this._y = this._y - this.dydif; if (this._alpha < 0) { this.removeMovieClip(); } } } stop(); Mouse.hide(); bonus_mc._visible = true; bonus_mc.gotoAndStop(1); bonuspower = 1; end = false; time = 0; i = 0; score = 300; scoreloserate = level; scorebar_mc._height = score / 10; bounce = -0.5; depth = 1; deleted = 0; deg = 57.2957795130823; damp = 0.98; gravity = 0.6; tradius = 57.5; pradius = 510; xmax = 810; xmin = 27.5; ymax = 550; ground_mc._x = 880; ground_mc._y = 275; target_mc._x = 126; target_mc._y = 220; crosshair_mc._x = 450; crosshair_mc._y = 275; atotal = (maxscore = 0); onMouseMove = function () { Mouse.hide(); }; onEnterFrame = function () { if (bonuspower == 1.5) { bonus_mc._visible = true; } else { bonus_mc._visible = false; } timer = Math.round(time) + " Seconds"; maxscoretext = Math.round(maxscore); scoredisplay = Math.round(score); if (score > 0) { score = score - scoreloserate; } else { score = 0; } if (score <= 600) { scorebar_mc._height = score / 10; } else { score = 600; scorebar_mc._height = score / 10; } oldx = crosshair_mc._x; oldy = crosshair_mc._y; xdif = newx - oldx; ydif = newy - oldy; newx = crosshair_mc._x; newy = crosshair_mc._y; px = ground_mc._x - _xmouse; py = ground_mc._y - _ymouse; pdist = Math.sqrt((px * px) + (py * py)); gxdif = _xmouse - ground_mc._x; gydif = _ymouse - ground_mc._y; angle = Math.atan2(gydif, gxdif); ctrgtxdif = target_mc._x - crosshair_mc._x; ctrgtydif = target_mc._y - crosshair_mc._y; crosshair_mc._rotation = (Math.atan2(ctrgtydif, ctrgtxdif) * deg) + 180; if (pdist < pradius) { crosshair_mc._x = _xmouse; crosshair_mc._y = _ymouse; } else if (pdist > pradius) { crosshair_mc._x = ground_mc._x + (pradius * Math.cos(angle)); crosshair_mc._y = ground_mc._y + (pradius * Math.sin(angle)); } if ((score > 0) && (score < 600)) { time = time + 0.0333333333333333; } if ((score <= 0) || (score >= 600)) { i++; scoreloserate = 0; if (s2_sound.getVolume() > 30) { s2_sound.setVolume(s2_sound.getVolume() - 5); } } else if (s2_sound.getVolume() < 100) { s2_sound.setVolume(s2_sound.getVolume() + 5); } if ((score <= 0) && (i > 50)) { endlose(); } if ((score >= 600) && (i > 50)) { endwin(); } }; onMouseUp = function () { if ((score > 0) && (score < 600)) { var _local1 = attachMovie("bullet", "bullet" + depth, depth++); crosshair_mc.swapDepths(depth + 1); _local1.dydif = ydif; _local1.dxdif = xdif; _local1._x = crosshair_mc._x; _local1._y = crosshair_mc._y; _local1.onEnterFrame = bmove; } };
Instance of Symbol 54 MovieClip in Frame 39
onClipEvent (keyDown) { if (Key.isDown(32)) { _root.trackNumber = _root.trackNumber + 1; if (_root.trackNumber > _root.maxTrackNum) { _root.trackNumber = 1; } if (_root.trackNumber == 1) { stopAllSounds(); _root.s1_sound.start(); _root.trackname = "Loneroadie: Flicker of Light. (Pess spacebar to switch)"; } if (_root.trackNumber == 2) { stopAllSounds(); _root.s2_sound.start(); _root.trackname = "Paragonx9: Danger Ahead 3. (Pess spacebar to switch)"; } if (_root.trackNumber == 3) { stopAllSounds(); _root.s3_sound.start(); _root.trackname = "Paragonx9: Defcon Zero. (Pess spacebar to switch)"; } } }
Frame 40
Mouse.show(); onMouseMove = function () { Mouse.show(); }; onMouseMove = null; onEnterFrame = null; onMouseUp = null;
Frame 41
Mouse.show(); onMouseMove = function () { Mouse.show(); }; onMouseMove = null; onEnterFrame = null; onMouseUp = null;
Frame 42
stop(); sec = 5; b_txt._visible = false; d_txt._visible = false; b_txt._x = 310; onEnterFrame = function () { sec = sec - 0.0333333333333333; if (sec > 3.5) { b_txt._visible = true; b_txt.text = "Get ready!"; } if (sec < 3.5) { seconds = Math.round(sec); b_txt.text = "Starting in: " + seconds; } if (sec <= 0) { gotoAndStop ("lvl2"); b_txt._visible = false; onEnterFrame = null; } };
Frame 43
function endlose() { gotoAndStop ("lose2"); removeMovieClip(crosshair_mc); removeMovieClip(bullet_mc); end = true; } function endwin() { gotoAndStop ("win2"); removeMovieClip(crosshair_mc); removeMovieClip(bullet_mc); end = true; } function bmove() { if ((score > 0) && (score < 600)) { this.dydif = this.dydif - gravity; this.dxdif = this.dxdif * damp; this.dydif = this.dydif * damp; this.oldxv = this._x; this.oldyv = this._y; this.xvdif = this.newxv - this.oldxv; this.yvdif = this.newyv - this.oldyv; this.newxv = this._x; this.newyv = this._y; this.atotal = 100 - (5 * Math.sqrt((this.xvdif * this.xvdif) + (this.yvdif * this.yvdif))); if (this.atotal > 0) { this.hitscore = (this.atotal * 2) * bonuspower; } else { this.hitscore = 0; } hitscore = this.hitscore; this._x = this._x - this.dxdif; this._y = this._y - this.dydif; var _local3 = target_mc._x - this._x; var _local2 = target_mc._y - this._y; var _local4 = Math.sqrt((_local3 * _local3) + (_local2 * _local2)); if ((this._x > xmax) || (this._y > ymax)) { this.hitscore = 0; if (this.hitscore > maxscore) { maxscore = this.hitscore; } this.removeMovieClip(); } if (_local4 < tradius) { score = score + Math.round(this.hitscore); target_mc.play(); hit_sound.start(); if (bonuspower == 1) { if (this.hitscore > maxscore) { maxscore = this.hitscore; } } else if (this.hitscore > (maxscore * 1.5)) { maxscore = this.hitscore / 1.5; } if (bonuspower == 1) { if (this.hitscore >= 110) { bonus_mc.gotoAndPlay(1); bonuspower = 1.5; } else { bonuspower = 1; } } else if (this.hitscore >= 165) { bonus_mc.gotoAndPlay(1); bonuspower = 1.5; } else { bonuspower = 1; } this.removeMovieClip(); } if (this._x < xmin) { this._x = xmin; this.dxdif = this.dxdif * bounce; } if (end == true) { this.removeMovieClip(); } if ((((this._y >= top) && (this._x >= (left + 5))) && (this._x <= (right - 5))) && (this._y < (top + 15))) { this._y = top; this.dydif = this.dydif * bounce; } else if ((((this._x <= right) && (this._y > (top + 15))) && (this._x > left)) && (this._x > (right - 49))) { this._x = right; this.dxdif = this.dxdif * bounce; } else if ((((this._x >= left) && (this._y > (top + 15))) && (this._x < right)) && (this._x < (left + 49))) { this._x = left; this.dxdif = this.dxdif * bounce; } } else { this._alpha = this._alpha - 5; this.dydif = this.dydif - gravity; this.dxdif = this.dxdif * damp; this.dydif = this.dydif * damp; this.oldxv = this._x; this.oldyv = this._y; this.xvdif = this.newxv - this.oldxv; this.yvdif = this.newyv - this.oldyv; this.newxv = this._x; this.newyv = this._y; this._x = this._x - this.dxdif; this._y = this._y - this.dydif; if (this._alpha < 0) { this.removeMovieClip(); } } } stop(); Mouse.hide(); right = (wall_mc._x + (wall_mc._width / 2)) + 7.5; left = (wall_mc._x - (wall_mc._width / 2)) - 7.5; top = (wall_mc._y - (wall_mc._height / 2)) - 7.5; bonus_mc._visible = true; bonus_mc.gotoAndStop(1); bonuspower = 1; end = false; time = 0; i = 0; score = 300; scoreloserate = level; scorebar_mc._height = score / 10; bounce = -0.5; depth = 1; deleted = 0; deg = 57.2957795130823; damp = 0.98; gravity = 0.6; tradius = 57.5; pradius = 510; xmax = 810; xmin = 27.5; ymax = 550; ground_mc._x = 1000; ground_mc._y = 275; crosshair_mc._x = 450; crosshair_mc._y = 275; atotal = (maxscore = 0); onMouseMove = function () { Mouse.hide(); }; onEnterFrame = function () { if (bonuspower == 1.5) { bonus_mc._visible = true; } else { bonus_mc._visible = false; } timer = Math.round(time) + " Seconds"; maxscoretext = Math.round(maxscore); scoredisplay = Math.round(score); if (score > 0) { score = score - scoreloserate; } else { score = 0; } if (score <= 600) { scorebar_mc._height = score / 10; } else { score = 600; scorebar_mc._height = score / 10; } oldx = crosshair_mc._x; oldy = crosshair_mc._y; xdif = newx - oldx; ydif = newy - oldy; newx = crosshair_mc._x; newy = crosshair_mc._y; px = ground_mc._x - _xmouse; py = ground_mc._y - _ymouse; pdist = Math.sqrt((px * px) + (py * py)); gxdif = _xmouse - ground_mc._x; gydif = _ymouse - ground_mc._y; angle = Math.atan2(gydif, gxdif); ctrgtxdif = target_mc._x - crosshair_mc._x; ctrgtydif = target_mc._y - crosshair_mc._y; crosshair_mc._rotation = (Math.atan2(ctrgtydif, ctrgtxdif) * deg) + 180; if (pdist < pradius) { crosshair_mc._x = _xmouse; crosshair_mc._y = _ymouse; } else if (pdist > pradius) { crosshair_mc._x = ground_mc._x + (pradius * Math.cos(angle)); crosshair_mc._y = ground_mc._y + (pradius * Math.sin(angle)); } if ((score > 0) && (score < 600)) { time = time + 0.0333333333333333; } if ((score <= 0) || (score >= 600)) { i++; scoreloserate = 0; if (s2_sound.getVolume() > 30) { s2_sound.setVolume(s2_sound.getVolume() - 5); } } else if (s2_sound.getVolume() < 100) { s2_sound.setVolume(s2_sound.getVolume() + 5); } if ((score <= 0) && (i > 50)) { endlose(); } if ((score >= 600) && (i > 50)) { endwin(); } }; onMouseUp = function () { if ((score > 0) && (score < 600)) { var _local1 = attachMovie("bullet", "bullet" + depth, depth++); crosshair_mc.swapDepths(depth + 1); _local1.dydif = ydif; _local1.dxdif = xdif; _local1._x = crosshair_mc._x; _local1._y = crosshair_mc._y; _local1.onEnterFrame = bmove; } };
Instance of Symbol 54 MovieClip in Frame 43
onClipEvent (keyDown) { if (Key.isDown(32)) { _root.trackNumber = _root.trackNumber + 1; if (_root.trackNumber > _root.maxTrackNum) { _root.trackNumber = 1; } if (_root.trackNumber == 1) { stopAllSounds(); _root.s1_sound.start(); _root.trackname = "Loneroadie: Flicker of Light. (Pess spacebar to switch)"; } if (_root.trackNumber == 2) { stopAllSounds(); _root.s2_sound.start(); _root.trackname = "Paragonx9: Danger Ahead 3. (Pess spacebar to switch)"; } if (_root.trackNumber == 3) { stopAllSounds(); _root.s3_sound.start(); _root.trackname = "Paragonx9: Defcon Zero. (Pess spacebar to switch)"; } } }
Frame 44
Mouse.show(); onMouseMove = function () { Mouse.show(); }; onMouseMove = null; onEnterFrame = null; onMouseUp = null;
Frame 45
Mouse.show(); onMouseMove = function () { Mouse.show(); }; onMouseMove = null; onEnterFrame = null; onMouseUp = null;
Frame 46
stop(); sec = 5; b_txt._visible = false; d_txt._visible = false; b_txt._x = 310; onEnterFrame = function () { sec = sec - 0.0333333333333333; if (sec > 3.5) { b_txt._visible = true; b_txt.text = "Get ready!"; } if (sec < 3.5) { seconds = Math.round(sec); b_txt.text = "Starting in: " + seconds; } if (sec <= 0) { gotoAndStop ("lvl3"); b_txt._visible = false; onEnterFrame = null; } };
Frame 47
function endlose() { gotoAndStop ("lose3"); removeMovieClip(crosshair_mc); removeMovieClip(bullet_mc); end = true; } function endwin() { gotoAndStop ("win3"); removeMovieClip(crosshair_mc); removeMovieClip(bullet_mc); end = true; } function bmove() { if ((score > 0) && (score < 600)) { this.dydif = this.dydif - gravity; this.dxdif = this.dxdif * damp; this.dydif = this.dydif * damp; this.oldxv = this._x; this.oldyv = this._y; this.xvdif = this.newxv - this.oldxv; this.yvdif = this.newyv - this.oldyv; this.newxv = this._x; this.newyv = this._y; this.atotal = 100 - (5 * Math.sqrt((this.xvdif * this.xvdif) + (this.yvdif * this.yvdif))); if (this.atotal > 0) { this.hitscore = (this.atotal * 2) * bonuspower; } else { this.hitscore = 0; } hitscore = this.hitscore; this._x = this._x - this.dxdif; this._y = this._y - this.dydif; var _local3 = target_mc._x - this._x; var _local2 = target_mc._y - this._y; var _local4 = Math.sqrt((_local3 * _local3) + (_local2 * _local2)); if ((this._x > xmax) || (this._y > ymax)) { this.hitscore = 0; if (this.hitscore > maxscore) { maxscore = this.hitscore; } this.removeMovieClip(); } if (_local4 < tradius) { score = score + Math.round(this.hitscore); target_mc.play(); hit_sound.start(); if (bonuspower == 1) { if (this.hitscore > maxscore) { maxscore = this.hitscore; } } else if (this.hitscore > (maxscore * 1.5)) { maxscore = this.hitscore / 1.5; } if (bonuspower == 1) { if (this.hitscore >= 110) { bonus_mc.gotoAndPlay(1); bonuspower = 1.5; } else { bonuspower = 1; } } else if (this.hitscore >= 165) { bonus_mc.gotoAndPlay(1); bonuspower = 1.5; } else { bonuspower = 1; } this.removeMovieClip(); } if (this._x < xmin) { this._x = xmin; this.dxdif = this.dxdif * bounce; } if (end == true) { this.removeMovieClip(); } if ((((this._y <= bottom) && (this._x >= (left + 5))) && (this._x <= (right - 5))) && (this._y > (bottom - 15))) { this._y = bottom + 1; this.dydif = this.dydif * bounce; } else if ((((this._x <= right) && (this._y < (bottom - 15))) && (this._x > left)) && (this._x > (right - 49))) { this._x = right; this.dxdif = this.dxdif * bounce; } else if ((((this._x >= left) && (this._y < (bottom - 15))) && (this._x < right)) && (this._x < (left + 49))) { this._x = left; this.dxdif = this.dxdif * bounce; } if ((((this._y >= top) && (this._x >= (left2 + 5))) && (this._x <= (right2 - 5))) && (this._y < (top + 25))) { this._y = top; this.dydif = this.dydif * -1; } else if ((((this._x <= right2) && (this._y > (top + 15))) && (this._x > left2)) && (this._x > (right2 - 49))) { this._x = right2; this.dxdif = this.dxdif * bounce; } else if ((((this._x >= left2) && (this._y > (top + 15))) && (this._x < right2)) && (this._x < (left2 + 49))) { this._x = left2; this.dxdif = this.dxdif * bounce; } } else { this._alpha = this._alpha - 5; this.dydif = this.dydif - gravity; this.dxdif = this.dxdif * damp; this.dydif = this.dydif * damp; this.oldxv = this._x; this.oldyv = this._y; this.xvdif = this.newxv - this.oldxv; this.yvdif = this.newyv - this.oldyv; this.newxv = this._x; this.newyv = this._y; this._x = this._x - this.dxdif; this._y = this._y - this.dydif; if (this._alpha < 0) { this.removeMovieClip(); } } } stop(); Mouse.hide(); right = (wall_mc._x + (wall_mc._width / 2)) + 7.5; left = (wall_mc._x - (wall_mc._width / 2)) - 7.5; bottom = (wall_mc._y + (wall_mc._height / 2)) + 7.5; top = (wall2_mc._y - (wall2_mc._height / 2)) - 7.5; right2 = (wall2_mc._x + (wall2_mc._width / 2)) + 7.5; left2 = (wall2_mc._x - (wall2_mc._width / 2)) - 7.5; bonus_mc._visible = true; bonus_mc.gotoAndStop(1); bonuspower = 1; end = false; time = 0; i = 0; score = 300; scoreloserate = level; scorebar_mc._height = score / 10; bounce = -0.5; depth = 1; deleted = 0; deg = 57.2957795130823; damp = 0.98; gravity = 0.6; tradius = 57.5; pradius = 510; xmax = 810; xmin = 27.5; ymax = 550; crosshair_mc._x = 450; crosshair_mc._y = 275; atotal = (maxscore = 0); onMouseMove = function () { Mouse.hide(); }; onEnterFrame = function () { if (bonuspower == 1.5) { bonus_mc._visible = true; } else { bonus_mc._visible = false; } timer = Math.round(time) + " Seconds"; maxscoretext = Math.round(maxscore); scoredisplay = Math.round(score); if (score > 0) { score = score - scoreloserate; } else { score = 0; } if (score <= 600) { scorebar_mc._height = score / 10; } else { score = 600; scorebar_mc._height = score / 10; } oldx = crosshair_mc._x; oldy = crosshair_mc._y; xdif = newx - oldx; ydif = newy - oldy; newx = crosshair_mc._x; newy = crosshair_mc._y; px = ground_mc._x - _xmouse; py = ground_mc._y - _ymouse; pdist = Math.sqrt((px * px) + (py * py)); gxdif = _xmouse - ground_mc._x; gydif = _ymouse - ground_mc._y; angle = Math.atan2(gydif, gxdif); ctrgtxdif = target_mc._x - crosshair_mc._x; ctrgtydif = target_mc._y - crosshair_mc._y; crosshair_mc._rotation = (Math.atan2(ctrgtydif, ctrgtxdif) * deg) + 180; if (pdist < pradius) { crosshair_mc._x = _xmouse; crosshair_mc._y = _ymouse; } else if (pdist > pradius) { crosshair_mc._x = ground_mc._x + (pradius * Math.cos(angle)); crosshair_mc._y = ground_mc._y + (pradius * Math.sin(angle)); } if ((score > 0) && (score < 600)) { time = time + 0.0333333333333333; } if ((score <= 0) || (score >= 600)) { i++; scoreloserate = 0; if (s2_sound.getVolume() > 30) { s2_sound.setVolume(s2_sound.getVolume() - 5); } } else if (s2_sound.getVolume() < 100) { s2_sound.setVolume(s2_sound.getVolume() + 5); } if ((score <= 0) && (i > 50)) { endlose(); } if ((score >= 600) && (i > 50)) { endwin(); } }; onMouseUp = function () { if ((score > 0) && (score < 600)) { var _local1 = attachMovie("bullet", "bullet" + depth, depth++); crosshair_mc.swapDepths(depth + 1); _local1.dydif = ydif; _local1.dxdif = xdif; _local1._x = crosshair_mc._x; _local1._y = crosshair_mc._y; _local1.onEnterFrame = bmove; } };
Instance of Symbol 54 MovieClip in Frame 47
onClipEvent (keyDown) { if (Key.isDown(32)) { _root.trackNumber = _root.trackNumber + 1; if (_root.trackNumber > _root.maxTrackNum) { _root.trackNumber = 1; } if (_root.trackNumber == 1) { stopAllSounds(); _root.s1_sound.start(); _root.trackname = "Loneroadie: Flicker of Light. (Pess spacebar to switch)"; } if (_root.trackNumber == 2) { stopAllSounds(); _root.s2_sound.start(); _root.trackname = "Paragonx9: Danger Ahead 3. (Pess spacebar to switch)"; } if (_root.trackNumber == 3) { stopAllSounds(); _root.s3_sound.start(); _root.trackname = "Paragonx9: Defcon Zero. (Pess spacebar to switch)"; } } }
Frame 48
Mouse.show(); onMouseMove = function () { Mouse.show(); }; onMouseMove = null; onEnterFrame = null; onMouseUp = null;
Frame 49
Mouse.show(); onMouseMove = function () { Mouse.show(); }; onMouseMove = null; onEnterFrame = null; onMouseUp = null;
Frame 50
stop(); sec = 5; b_txt._visible = false; d_txt._visible = false; b_txt._x = 310; onEnterFrame = function () { sec = sec - 0.0333333333333333; if (sec > 3.5) { b_txt._visible = true; b_txt.text = "Get ready!"; } if (sec < 3.5) { seconds = Math.round(sec); b_txt.text = "Starting in: " + seconds; } if (sec <= 0) { gotoAndStop ("lvl4"); b_txt._visible = false; onEnterFrame = null; } };
Frame 51
function endlose() { gotoAndStop ("lose4"); removeMovieClip(crosshair_mc); removeMovieClip(bullet_mc); end = true; } function endwin() { gotoAndStop ("win4"); removeMovieClip(crosshair_mc); removeMovieClip(bullet_mc); end = true; } function bmove() { if ((score > 0) && (score < 600)) { this.dydif = this.dydif - gravity; this.dxdif = this.dxdif * damp; this.dydif = this.dydif * damp; this.oldxv = this._x; this.oldyv = this._y; this.xvdif = this.newxv - this.oldxv; this.yvdif = this.newyv - this.oldyv; this.newxv = this._x; this.newyv = this._y; this.atotal = 100 - (5 * Math.sqrt((this.xvdif * this.xvdif) + (this.yvdif * this.yvdif))); if (this.atotal > 0) { this.hitscore = (this.atotal * 2) * bonuspower; } else { this.hitscore = 0; } hitscore = this.hitscore; this._x = this._x - this.dxdif; this._y = this._y - this.dydif; var _local3 = target_mc._x - this._x; var _local2 = target_mc._y - this._y; var _local4 = Math.sqrt((_local3 * _local3) + (_local2 * _local2)); if ((this._x > xmax) || (this._y > ymax)) { this.hitscore = 0; if (this.hitscore > maxscore) { maxscore = this.hitscore; } this.removeMovieClip(); } if (_local4 < tradius) { score = score + Math.round(this.hitscore); target_mc.play(); hit_sound.start(); if (bonuspower == 1) { if (this.hitscore > maxscore) { maxscore = this.hitscore; } } else if (this.hitscore > (maxscore * 1.5)) { maxscore = this.hitscore / 1.5; } if (bonuspower == 1) { if (this.hitscore >= 110) { bonus_mc.gotoAndPlay(1); bonuspower = 1.5; } else { bonuspower = 1; } } else if (this.hitscore >= 165) { bonus_mc.gotoAndPlay(1); bonuspower = 1.5; } else { bonuspower = 1; } this.removeMovieClip(); } if (this._x < xmin) { this._x = xmin; this.dxdif = this.dxdif * bounce; } if (end == true) { this.removeMovieClip(); } if ((((this._y <= bottom) && (this._x >= (left + 5))) && (this._x <= (right - 5))) && (this._y > (bottom - 15))) { this._y = bottom + 1; this.dydif = this.dydif * bounce; } else if ((((this._x <= right) && (this._y < (bottom - 15))) && (this._x > left)) && (this._x > (right - 49))) { this._x = right; this.dxdif = this.dxdif * bounce; } else if ((((this._x >= left) && (this._y < (bottom - 15))) && (this._x < right)) && (this._x < (left + 49))) { this._x = left; this.dxdif = this.dxdif * bounce; } if ((((this._y >= top) && (this._x >= (left2 + 5))) && (this._x <= (right2 - 5))) && (this._y < (top + 25))) { this._y = top; this.dydif = this.dydif * -1; } else if ((((this._x <= right2) && (this._y > (top + 15))) && (this._x > left2)) && (this._x > (right2 - 49))) { this._x = right2; this.dxdif = this.dxdif * bounce; } else if ((((this._x >= left2) && (this._y > (top + 15))) && (this._x < right2)) && (this._x < (left2 + 49))) { this._x = left2; this.dxdif = this.dxdif * bounce; } if (this._y <= (this._x - 500)) { this.x = this._x; this._x = this.x; this._y = this.x - 500; this.dxdifr = this.dxdif; this.dydifr = this.dydif; this.dxdif = this.dydifr * 0.98; this.dydif = this.dxdifr * 0.98; } } else { this._alpha = this._alpha - 5; this.dydif = this.dydif - gravity; this.dxdif = this.dxdif * damp; this.dydif = this.dydif * damp; this.oldxv = this._x; this.oldyv = this._y; this.xvdif = this.newxv - this.oldxv; this.yvdif = this.newyv - this.oldyv; this.newxv = this._x; this.newyv = this._y; this._x = this._x - this.dxdif; this._y = this._y - this.dydif; if (this._alpha < 0) { this.removeMovieClip(); } } } stop(); Mouse.hide(); ramp_mc.top = (ramp_mc._y - (ramp_mc._height / 2)) - 7.5; ramp_mc.bottom = (ramp_mc._y + (ramp_mc._height / 2)) + 7.5; ramp_mc.right = (ramp_mc._x + (ramp_mc._width / 2)) + 7.5; ramp_mc.left = (ramp_mc._x - (ramp_mc._width / 2)) - 7.5; right = (wall_mc._x + (wall_mc._width / 2)) + 7.5; left = (wall_mc._x - (wall_mc._width / 2)) - 7.5; bottom = (wall_mc._y + (wall_mc._height / 2)) + 7.5; top = (wall2_mc._y - (wall2_mc._height / 2)) - 7.5; right2 = (wall2_mc._x + (wall2_mc._width / 2)) + 7.5; left2 = (wall2_mc._x - (wall2_mc._width / 2)) - 7.5; bonus_mc._visible = true; bonus_mc.gotoAndStop(1); bonuspower = 1; end = false; time = 0; i = 0; score = 300; scoreloserate = level; scorebar_mc._height = score / 10; bounce = -0.5; depth = 1; deleted = 0; deg = 57.2957795130823; damp = 0.98; gravity = 0.6; tradius = 57.5; pradius = 289; xmax = 810; xmin = 27.5; ymax = 550; crosshair_mc._x = 450; crosshair_mc._y = 275; atotal = (maxscore = 0); onMouseMove = function () { Mouse.hide(); }; onEnterFrame = function () { if (bonuspower == 1.5) { bonus_mc._visible = true; } else { bonus_mc._visible = false; } timer = Math.round(time) + " Seconds"; maxscoretext = Math.round(maxscore); scoredisplay = Math.round(score); if (score > 0) { score = score - scoreloserate; } else { score = 0; } if (score <= 600) { scorebar_mc._height = score / 10; } else { score = 600; scorebar_mc._height = score / 10; } oldx = crosshair_mc._x; oldy = crosshair_mc._y; xdif = newx - oldx; ydif = newy - oldy; newx = crosshair_mc._x; newy = crosshair_mc._y; px = ground_mc._x - _xmouse; py = ground_mc._y - _ymouse; pdist = Math.sqrt((px * px) + (py * py)); gxdif = _xmouse - ground_mc._x; gydif = _ymouse - ground_mc._y; angle = Math.atan2(gydif, gxdif); ctrgtxdif = target_mc._x - crosshair_mc._x; ctrgtydif = target_mc._y - crosshair_mc._y; crosshair_mc._rotation = (Math.atan2(ctrgtydif, ctrgtxdif) * deg) + 180; if (pdist < pradius) { crosshair_mc._x = _xmouse; crosshair_mc._y = _ymouse; } else if (pdist > pradius) { crosshair_mc._x = ground_mc._x + (pradius * Math.cos(angle)); crosshair_mc._y = ground_mc._y + (pradius * Math.sin(angle)); } if ((score > 0) && (score < 600)) { time = time + 0.0333333333333333; } if ((score <= 0) || (score >= 600)) { i++; scoreloserate = 0; if (s2_sound.getVolume() > 30) { s2_sound.setVolume(s2_sound.getVolume() - 5); } } else if (s2_sound.getVolume() < 100) { s2_sound.setVolume(s2_sound.getVolume() + 5); } if ((score <= 0) && (i > 50)) { endlose(); } if ((score >= 600) && (i > 50)) { endwin(); } }; onMouseUp = function () { if ((score > 0) && (score < 600)) { var _local1 = attachMovie("bullet", "bullet" + depth, depth++); crosshair_mc.swapDepths(depth + 1); _local1.dydif = ydif; _local1.dxdif = xdif; _local1._x = crosshair_mc._x; _local1._y = crosshair_mc._y; _local1.onEnterFrame = bmove; } };
Instance of Symbol 54 MovieClip in Frame 51
onClipEvent (keyDown) { if (Key.isDown(32)) { _root.trackNumber = _root.trackNumber + 1; if (_root.trackNumber > _root.maxTrackNum) { _root.trackNumber = 1; } if (_root.trackNumber == 1) { stopAllSounds(); _root.s1_sound.start(); _root.trackname = "Loneroadie: Flicker of Light. (Pess spacebar to switch)"; } if (_root.trackNumber == 2) { stopAllSounds(); _root.s2_sound.start(); _root.trackname = "Paragonx9: Danger Ahead 3. (Pess spacebar to switch)"; } if (_root.trackNumber == 3) { stopAllSounds(); _root.s3_sound.start(); _root.trackname = "Paragonx9: Defcon Zero. (Pess spacebar to switch)"; } } }
Frame 52
Mouse.show(); onMouseMove = function () { Mouse.show(); }; onMouseMove = null; onEnterFrame = null; onMouseUp = null;
Frame 53
Mouse.show(); onMouseMove = function () { Mouse.show(); }; onMouseMove = null; onEnterFrame = null; onMouseUp = null;
Frame 54
stop(); sec = 5; b_txt._visible = false; d_txt._visible = false; b_txt._x = 310; onEnterFrame = function () { sec = sec - 0.0333333333333333; if (sec > 3.5) { b_txt._visible = true; b_txt.text = "Get ready!"; } if (sec < 3.5) { seconds = Math.round(sec); b_txt.text = "Starting in: " + seconds; } if (sec <= 0) { gotoAndStop ("lvl5"); b_txt._visible = false; onEnterFrame = null; } };
Frame 55
function endlose() { gotoAndStop ("lose5"); removeMovieClip(crosshair_mc); removeMovieClip(bullet_mc); end = true; } function endwin() { gotoAndStop ("win5"); removeMovieClip(crosshair_mc); removeMovieClip(bullet_mc); end = true; } function bmove() { if ((score > 0) && (score < 600)) { this.dydif = this.dydif - gravity; this.dxdif = this.dxdif * damp; this.dydif = this.dydif * damp; this.oldxv = this._x; this.oldyv = this._y; this.xvdif = this.newxv - this.oldxv; this.yvdif = this.newyv - this.oldyv; this.newxv = this._x; this.newyv = this._y; this.atotal = 100 - (5 * Math.sqrt((this.xvdif * this.xvdif) + (this.yvdif * this.yvdif))); if (this.atotal > 0) { this.hitscore = (this.atotal * 2) * bonuspower; } else { this.hitscore = 0; } hitscore = this.hitscore; this._x = this._x - this.dxdif; this._y = this._y - this.dydif; var _local3 = target_mc._x - this._x; var _local2 = target_mc._y - this._y; var _local4 = Math.sqrt((_local3 * _local3) + (_local2 * _local2)); if ((this._x > xmax) || (this._y > ymax)) { this.hitscore = 0; if (this.hitscore > maxscore) { maxscore = this.hitscore; } this.removeMovieClip(); } if (_local4 < tradius) { score = score + Math.round(this.hitscore); target_mc.play(); hit_sound.start(); if (bonuspower == 1) { if (this.hitscore > maxscore) { maxscore = this.hitscore; } } else if (this.hitscore > (maxscore * 1.5)) { maxscore = this.hitscore / 1.5; } if (bonuspower == 1) { if (this.hitscore >= 110) { bonus_mc.gotoAndPlay(1); bonuspower = 1.5; } else { bonuspower = 1; } } else if (this.hitscore >= 165) { bonus_mc.gotoAndPlay(1); bonuspower = 1.5; } else { bonuspower = 1; } this.removeMovieClip(); } if (this._x < xmin) { this._x = xmin; this.dxdif = this.dxdif * bounce; } if (end == true) { this.removeMovieClip(); } if ((((this._y <= bottom) && (this._x >= (left + 5))) && (this._x <= (right - 5))) && (this._y > (bottom - 15))) { this._y = bottom + 1; this.dydif = this.dydif * bounce; } else if ((((this._x <= right) && (this._y < (bottom - 15))) && (this._x > left)) && (this._x > (right - 49))) { this._x = right; this.dxdif = this.dxdif * bounce; } else if ((((this._x >= left) && (this._y < (bottom - 15))) && (this._x < right)) && (this._x < (left + 49))) { this._x = left; this.dxdif = this.dxdif * bounce; } if ((((this._y >= top) && (this._x >= (left2 + 5))) && (this._x <= (right2 - 5))) && (this._y < (top + 25))) { this._y = top; this.dydif = this.dydif * -1; } else if ((((this._x <= right2) && (this._y > (top + 15))) && (this._x > left2)) && (this._x > (right2 - 49))) { this._x = right2; this.dxdif = this.dxdif * bounce; } else if ((((this._x >= left2) && (this._y > (top + 15))) && (this._x < right2)) && (this._x < (left2 + 49))) { this._x = left2; this.dxdif = this.dxdif * bounce; } this.avspeed = Math.sqrt((this.dxdif * this.dxdif) + (this.dydif * this.dydif)); this.distx = circle_mc._x - this._x; this.disty = circle_mc._y - this._y; this.dist = Math.sqrt((this.distx * this.distx) + (this.disty * this.disty)); if (this.dist <= ((circle_mc._width / 2) + (this._width / 2))) { this.atancalc = Math.atan2(this.disty, this.distx); this.oangle = (Math.PI*2) - this.atancalc; this.oangle2 = this.atancalc - (Math.PI*2); this.angle = (Math.PI/2) - oangle; this._x = circle_mc._x - ((circle_mc._width / 2) * Math.cos(this.atancalc - (Math.PI*2))); this._y = circle_mc._y - ((circle_mc._width / 2) * Math.sin(this.atancalc - (Math.PI*2))); } } else { this._alpha = this._alpha - 5; this.dydif = this.dydif - gravity; this.dxdif = this.dxdif * damp; this.dydif = this.dydif * damp; this.oldxv = this._x; this.oldyv = this._y; this.xvdif = this.newxv - this.oldxv; this.yvdif = this.newyv - this.oldyv; this.newxv = this._x; this.newyv = this._y; this._x = this._x - this.dxdif; this._y = this._y - this.dydif; if (this._alpha < 0) { this.removeMovieClip(); } } } stop(); Mouse.hide(); ramp_mc.top = (ramp_mc._y - (ramp_mc._height / 2)) - 7.5; ramp_mc.bottom = (ramp_mc._y + (ramp_mc._height / 2)) + 7.5; ramp_mc.right = (ramp_mc._x + (ramp_mc._width / 2)) + 7.5; ramp_mc.left = (ramp_mc._x - (ramp_mc._width / 2)) - 7.5; right = (wall_mc._x + (wall_mc._width / 2)) + 7.5; left = (wall_mc._x - (wall_mc._width / 2)) - 7.5; bottom = (wall_mc._y + (wall_mc._height / 2)) + 7.5; top = (wall2_mc._y - (wall2_mc._height / 2)) - 7.5; right2 = (wall2_mc._x + (wall2_mc._width / 2)) + 7.5; left2 = (wall2_mc._x - (wall2_mc._width / 2)) - 7.5; bonus_mc._visible = true; bonus_mc.gotoAndStop(1); bonuspower = 1; end = false; time = 0; i = 0; score = 300; scoreloserate = level; scorebar_mc._height = score / 10; bounce = -0.5; depth = 1; deleted = 0; deg = 57.2957795130823; damp = 0.98; gravity = 0.6; tradius = 57.5; pradius = 289; xmax = 810; xmin = 27.5; ymax = 550; crosshair_mc._x = 450; crosshair_mc._y = 275; atotal = (maxscore = 0); onMouseMove = function () { Mouse.hide(); }; onEnterFrame = function () { if (bonuspower == 1.5) { bonus_mc._visible = true; } else { bonus_mc._visible = false; } timer = Math.round(time) + " Seconds"; maxscoretext = Math.round(maxscore); scoredisplay = Math.round(score); if (score > 0) { score = score - scoreloserate; } else { score = 0; } if (score <= 600) { scorebar_mc._height = score / 10; } else { score = 600; scorebar_mc._height = score / 10; } oldx = crosshair_mc._x; oldy = crosshair_mc._y; xdif = newx - oldx; ydif = newy - oldy; newx = crosshair_mc._x; newy = crosshair_mc._y; px = ground_mc._x - _xmouse; py = ground_mc._y - _ymouse; pdist = Math.sqrt((px * px) + (py * py)); gxdif = _xmouse - ground_mc._x; gydif = _ymouse - ground_mc._y; angle = Math.atan2(gydif, gxdif); ctrgtxdif = target_mc._x - crosshair_mc._x; ctrgtydif = target_mc._y - crosshair_mc._y; crosshair_mc._rotation = (Math.atan2(ctrgtydif, ctrgtxdif) * deg) + 180; if (pdist < pradius) { crosshair_mc._x = _xmouse; crosshair_mc._y = _ymouse; } else if (pdist > pradius) { crosshair_mc._x = ground_mc._x + (pradius * Math.cos(angle)); crosshair_mc._y = ground_mc._y + (pradius * Math.sin(angle)); } if ((score > 0) && (score < 600)) { time = time + 0.0333333333333333; } if ((score <= 0) || (score >= 600)) { i++; scoreloserate = 0; if (s2_sound.getVolume() > 30) { s2_sound.setVolume(s2_sound.getVolume() - 5); } } else if (s2_sound.getVolume() < 100) { s2_sound.setVolume(s2_sound.getVolume() + 5); } if ((score <= 0) && (i > 50)) { endlose(); } if ((score >= 600) && (i > 50)) { endwin(); } }; onMouseUp = function () { if ((score > 0) && (score < 600)) { var _local1 = attachMovie("bullet", "bullet" + depth, depth++); crosshair_mc.swapDepths(depth + 1); _local1.dydif = ydif; _local1.dxdif = xdif; _local1._x = crosshair_mc._x; _local1._y = crosshair_mc._y; _local1.onEnterFrame = bmove; } };
Instance of Symbol 54 MovieClip in Frame 55
onClipEvent (keyDown) { if (Key.isDown(32)) { _root.trackNumber = _root.trackNumber + 1; if (_root.trackNumber > _root.maxTrackNum) { _root.trackNumber = 1; } if (_root.trackNumber == 1) { stopAllSounds(); _root.s1_sound.start(); _root.trackname = "Loneroadie: Flicker of Light. (Pess spacebar to switch)"; } if (_root.trackNumber == 2) { stopAllSounds(); _root.s2_sound.start(); _root.trackname = "Paragonx9: Danger Ahead 3. (Pess spacebar to switch)"; } if (_root.trackNumber == 3) { stopAllSounds(); _root.s3_sound.start(); _root.trackname = "Paragonx9: Defcon Zero. (Pess spacebar to switch)"; } } }
Frame 56
Mouse.show(); onMouseMove = function () { Mouse.show(); }; onMouseMove = null; onEnterFrame = null; onMouseUp = null;
Frame 57
Mouse.show(); onMouseMove = function () { Mouse.show(); }; onMouseMove = null; onEnterFrame = null; onMouseUp = null;
Frame 58
stop(); sec = 5; b_txt._visible = false; d_txt._visible = false; b_txt._x = 310; onEnterFrame = function () { sec = sec - 0.0333333333333333; if (sec > 3.5) { b_txt._visible = true; b_txt.text = "Get ready!"; } if (sec < 3.5) { seconds = Math.round(sec); b_txt.text = "Starting in: " + seconds; } if (sec <= 0) { gotoAndStop ("lvl6"); b_txt._visible = false; onEnterFrame = null; } };
Frame 59
function endlose() { gotoAndStop ("lose6"); removeMovieClip(crosshair_mc); removeMovieClip(bullet_mc); end = true; } function endwin() { gotoAndStop ("win6"); removeMovieClip(crosshair_mc); removeMovieClip(bullet_mc); end = true; } function bmove() { if ((score > 0) && (score < 600)) { this.dydif = this.dydif - gravity; this.dxdif = this.dxdif * damp; this.dydif = this.dydif * damp; this.oldxv = this._x; this.oldyv = this._y; this.xvdif = this.newxv - this.oldxv; this.yvdif = this.newyv - this.oldyv; this.newxv = this._x; this.newyv = this._y; this.atotal = 100 - (5 * Math.sqrt((this.xvdif * this.xvdif) + (this.yvdif * this.yvdif))); if (this.atotal > 0) { this.hitscore = (this.atotal * 2) * bonuspower; } else { this.hitscore = 0; } hitscore = this.hitscore; this._x = this._x - this.dxdif; this._y = this._y - this.dydif; var _local3 = target_mc._x - this._x; var _local2 = target_mc._y - this._y; var _local4 = Math.sqrt((_local3 * _local3) + (_local2 * _local2)); if ((this._x > xmax) || (this._y > ymax)) { this.hitscore = 0; if (this.hitscore > maxscore) { maxscore = this.hitscore; } this.removeMovieClip(); } if (_local4 < tradius) { score = score + Math.round(this.hitscore); target_mc.play(); hit_sound.start(); if (bonuspower == 1) { if (this.hitscore > maxscore) { maxscore = this.hitscore; } } else if (this.hitscore > (maxscore * 1.5)) { maxscore = this.hitscore / 1.5; } if (bonuspower == 1) { if (this.hitscore >= 110) { bonus_mc.gotoAndPlay(1); bonuspower = 1.5; } else { bonuspower = 1; } } else if (this.hitscore >= 165) { bonus_mc.gotoAndPlay(1); bonuspower = 1.5; } else { bonuspower = 1; } this.removeMovieClip(); } if (this._x < xmin) { this._x = xmin; this.dxdif = this.dxdif * bounce; } if (end == true) { this.removeMovieClip(); } if ((((this._y <= bottom) && (this._x >= (left + 5))) && (this._x <= (right - 5))) && (this._y > (bottom - 15))) { this._y = bottom + 1; this.dydif = this.dydif * bounce; } else if ((((this._x <= right) && (this._y < (bottom - 15))) && (this._x > left)) && (this._x > (right - 49))) { this._x = right; this.dxdif = this.dxdif * bounce; } else if ((((this._x >= left) && (this._y < (bottom - 15))) && (this._x < right)) && (this._x < (left + 49))) { this._x = left; this.dxdif = this.dxdif * bounce; } if ((((this._y >= top) && (this._x >= (left2 + 5))) && (this._x <= (right2 - 5))) && (this._y < (top + 25))) { this._y = top; this.dydif = this.dydif * -1; } else if ((((this._x <= right2) && (this._y > (top + 15))) && (this._x > left2)) && (this._x > (right2 - 49))) { this._x = right2; this.dxdif = this.dxdif * bounce; } else if ((((this._x >= left2) && (this._y > (top + 15))) && (this._x < right2)) && (this._x < (left2 + 49))) { this._x = left2; this.dxdif = this.dxdif * bounce; } this.avspeed = Math.sqrt((this.dxdif * this.dxdif) + (this.dydif * this.dydif)); this.distx = circle_mc._x - this._x; this.disty = circle_mc._y - this._y; this.dist = Math.sqrt((this.distx * this.distx) + (this.disty * this.disty)); if (this.dist <= ((circle_mc._width / 2) + (this._width / 2))) { this.angle = Math.atan2(this.disty, this.distx); this.fx = circle_mc._x - (((circle_mc._width / 2) + (this._width / 2)) * Math.cos(this.angle)); this.fy = circle_mc._y - (((circle_mc._width / 2) + (this._width / 2)) * Math.sin(this.angle)); this._x = this.fx; this._y = this.fy; this.speed = Math.sqrt((this.dxdif * this.dxdif) + (this.dydif * this.dydif)); this.angle2 = (Math.PI*2) - this.angle; this.o = Math.atan2(this.dydif, this.dxdif); this.theta = ((Math.PI*2) - this.o) - (this.angle2 * 2); this.dxdif = (-this.speed) * Math.cos(this.theta); this.dydif = (-this.speed) * Math.sin(this.theta); } } else { this._alpha = this._alpha - 5; this.dydif = this.dydif - gravity; this.dxdif = this.dxdif * damp; this.dydif = this.dydif * damp; this.oldxv = this._x; this.oldyv = this._y; this.xvdif = this.newxv - this.oldxv; this.yvdif = this.newyv - this.oldyv; this.newxv = this._x; this.newyv = this._y; this._x = this._x - this.dxdif; this._y = this._y - this.dydif; if (this._alpha < 0) { this.removeMovieClip(); } } } stop(); Mouse.hide(); ramp_mc.top = (ramp_mc._y - (ramp_mc._height / 2)) - 7.5; ramp_mc.bottom = (ramp_mc._y + (ramp_mc._height / 2)) + 7.5; ramp_mc.right = (ramp_mc._x + (ramp_mc._width / 2)) + 7.5; ramp_mc.left = (ramp_mc._x - (ramp_mc._width / 2)) - 7.5; right = (wall_mc._x + (wall_mc._width / 2)) + 7.5; left = (wall_mc._x - (wall_mc._width / 2)) - 7.5; bottom = (wall_mc._y + (wall_mc._height / 2)) + 7.5; top = (wall2_mc._y - (wall2_mc._height / 2)) - 7.5; right2 = (wall2_mc._x + (wall2_mc._width / 2)) + 7.5; left2 = (wall2_mc._x - (wall2_mc._width / 2)) - 7.5; bonus_mc._visible = true; bonus_mc.gotoAndStop(1); bonuspower = 1; end = false; time = 0; i = 0; score = 300; scoreloserate = level; scorebar_mc._height = score / 10; bounce = -0.5; depth = 1; deleted = 0; deg = 57.2957795130823; damp = 0.98; gravity = 0.6; tradius = 57.5; pradius = 289; xmax = 810; xmin = 27.5; ymax = 550; crosshair_mc._x = 450; crosshair_mc._y = 275; atotal = (maxscore = 0); onMouseMove = function () { Mouse.hide(); }; onEnterFrame = function () { if (bonuspower == 1.5) { bonus_mc._visible = true; } else { bonus_mc._visible = false; } timer = Math.round(time) + " Seconds"; maxscoretext = Math.round(maxscore); scoredisplay = Math.round(score); if (score > 0) { score = score - scoreloserate; } else { score = 0; } if (score <= 600) { scorebar_mc._height = score / 10; } else { score = 600; scorebar_mc._height = score / 10; } oldx = crosshair_mc._x; oldy = crosshair_mc._y; xdif = newx - oldx; ydif = newy - oldy; newx = crosshair_mc._x; newy = crosshair_mc._y; px = ground_mc._x - _xmouse; py = ground_mc._y - _ymouse; pdist = Math.sqrt((px * px) + (py * py)); gxdif = _xmouse - ground_mc._x; gydif = _ymouse - ground_mc._y; angle = Math.atan2(gydif, gxdif); ctrgtxdif = target_mc._x - crosshair_mc._x; ctrgtydif = target_mc._y - crosshair_mc._y; crosshair_mc._rotation = (Math.atan2(ctrgtydif, ctrgtxdif) * deg) + 180; if (pdist < pradius) { crosshair_mc._x = _xmouse; crosshair_mc._y = _ymouse; } else if (pdist > pradius) { crosshair_mc._x = ground_mc._x + (pradius * Math.cos(angle)); crosshair_mc._y = ground_mc._y + (pradius * Math.sin(angle)); } if ((score > 0) && (score < 600)) { time = time + 0.0333333333333333; } if ((score <= 0) || (score >= 600)) { i++; scoreloserate = 0; if (s2_sound.getVolume() > 30) { s2_sound.setVolume(s2_sound.getVolume() - 5); } } else if (s2_sound.getVolume() < 100) { s2_sound.setVolume(s2_sound.getVolume() + 5); } if ((score <= 0) && (i > 50)) { endlose(); } if ((score >= 600) && (i > 50)) { endwin(); } }; onMouseUp = function () { if ((score > 0) && (score < 600)) { var _local1 = attachMovie("bullet", "bullet" + depth, depth++); crosshair_mc.swapDepths(depth + 1); _local1.dydif = ydif; _local1.dxdif = xdif; _local1._x = crosshair_mc._x; _local1._y = crosshair_mc._y; _local1.onEnterFrame = bmove; } };
Instance of Symbol 54 MovieClip in Frame 59
onClipEvent (keyDown) { if (Key.isDown(32)) { _root.trackNumber = _root.trackNumber + 1; if (_root.trackNumber > _root.maxTrackNum) { _root.trackNumber = 1; } if (_root.trackNumber == 1) { stopAllSounds(); _root.s1_sound.start(); _root.trackname = "Loneroadie: Flicker of Light. (Pess spacebar to switch)"; } if (_root.trackNumber == 2) { stopAllSounds(); _root.s2_sound.start(); _root.trackname = "Paragonx9: Danger Ahead 3. (Pess spacebar to switch)"; } if (_root.trackNumber == 3) { stopAllSounds(); _root.s3_sound.start(); _root.trackname = "Paragonx9: Defcon Zero. (Pess spacebar to switch)"; } } }
Frame 60
Mouse.show(); onMouseMove = function () { Mouse.show(); }; onMouseMove = null; onEnterFrame = null; onMouseUp = null;
Frame 61
Mouse.show(); onMouseMove = function () { Mouse.show(); }; onMouseMove = null; onEnterFrame = null; onMouseUp = null;
Frame 62
maxTrackNum = 3; s2_sound.setVolume(100); var s1_sound = new Sound(); s1_sound.attachSound("track1"); var s2_sound = new Sound(); s2_sound.attachSound("track2"); var s3_sound = new Sound(); s3_sound.attachSound("track3"); var hit_sound = new Sound(); hit_sound.attachSound("hittarget"); if (trackNumber == 1) { s1_sound.start(); trackname = "Loneroadie: Flicker of Light. (Pess spacebar to switch)"; } if (trackNumber == 2) { s2_sound.start(); trackname = "Paragonx9: Danger Ahead 3. (Pess spacebar to switch)"; } if (trackNumber == 3) { s3_sound.start(); trackname = "Paragonx9: Chaoz Devotion. (Pess spacebar to switch)"; } s1_sound.onSoundComplete = function () { stopAllSounds(); s1_sound.start(); }; s2_sound.onSoundComplete = function () { stopAllSounds(); s2_sound.start(); }; s3_sound.onSoundComplete = function () { stopAllSounds(); s3_sound.start(); }; s2_sound.setVolume(50); stop(); sec = 5; b_txt._visible = false; d_txt._visible = false; b_txt._x = 310; onEnterFrame = function () { sec = sec - 0.0333333333333333; if (sec > 3.5) { b_txt._visible = true; b_txt.text = "Get ready!"; } if (sec < 3.5) { seconds = Math.round(sec); b_txt.text = "Starting in: " + seconds; } if (sec <= 0) { gotoAndStop ("llvl1"); b_txt._visible = false; onEnterFrame = null; } };
Frame 63
function endlose() { removeMovieClip(anchor_mc); line.clear(); gotoAndStop ("llose1"); removeMovieClip(crosshair_mc); removeMovieClip(bullet_mc); end = true; } function endwin() { removeMovieClip(anchor_mc); line.clear(); gotoAndStop ("lwin1"); removeMovieClip(crosshair_mc); removeMovieClip(bullet_mc); end = true; } function bmove() { if ((score > 0) && (score < 600)) { this.dydif = this.dydif - gravity; this.dxdif = this.dxdif * damp; this.dydif = this.dydif * damp; this.oldxv = this._x; this.oldyv = this._y; this.xvdif = this.newxv - this.oldxv; this.yvdif = this.newyv - this.oldyv; this.newxv = this._x; this.newyv = this._y; this.atotal = 100 - (5 * Math.sqrt((this.xvdif * this.xvdif) + (this.yvdif * this.yvdif))); if (this.atotal > 0) { this.hitscore = (this.atotal * 2) * bonuspower; } else { this.hitscore = 0; } hitscore = this.hitscore; this._x = this._x - this.dxdif; this._y = this._y - this.dydif; var _local3 = target_mc._x - this._x; var _local2 = target_mc._y - this._y; var _local4 = Math.sqrt((_local3 * _local3) + (_local2 * _local2)); if ((this._x > xmax) || (this._y > ymax)) { this.hitscore = 0; if (this.hitscore > maxscore) { maxscore = this.hitscore; } this.removeMovieClip(); } if (_local4 < tradius) { score = score + Math.round(this.hitscore); target_mc.play(); hit_sound.start(); if (bonuspower == 1) { if (this.hitscore > maxscore) { maxscore = this.hitscore; } } else if (this.hitscore > (maxscore * 1.5)) { maxscore = this.hitscore / 1.5; } if (bonuspower == 1) { if (this.hitscore >= 110) { bonus_mc.gotoAndPlay(1); bonuspower = 1.5; } else { bonuspower = 1; } } else if (this.hitscore >= 165) { bonus_mc.gotoAndPlay(1); bonuspower = 1.5; } else { bonuspower = 1; } this.removeMovieClip(); } if (this._x < xmin) { this._x = xmin; this.dxdif = this.dxdif * bounce; } if (end == true) { this.removeMovieClip(); } } else { this._alpha = this._alpha - 5; this.dydif = this.dydif - gravity; this.dxdif = this.dxdif * damp; this.dydif = this.dydif * damp; this.oldxv = this._x; this.oldyv = this._y; this.xvdif = this.newxv - this.oldxv; this.yvdif = this.newyv - this.oldyv; this.newxv = this._x; this.newyv = this._y; this._x = this._x - this.dxdif; this._y = this._y - this.dydif; if (this._alpha < 0) { this.removeMovieClip(); } } } stop(); Mouse.hide(); anchor_mc._visible = false; mousedown = false; anchorplaced = false; bonus_mc._visible = true; bonus_mc.gotoAndStop(1); bonuspower = 1; end = false; time = 0; i = 0; score = 300; scoreloserate = level; scorebar_mc._height = score / 10; bounce = -0.5; depth = 1; deleted = 0; deg = 57.2957795130823; damp = 0.98; gravity = 0.6; tradius = 57.5; pradius = 510; xmax = 810; xmin = 27.5; ymax = 550; ground_mc._x = 880; ground_mc._y = 275; target_mc._x = 126; target_mc._y = 220; crosshair_mc._x = 450; crosshair_mc._y = 275; atotal = (maxscore = 0); onMouseMove = function () { if (anchorplaced == true) { anchor_mc._visible = true; this.createEmptyMovieClip("line", -100); line.lineStyle(1, 16777215, 100); line.moveTo(anchor_mc._x, anchor_mc._y); } else { line.clear(); anchor_mc._visible = false; } Mouse.hide(); }; onEnterFrame = function () { if (bonuspower == 1.5) { bonus_mc._visible = true; } else { bonus_mc._visible = false; } timer = Math.round(time) + " Seconds"; maxscoretext = Math.round(maxscore); scoredisplay = Math.round(score); if (score > 0) { score = score - scoreloserate; } else { score = 0; } if (score <= 600) { scorebar_mc._height = score / 10; } else { score = 600; scorebar_mc._height = score / 10; } px = ground_mc._x - _xmouse; py = ground_mc._y - _ymouse; pdist = Math.sqrt((px * px) + (py * py)); gxdif = _xmouse - ground_mc._x; gydif = _ymouse - ground_mc._y; angle = Math.atan2(gydif, gxdif); ctrgtxdif = target_mc._x - crosshair_mc._x; ctrgtydif = target_mc._y - crosshair_mc._y; crosshair_mc._rotation = (Math.atan2(ctrgtydif, ctrgtxdif) * deg) + 180; if (pdist < pradius) { crosshair_mc._x = _xmouse; crosshair_mc._y = _ymouse; } else if (pdist > pradius) { crosshair_mc._x = ground_mc._x + (pradius * Math.cos(angle)); crosshair_mc._y = ground_mc._y + (pradius * Math.sin(angle)); } line.lineTo(crosshair_mc._x, crosshair_mc._y); if ((score > 0) && (score < 600)) { time = time + 0.0333333333333333; } if ((score <= 0) || (score >= 600)) { i++; scoreloserate = 0; if (s2_sound.getVolume() > 30) { s2_sound.setVolume(s2_sound.getVolume() - 5); } } else if (s2_sound.getVolume() < 100) { s2_sound.setVolume(s2_sound.getVolume() + 5); } if ((score <= 0) && (i > 50)) { endlose(); } if ((score >= 600) && (i > 50)) { endwin(); } }; onMouseDown = function () { if ((score > 0) && (score < 600)) { anchorplaced = true; mousedown = true; anchor_mc._x = _xmouse; anchor_mc._y = _ymouse; } }; onMouseUp = function () { anchorplaced = false; mousedown = false; anchor_mc._visible = false; line.clear(); oldx = anchor_mc._x; oldy = anchor_mc._y; newx = crosshair_mc._x; newy = crosshair_mc._y; xdif = (oldx - newx) / 4; ydif = (oldy - newy) / 4; if ((score > 0) && (score < 600)) { var _local1 = attachMovie("bullet", "bullet" + depth, depth++); crosshair_mc.swapDepths(depth + 1); _local1.dydif = ydif; _local1.dxdif = xdif; _local1._x = crosshair_mc._x; _local1._y = crosshair_mc._y; _local1.onEnterFrame = bmove; } };
Instance of Symbol 54 MovieClip in Frame 63
onClipEvent (keyDown) { if (Key.isDown(32)) { _root.trackNumber = _root.trackNumber + 1; if (_root.trackNumber > _root.maxTrackNum) { _root.trackNumber = 1; } if (_root.trackNumber == 1) { stopAllSounds(); _root.s1_sound.start(); _root.trackname = "Loneroadie: Flicker of Light. (Pess spacebar to switch)"; } if (_root.trackNumber == 2) { stopAllSounds(); _root.s2_sound.start(); _root.trackname = "Paragonx9: Danger Ahead 3. (Pess spacebar to switch)"; } if (_root.trackNumber == 3) { stopAllSounds(); _root.s3_sound.start(); _root.trackname = "Paragonx9: Defcon Zero. (Pess spacebar to switch)"; } } }
Frame 64
Mouse.show(); onMouseMove = function () { Mouse.show(); }; onMouseMove = null; onEnterFrame = null; onMouseUp = null;
Frame 65
Mouse.show(); onMouseMove = function () { Mouse.show(); }; onMouseMove = null; onEnterFrame = null; onMouseUp = null;
Frame 66
stop(); sec = 5; b_txt._visible = false; d_txt._visible = false; b_txt._x = 310; onEnterFrame = function () { sec = sec - 0.0333333333333333; if (sec > 3.5) { b_txt._visible = true; b_txt.text = "Get ready!"; } if (sec < 3.5) { seconds = Math.round(sec); b_txt.text = "Starting in: " + seconds; } if (sec <= 0) { gotoAndStop ("llvl2"); b_txt._visible = false; onEnterFrame = null; } };
Frame 67
function endlose() { removeMovieClip(anchor_mc); line.clear(); gotoAndStop ("llose2"); removeMovieClip(crosshair_mc); removeMovieClip(bullet_mc); end = true; } function endwin() { removeMovieClip(anchor_mc); line.clear(); gotoAndStop ("lwin2"); removeMovieClip(crosshair_mc); removeMovieClip(bullet_mc); end = true; } function bmove() { if ((score > 0) && (score < 600)) { this.dydif = this.dydif - gravity; this.dxdif = this.dxdif * damp; this.dydif = this.dydif * damp; this.oldxv = this._x; this.oldyv = this._y; this.xvdif = this.newxv - this.oldxv; this.yvdif = this.newyv - this.oldyv; this.newxv = this._x; this.newyv = this._y; this.atotal = 100 - (5 * Math.sqrt((this.xvdif * this.xvdif) + (this.yvdif * this.yvdif))); if (this.atotal > 0) { this.hitscore = (this.atotal * 2) * bonuspower; } else { this.hitscore = 0; } hitscore = this.hitscore; this._x = this._x - this.dxdif; this._y = this._y - this.dydif; var _local3 = target_mc._x - this._x; var _local2 = target_mc._y - this._y; var _local4 = Math.sqrt((_local3 * _local3) + (_local2 * _local2)); if ((this._x > xmax) || (this._y > ymax)) { this.hitscore = 0; if (this.hitscore > maxscore) { maxscore = this.hitscore; } this.removeMovieClip(); } if (_local4 < tradius) { score = score + Math.round(this.hitscore); target_mc.play(); hit_sound.start(); if (bonuspower == 1) { if (this.hitscore > maxscore) { maxscore = this.hitscore; } } else if (this.hitscore > (maxscore * 1.5)) { maxscore = this.hitscore / 1.5; } if (bonuspower == 1) { if (this.hitscore >= 110) { bonus_mc.gotoAndPlay(1); bonuspower = 1.5; } else { bonuspower = 1; } } else if (this.hitscore >= 165) { bonus_mc.gotoAndPlay(1); bonuspower = 1.5; } else { bonuspower = 1; } this.removeMovieClip(); } if (this._x < xmin) { this._x = xmin; this.dxdif = this.dxdif * bounce; } if (end == true) { this.removeMovieClip(); } if ((((this._y >= top) && (this._x >= (left + 5))) && (this._x <= (right - 5))) && (this._y < (top + 15))) { this._y = top; this.dydif = this.dydif * bounce; } else if ((((this._x <= right) && (this._y > (top + 15))) && (this._x > left)) && (this._x > (right - 49))) { this._x = right; this.dxdif = this.dxdif * bounce; } else if ((((this._x >= left) && (this._y > (top + 15))) && (this._x < right)) && (this._x < (left + 49))) { this._x = left; this.dxdif = this.dxdif * bounce; } } else { this._alpha = this._alpha - 5; this.dydif = this.dydif - gravity; this.dxdif = this.dxdif * damp; this.dydif = this.dydif * damp; this.oldxv = this._x; this.oldyv = this._y; this.xvdif = this.newxv - this.oldxv; this.yvdif = this.newyv - this.oldyv; this.newxv = this._x; this.newyv = this._y; this._x = this._x - this.dxdif; this._y = this._y - this.dydif; if (this._alpha < 0) { this.removeMovieClip(); } } } stop(); Mouse.hide(); anchor_mc._visible = false; mousedown = false; anchorplaced = false; right = (wall_mc._x + (wall_mc._width / 2)) + 7.5; left = (wall_mc._x - (wall_mc._width / 2)) - 7.5; top = (wall_mc._y - (wall_mc._height / 2)) - 7.5; bonus_mc._visible = true; bonus_mc.gotoAndStop(1); bonuspower = 1; end = false; time = 0; i = 0; score = 300; scoreloserate = level; scorebar_mc._height = score / 10; bounce = -0.5; depth = 1; deleted = 0; deg = 57.2957795130823; damp = 0.98; gravity = 0.6; tradius = 57.5; pradius = 510; xmax = 810; xmin = 27.5; ymax = 550; ground_mc._x = 1000; ground_mc._y = 275; crosshair_mc._x = 450; crosshair_mc._y = 275; atotal = (maxscore = 0); onMouseMove = function () { if (anchorplaced == true) { anchor_mc._visible = true; this.createEmptyMovieClip("line", -100); line.lineStyle(1, 16777215, 100); line.moveTo(anchor_mc._x, anchor_mc._y); } else { line.clear(); anchor_mc._visible = false; } Mouse.hide(); }; onEnterFrame = function () { if (bonuspower == 1.5) { bonus_mc._visible = true; } else { bonus_mc._visible = false; } timer = Math.round(time) + " Seconds"; maxscoretext = Math.round(maxscore); scoredisplay = Math.round(score); if (score > 0) { score = score - scoreloserate; } else { score = 0; } if (score <= 600) { scorebar_mc._height = score / 10; } else { score = 600; scorebar_mc._height = score / 10; } px = ground_mc._x - _xmouse; py = ground_mc._y - _ymouse; pdist = Math.sqrt((px * px) + (py * py)); gxdif = _xmouse - ground_mc._x; gydif = _ymouse - ground_mc._y; angle = Math.atan2(gydif, gxdif); ctrgtxdif = target_mc._x - crosshair_mc._x; ctrgtydif = target_mc._y - crosshair_mc._y; crosshair_mc._rotation = (Math.atan2(ctrgtydif, ctrgtxdif) * deg) + 180; if (pdist < pradius) { crosshair_mc._x = _xmouse; crosshair_mc._y = _ymouse; } else if (pdist > pradius) { crosshair_mc._x = ground_mc._x + (pradius * Math.cos(angle)); crosshair_mc._y = ground_mc._y + (pradius * Math.sin(angle)); } line.lineTo(crosshair_mc._x, crosshair_mc._y); if ((score > 0) && (score < 600)) { time = time + 0.0333333333333333; } if ((score <= 0) || (score >= 600)) { i++; scoreloserate = 0; if (s2_sound.getVolume() > 30) { s2_sound.setVolume(s2_sound.getVolume() - 5); } } else if (s2_sound.getVolume() < 100) { s2_sound.setVolume(s2_sound.getVolume() + 5); } if ((score <= 0) && (i > 50)) { endlose(); } if ((score >= 600) && (i > 50)) { endwin(); } }; onMouseDown = function () { if ((score > 0) && (score < 600)) { anchorplaced = true; mousedown = true; anchor_mc._x = _xmouse; anchor_mc._y = _ymouse; } }; onMouseUp = function () { anchor_mc._visible = false; anchorplaced = false; mousedown = false; line.clear(); oldx = anchor_mc._x; oldy = anchor_mc._y; newx = crosshair_mc._x; newy = crosshair_mc._y; xdif = (oldx - newx) / 4; ydif = (oldy - newy) / 4; if ((score > 0) && (score < 600)) { var _local1 = attachMovie("bullet", "bullet" + depth, depth++); crosshair_mc.swapDepths(depth + 1); _local1.dydif = ydif; _local1.dxdif = xdif; _local1._x = crosshair_mc._x; _local1._y = crosshair_mc._y; _local1.onEnterFrame = bmove; } };
Instance of Symbol 54 MovieClip in Frame 67
onClipEvent (keyDown) { if (Key.isDown(32)) { _root.trackNumber = _root.trackNumber + 1; if (_root.trackNumber > _root.maxTrackNum) { _root.trackNumber = 1; } if (_root.trackNumber == 1) { stopAllSounds(); _root.s1_sound.start(); _root.trackname = "Loneroadie: Flicker of Light. (Pess spacebar to switch)"; } if (_root.trackNumber == 2) { stopAllSounds(); _root.s2_sound.start(); _root.trackname = "Paragonx9: Danger Ahead 3. (Pess spacebar to switch)"; } if (_root.trackNumber == 3) { stopAllSounds(); _root.s3_sound.start(); _root.trackname = "Paragonx9: Defcon Zero. (Pess spacebar to switch)"; } } }
Frame 68
Mouse.show(); onMouseMove = function () { Mouse.show(); }; onMouseMove = null; onEnterFrame = null; onMouseUp = null;
Frame 69
Mouse.show(); onMouseMove = function () { Mouse.show(); }; onMouseMove = null; onEnterFrame = null; onMouseUp = null;
Frame 70
stop(); sec = 5; b_txt._visible = false; d_txt._visible = false; b_txt._x = 310; onEnterFrame = function () { sec = sec - 0.0333333333333333; if (sec > 3.5) { b_txt._visible = true; b_txt.text = "Get ready!"; } if (sec < 3.5) { seconds = Math.round(sec); b_txt.text = "Starting in: " + seconds; } if (sec <= 0) { gotoAndStop ("llvl3"); b_txt._visible = false; onEnterFrame = null; } };
Frame 71
function endlose() { removeMovieClip(anchor_mc); line.clear(); gotoAndStop ("llose3"); removeMovieClip(crosshair_mc); removeMovieClip(bullet_mc); end = true; } function endwin() { removeMovieClip(anchor_mc); line.clear(); gotoAndStop ("lwin3"); removeMovieClip(crosshair_mc); removeMovieClip(bullet_mc); end = true; } function bmove() { if ((score > 0) && (score < 600)) { this.dydif = this.dydif - gravity; this.dxdif = this.dxdif * damp; this.dydif = this.dydif * damp; this.oldxv = this._x; this.oldyv = this._y; this.xvdif = this.newxv - this.oldxv; this.yvdif = this.newyv - this.oldyv; this.newxv = this._x; this.newyv = this._y; this.atotal = 100 - (5 * Math.sqrt((this.xvdif * this.xvdif) + (this.yvdif * this.yvdif))); if (this.atotal > 0) { this.hitscore = (this.atotal * 2) * bonuspower; } else { this.hitscore = 0; } hitscore = this.hitscore; this._x = this._x - this.dxdif; this._y = this._y - this.dydif; var _local3 = target_mc._x - this._x; var _local2 = target_mc._y - this._y; var _local4 = Math.sqrt((_local3 * _local3) + (_local2 * _local2)); if ((this._x > xmax) || (this._y > ymax)) { this.hitscore = 0; if (this.hitscore > maxscore) { maxscore = this.hitscore; } this.removeMovieClip(); } if (_local4 < tradius) { score = score + Math.round(this.hitscore); target_mc.play(); hit_sound.start(); if (bonuspower == 1) { if (this.hitscore > maxscore) { maxscore = this.hitscore; } } else if (this.hitscore > (maxscore * 1.5)) { maxscore = this.hitscore / 1.5; } if (bonuspower == 1) { if (this.hitscore >= 110) { bonus_mc.gotoAndPlay(1); bonuspower = 1.5; } else { bonuspower = 1; } } else if (this.hitscore >= 165) { bonus_mc.gotoAndPlay(1); bonuspower = 1.5; } else { bonuspower = 1; } this.removeMovieClip(); } if (this._x < xmin) { this._x = xmin; this.dxdif = this.dxdif * bounce; } if (end == true) { this.removeMovieClip(); } if ((((this._y <= bottom) && (this._x >= (left + 5))) && (this._x <= (right - 5))) && (this._y > (bottom - 15))) { this._y = bottom + 1; this.dydif = this.dydif * bounce; } else if ((((this._x <= right) && (this._y < (bottom - 15))) && (this._x > left)) && (this._x > (right - 49))) { this._x = right; this.dxdif = this.dxdif * bounce; } else if ((((this._x >= left) && (this._y < (bottom - 15))) && (this._x < right)) && (this._x < (left + 49))) { this._x = left; this.dxdif = this.dxdif * bounce; } if ((((this._y >= top) && (this._x >= (left2 + 5))) && (this._x <= (right2 - 5))) && (this._y < (top + 25))) { this._y = top; this.dydif = this.dydif * -1; } else if ((((this._x <= right2) && (this._y > (top + 15))) && (this._x > left2)) && (this._x > (right2 - 49))) { this._x = right2; this.dxdif = this.dxdif * bounce; } else if ((((this._x >= left2) && (this._y > (top + 15))) && (this._x < right2)) && (this._x < (left2 + 49))) { this._x = left2; this.dxdif = this.dxdif * bounce; } } else { this._alpha = this._alpha - 5; this.dydif = this.dydif - gravity; this.dxdif = this.dxdif * damp; this.dydif = this.dydif * damp; this.oldxv = this._x; this.oldyv = this._y; this.xvdif = this.newxv - this.oldxv; this.yvdif = this.newyv - this.oldyv; this.newxv = this._x; this.newyv = this._y; this._x = this._x - this.dxdif; this._y = this._y - this.dydif; if (this._alpha < 0) { this.removeMovieClip(); } } } stop(); Mouse.hide(); anchor_mc._visible = false; mousedown = false; anchorplaced = false; right = (wall_mc._x + (wall_mc._width / 2)) + 7.5; left = (wall_mc._x - (wall_mc._width / 2)) - 7.5; bottom = (wall_mc._y + (wall_mc._height / 2)) + 7.5; top = (wall2_mc._y - (wall2_mc._height / 2)) - 7.5; right2 = (wall2_mc._x + (wall2_mc._width / 2)) + 7.5; left2 = (wall2_mc._x - (wall2_mc._width / 2)) - 7.5; bonus_mc._visible = true; bonus_mc.gotoAndStop(1); bonuspower = 1; end = false; time = 0; i = 0; score = 300; scoreloserate = level; scorebar_mc._height = score / 10; bounce = -0.5; depth = 1; deleted = 0; deg = 57.2957795130823; damp = 0.98; gravity = 0.6; tradius = 57.5; pradius = 510; xmax = 810; xmin = 27.5; ymax = 550; crosshair_mc._x = 450; crosshair_mc._y = 275; atotal = (maxscore = 0); onMouseMove = function () { if (anchorplaced == true) { anchor_mc._visible = true; this.createEmptyMovieClip("line", -100); line.lineStyle(1, 16777215, 100); line.moveTo(anchor_mc._x, anchor_mc._y); } else { line.clear(); anchor_mc._visible = false; } Mouse.hide(); }; onEnterFrame = function () { if (bonuspower == 1.5) { bonus_mc._visible = true; } else { bonus_mc._visible = false; } timer = Math.round(time) + " Seconds"; maxscoretext = Math.round(maxscore); scoredisplay = Math.round(score); if (score > 0) { score = score - scoreloserate; } else { score = 0; } if (score <= 600) { scorebar_mc._height = score / 10; } else { score = 600; scorebar_mc._height = score / 10; } px = ground_mc._x - _xmouse; py = ground_mc._y - _ymouse; pdist = Math.sqrt((px * px) + (py * py)); gxdif = _xmouse - ground_mc._x; gydif = _ymouse - ground_mc._y; angle = Math.atan2(gydif, gxdif); ctrgtxdif = target_mc._x - crosshair_mc._x; ctrgtydif = target_mc._y - crosshair_mc._y; crosshair_mc._rotation = (Math.atan2(ctrgtydif, ctrgtxdif) * deg) + 180; if (pdist < pradius) { crosshair_mc._x = _xmouse; crosshair_mc._y = _ymouse; } else if (pdist > pradius) { crosshair_mc._x = ground_mc._x + (pradius * Math.cos(angle)); crosshair_mc._y = ground_mc._y + (pradius * Math.sin(angle)); } line.lineTo(crosshair_mc._x, crosshair_mc._y); if ((score > 0) && (score < 600)) { time = time + 0.0333333333333333; } if ((score <= 0) || (score >= 600)) { i++; scoreloserate = 0; if (s2_sound.getVolume() > 30) { s2_sound.setVolume(s2_sound.getVolume() - 5); } } else if (s2_sound.getVolume() < 100) { s2_sound.setVolume(s2_sound.getVolume() + 5); } if ((score <= 0) && (i > 50)) { endlose(); } if ((score >= 600) && (i > 50)) { endwin(); } }; onMouseDown = function () { if ((score > 0) && (score < 600)) { anchorplaced = true; mousedown = true; anchor_mc._x = _xmouse; anchor_mc._y = _ymouse; } }; onMouseUp = function () { anchor_mc._visible = false; anchorplaced = false; mousedown = false; line.clear(); oldx = anchor_mc._x; oldy = anchor_mc._y; newx = crosshair_mc._x; newy = crosshair_mc._y; xdif = (oldx - newx) / 4; ydif = (oldy - newy) / 4; if ((score > 0) && (score < 600)) { var _local1 = attachMovie("bullet", "bullet" + depth, depth++); crosshair_mc.swapDepths(depth + 1); _local1.dydif = ydif; _local1.dxdif = xdif; _local1._x = crosshair_mc._x; _local1._y = crosshair_mc._y; _local1.onEnterFrame = bmove; } };
Instance of Symbol 54 MovieClip in Frame 71
onClipEvent (keyDown) { if (Key.isDown(32)) { _root.trackNumber = _root.trackNumber + 1; if (_root.trackNumber > _root.maxTrackNum) { _root.trackNumber = 1; } if (_root.trackNumber == 1) { stopAllSounds(); _root.s1_sound.start(); _root.trackname = "Loneroadie: Flicker of Light. (Pess spacebar to switch)"; } if (_root.trackNumber == 2) { stopAllSounds(); _root.s2_sound.start(); _root.trackname = "Paragonx9: Danger Ahead 3. (Pess spacebar to switch)"; } if (_root.trackNumber == 3) { stopAllSounds(); _root.s3_sound.start(); _root.trackname = "Paragonx9: Defcon Zero. (Pess spacebar to switch)"; } } }
Frame 72
Mouse.show(); onMouseMove = function () { Mouse.show(); }; onMouseMove = null; onEnterFrame = null; onMouseUp = null;
Frame 73
Mouse.show(); onMouseMove = function () { Mouse.show(); }; onMouseMove = null; onEnterFrame = null; onMouseUp = null;
Frame 74
stop(); sec = 5; b_txt._visible = false; d_txt._visible = false; b_txt._x = 310; onEnterFrame = function () { sec = sec - 0.0333333333333333; if (sec > 3.5) { b_txt._visible = true; b_txt.text = "Get ready!"; } if (sec < 3.5) { seconds = Math.round(sec); b_txt.text = "Starting in: " + seconds; } if (sec <= 0) { gotoAndStop ("llvl4"); b_txt._visible = false; onEnterFrame = null; } };
Frame 75
function endlose() { removeMovieClip(anchor_mc); line.clear(); gotoAndStop ("llose4"); removeMovieClip(crosshair_mc); removeMovieClip(bullet_mc); end = true; } function endwin() { removeMovieClip(anchor_mc); line.clear(); gotoAndStop ("lwin4"); removeMovieClip(crosshair_mc); removeMovieClip(bullet_mc); end = true; } function bmove() { if ((score > 0) && (score < 600)) { this.dydif = this.dydif - gravity; this.dxdif = this.dxdif * damp; this.dydif = this.dydif * damp; this.oldxv = this._x; this.oldyv = this._y; this.xvdif = this.newxv - this.oldxv; this.yvdif = this.newyv - this.oldyv; this.newxv = this._x; this.newyv = this._y; this.atotal = 100 - (5 * Math.sqrt((this.xvdif * this.xvdif) + (this.yvdif * this.yvdif))); if (this.atotal > 0) { this.hitscore = (this.atotal * 2) * bonuspower; } else { this.hitscore = 0; } hitscore = this.hitscore; this._x = this._x - this.dxdif; this._y = this._y - this.dydif; var _local3 = target_mc._x - this._x; var _local2 = target_mc._y - this._y; var _local4 = Math.sqrt((_local3 * _local3) + (_local2 * _local2)); if ((this._x > xmax) || (this._y > ymax)) { this.hitscore = 0; if (this.hitscore > maxscore) { maxscore = this.hitscore; } this.removeMovieClip(); } if (_local4 < tradius) { score = score + Math.round(this.hitscore); target_mc.play(); hit_sound.start(); if (bonuspower == 1) { if (this.hitscore > maxscore) { maxscore = this.hitscore; } } else if (this.hitscore > (maxscore * 1.5)) { maxscore = this.hitscore / 1.5; } if (bonuspower == 1) { if (this.hitscore >= 110) { bonus_mc.gotoAndPlay(1); bonuspower = 1.5; } else { bonuspower = 1; } } else if (this.hitscore >= 165) { bonus_mc.gotoAndPlay(1); bonuspower = 1.5; } else { bonuspower = 1; } this.removeMovieClip(); } if (this._x < xmin) { this._x = xmin; this.dxdif = this.dxdif * bounce; } if (end == true) { this.removeMovieClip(); } if ((((this._y <= bottom) && (this._x >= (left + 5))) && (this._x <= (right - 5))) && (this._y > (bottom - 15))) { this._y = bottom + 1; this.dydif = this.dydif * bounce; } else if ((((this._x <= right) && (this._y < (bottom - 15))) && (this._x > left)) && (this._x > (right - 49))) { this._x = right; this.dxdif = this.dxdif * bounce; } else if ((((this._x >= left) && (this._y < (bottom - 15))) && (this._x < right)) && (this._x < (left + 49))) { this._x = left; this.dxdif = this.dxdif * bounce; } if ((((this._y >= top) && (this._x >= (left2 + 5))) && (this._x <= (right2 - 5))) && (this._y < (top + 25))) { this._y = top; this.dydif = this.dydif * -1; } else if ((((this._x <= right2) && (this._y > (top + 15))) && (this._x > left2)) && (this._x > (right2 - 49))) { this._x = right2; this.dxdif = this.dxdif * bounce; } else if ((((this._x >= left2) && (this._y > (top + 15))) && (this._x < right2)) && (this._x < (left2 + 49))) { this._x = left2; this.dxdif = this.dxdif * bounce; } if (this._y <= (this._x - 500)) { this.x = this._x; this._x = this.x; this._y = this.x - 500; this.dxdifr = this.dxdif; this.dydifr = this.dydif; this.dxdif = this.dydifr * 0.98; this.dydif = this.dxdifr * 0.98; } } else { this._alpha = this._alpha - 5; this.dydif = this.dydif - gravity; this.dxdif = this.dxdif * damp; this.dydif = this.dydif * damp; this.oldxv = this._x; this.oldyv = this._y; this.xvdif = this.newxv - this.oldxv; this.yvdif = this.newyv - this.oldyv; this.newxv = this._x; this.newyv = this._y; this._x = this._x - this.dxdif; this._y = this._y - this.dydif; if (this._alpha < 0) { this.removeMovieClip(); } } } stop(); Mouse.hide(); anchor_mc._visible = false; mousedown = false; anchorplaced = false; ramp_mc.top = (ramp_mc._y - (ramp_mc._height / 2)) - 7.5; ramp_mc.bottom = (ramp_mc._y + (ramp_mc._height / 2)) + 7.5; ramp_mc.right = (ramp_mc._x + (ramp_mc._width / 2)) + 7.5; ramp_mc.left = (ramp_mc._x - (ramp_mc._width / 2)) - 7.5; right = (wall_mc._x + (wall_mc._width / 2)) + 7.5; left = (wall_mc._x - (wall_mc._width / 2)) - 7.5; bottom = (wall_mc._y + (wall_mc._height / 2)) + 7.5; top = (wall2_mc._y - (wall2_mc._height / 2)) - 7.5; right2 = (wall2_mc._x + (wall2_mc._width / 2)) + 7.5; left2 = (wall2_mc._x - (wall2_mc._width / 2)) - 7.5; bonus_mc._visible = true; bonus_mc.gotoAndStop(1); bonuspower = 1; end = false; time = 0; i = 0; score = 300; scoreloserate = level; scorebar_mc._height = score / 10; bounce = -0.5; depth = 1; deleted = 0; deg = 57.2957795130823; damp = 0.98; gravity = 0.6; tradius = 57.5; pradius = 289; xmax = 810; xmin = 27.5; ymax = 550; crosshair_mc._x = 450; crosshair_mc._y = 275; atotal = (maxscore = 0); onMouseMove = function () { if (anchorplaced == true) { anchor_mc._visible = true; this.createEmptyMovieClip("line", -100); line.lineStyle(1, 16777215, 100); line.moveTo(anchor_mc._x, anchor_mc._y); } else { line.clear(); anchor_mc._visible = false; } Mouse.hide(); }; onEnterFrame = function () { if (bonuspower == 1.5) { bonus_mc._visible = true; } else { bonus_mc._visible = false; } timer = Math.round(time) + " Seconds"; maxscoretext = Math.round(maxscore); scoredisplay = Math.round(score); if (score > 0) { score = score - scoreloserate; } else { score = 0; } if (score <= 600) { scorebar_mc._height = score / 10; } else { score = 600; scorebar_mc._height = score / 10; } px = ground_mc._x - _xmouse; py = ground_mc._y - _ymouse; pdist = Math.sqrt((px * px) + (py * py)); gxdif = _xmouse - ground_mc._x; gydif = _ymouse - ground_mc._y; angle = Math.atan2(gydif, gxdif); ctrgtxdif = target_mc._x - crosshair_mc._x; ctrgtydif = target_mc._y - crosshair_mc._y; crosshair_mc._rotation = (Math.atan2(ctrgtydif, ctrgtxdif) * deg) + 180; if (pdist < pradius) { crosshair_mc._x = _xmouse; crosshair_mc._y = _ymouse; } else if (pdist > pradius) { crosshair_mc._x = ground_mc._x + (pradius * Math.cos(angle)); crosshair_mc._y = ground_mc._y + (pradius * Math.sin(angle)); } line.lineTo(crosshair_mc._x, crosshair_mc._y); if ((score > 0) && (score < 600)) { time = time + 0.0333333333333333; } if ((score <= 0) || (score >= 600)) { i++; scoreloserate = 0; if (s2_sound.getVolume() > 30) { s2_sound.setVolume(s2_sound.getVolume() - 5); } } else if (s2_sound.getVolume() < 100) { s2_sound.setVolume(s2_sound.getVolume() + 5); } if ((score <= 0) && (i > 50)) { endlose(); } if ((score >= 600) && (i > 50)) { endwin(); } }; onMouseDown = function () { if ((score > 0) && (score < 600)) { anchorplaced = true; mousedown = true; anchor_mc._x = _xmouse; anchor_mc._y = _ymouse; } }; onMouseUp = function () { anchor_mc._visible = false; anchorplaced = false; mousedown = false; line.clear(); oldx = anchor_mc._x; oldy = anchor_mc._y; newx = crosshair_mc._x; newy = crosshair_mc._y; xdif = (oldx - newx) / 4; ydif = (oldy - newy) / 4; if ((score > 0) && (score < 600)) { var _local1 = attachMovie("bullet", "bullet" + depth, depth++); crosshair_mc.swapDepths(depth + 1); _local1.dydif = ydif; _local1.dxdif = xdif; _local1._x = crosshair_mc._x; _local1._y = crosshair_mc._y; _local1.onEnterFrame = bmove; } };
Instance of Symbol 54 MovieClip in Frame 75
onClipEvent (keyDown) { if (Key.isDown(32)) { _root.trackNumber = _root.trackNumber + 1; if (_root.trackNumber > _root.maxTrackNum) { _root.trackNumber = 1; } if (_root.trackNumber == 1) { stopAllSounds(); _root.s1_sound.start(); _root.trackname = "Loneroadie: Flicker of Light. (Pess spacebar to switch)"; } if (_root.trackNumber == 2) { stopAllSounds(); _root.s2_sound.start(); _root.trackname = "Paragonx9: Danger Ahead 3. (Pess spacebar to switch)"; } if (_root.trackNumber == 3) { stopAllSounds(); _root.s3_sound.start(); _root.trackname = "Paragonx9: Defcon Zero. (Pess spacebar to switch)"; } } }
Frame 76
Mouse.show(); onMouseMove = function () { Mouse.show(); }; onMouseMove = null; onEnterFrame = null; onMouseUp = null;
Frame 77
Mouse.show(); onMouseMove = function () { Mouse.show(); }; onMouseMove = null; onEnterFrame = null; onMouseUp = null;
Frame 78
stop(); sec = 5; b_txt._visible = false; d_txt._visible = false; b_txt._x = 310; onEnterFrame = function () { sec = sec - 0.0333333333333333; if (sec > 3.5) { b_txt._visible = true; b_txt.text = "Get ready!"; } if (sec < 3.5) { seconds = Math.round(sec); b_txt.text = "Starting in: " + seconds; } if (sec <= 0) { gotoAndStop ("llvl5"); b_txt._visible = false; onEnterFrame = null; } };
Frame 79
function endlose() { removeMovieClip(anchor_mc); line.clear(); gotoAndStop ("llose5"); removeMovieClip(crosshair_mc); removeMovieClip(bullet_mc); end = true; } function endwin() { removeMovieClip(anchor_mc); line.clear(); gotoAndStop ("lwin5"); removeMovieClip(crosshair_mc); removeMovieClip(bullet_mc); end = true; } function bmove() { if ((score > 0) && (score < 600)) { this.dydif = this.dydif - gravity; this.dxdif = this.dxdif * damp; this.dydif = this.dydif * damp; this.oldxv = this._x; this.oldyv = this._y; this.xvdif = this.newxv - this.oldxv; this.yvdif = this.newyv - this.oldyv; this.newxv = this._x; this.newyv = this._y; this.atotal = 100 - (5 * Math.sqrt((this.xvdif * this.xvdif) + (this.yvdif * this.yvdif))); if (this.atotal > 0) { this.hitscore = (this.atotal * 2) * bonuspower; } else { this.hitscore = 0; } hitscore = this.hitscore; this._x = this._x - this.dxdif; this._y = this._y - this.dydif; var _local3 = target_mc._x - this._x; var _local2 = target_mc._y - this._y; var _local4 = Math.sqrt((_local3 * _local3) + (_local2 * _local2)); if ((this._x > xmax) || (this._y > ymax)) { this.hitscore = 0; if (this.hitscore > maxscore) { maxscore = this.hitscore; } this.removeMovieClip(); } if (_local4 < tradius) { score = score + Math.round(this.hitscore); target_mc.play(); hit_sound.start(); if (bonuspower == 1) { if (this.hitscore > maxscore) { maxscore = this.hitscore; } } else if (this.hitscore > (maxscore * 1.5)) { maxscore = this.hitscore / 1.5; } if (bonuspower == 1) { if (this.hitscore >= 110) { bonus_mc.gotoAndPlay(1); bonuspower = 1.5; } else { bonuspower = 1; } } else if (this.hitscore >= 165) { bonus_mc.gotoAndPlay(1); bonuspower = 1.5; } else { bonuspower = 1; } this.removeMovieClip(); } if (this._x < xmin) { this._x = xmin; this.dxdif = this.dxdif * bounce; } if (end == true) { this.removeMovieClip(); } if ((((this._y <= bottom) && (this._x >= (left + 5))) && (this._x <= (right - 5))) && (this._y > (bottom - 15))) { this._y = bottom + 1; this.dydif = this.dydif * bounce; } else if ((((this._x <= right) && (this._y < (bottom - 15))) && (this._x > left)) && (this._x > (right - 49))) { this._x = right; this.dxdif = this.dxdif * bounce; } else if ((((this._x >= left) && (this._y < (bottom - 15))) && (this._x < right)) && (this._x < (left + 49))) { this._x = left; this.dxdif = this.dxdif * bounce; } if ((((this._y >= top) && (this._x >= (left2 + 5))) && (this._x <= (right2 - 5))) && (this._y < (top + 25))) { this._y = top; this.dydif = this.dydif * -1; } else if ((((this._x <= right2) && (this._y > (top + 15))) && (this._x > left2)) && (this._x > (right2 - 49))) { this._x = right2; this.dxdif = this.dxdif * bounce; } else if ((((this._x >= left2) && (this._y > (top + 15))) && (this._x < right2)) && (this._x < (left2 + 49))) { this._x = left2; this.dxdif = this.dxdif * bounce; } this.avspeed = Math.sqrt((this.dxdif * this.dxdif) + (this.dydif * this.dydif)); this.distx = circle_mc._x - this._x; this.disty = circle_mc._y - this._y; this.dist = Math.sqrt((this.distx * this.distx) + (this.disty * this.disty)); if (this.dist <= ((circle_mc._width / 2) + (this._width / 2))) { this.atancalc = Math.atan2(this.disty, this.distx); this.oangle = (Math.PI*2) - this.atancalc; this.oangle2 = this.atancalc - (Math.PI*2); this.angle = (Math.PI/2) - oangle; this._x = circle_mc._x - ((circle_mc._width / 2) * Math.cos(this.atancalc - (Math.PI*2))); this._y = circle_mc._y - ((circle_mc._width / 2) * Math.sin(this.atancalc - (Math.PI*2))); } } else { this._alpha = this._alpha - 5; this.dydif = this.dydif - gravity; this.dxdif = this.dxdif * damp; this.dydif = this.dydif * damp; this.oldxv = this._x; this.oldyv = this._y; this.xvdif = this.newxv - this.oldxv; this.yvdif = this.newyv - this.oldyv; this.newxv = this._x; this.newyv = this._y; this._x = this._x - this.dxdif; this._y = this._y - this.dydif; if (this._alpha < 0) { this.removeMovieClip(); } } } stop(); Mouse.hide(); anchor_mc._visible = false; mousedown = false; anchorplaced = false; ramp_mc.top = (ramp_mc._y - (ramp_mc._height / 2)) - 7.5; ramp_mc.bottom = (ramp_mc._y + (ramp_mc._height / 2)) + 7.5; ramp_mc.right = (ramp_mc._x + (ramp_mc._width / 2)) + 7.5; ramp_mc.left = (ramp_mc._x - (ramp_mc._width / 2)) - 7.5; right = (wall_mc._x + (wall_mc._width / 2)) + 7.5; left = (wall_mc._x - (wall_mc._width / 2)) - 7.5; bottom = (wall_mc._y + (wall_mc._height / 2)) + 7.5; top = (wall2_mc._y - (wall2_mc._height / 2)) - 7.5; right2 = (wall2_mc._x + (wall2_mc._width / 2)) + 7.5; left2 = (wall2_mc._x - (wall2_mc._width / 2)) - 7.5; bonus_mc._visible = true; bonus_mc.gotoAndStop(1); bonuspower = 1; end = false; time = 0; i = 0; score = 300; scoreloserate = level; scorebar_mc._height = score / 10; bounce = -0.5; depth = 1; deleted = 0; deg = 57.2957795130823; damp = 0.98; gravity = 0.6; tradius = 57.5; pradius = 289; xmax = 810; xmin = 27.5; ymax = 550; crosshair_mc._x = 450; crosshair_mc._y = 275; atotal = (maxscore = 0); onMouseMove = function () { if (anchorplaced == true) { anchor_mc._visible = true; this.createEmptyMovieClip("line", -100); line.lineStyle(1, 16777215, 100); line.moveTo(anchor_mc._x, anchor_mc._y); } else { line.clear(); anchor_mc._visible = false; } Mouse.hide(); }; onEnterFrame = function () { if (bonuspower == 1.5) { bonus_mc._visible = true; } else { bonus_mc._visible = false; } timer = Math.round(time) + " Seconds"; maxscoretext = Math.round(maxscore); scoredisplay = Math.round(score); if (score > 0) { score = score - scoreloserate; } else { score = 0; } if (score <= 600) { scorebar_mc._height = score / 10; } else { score = 600; scorebar_mc._height = score / 10; } px = ground_mc._x - _xmouse; py = ground_mc._y - _ymouse; pdist = Math.sqrt((px * px) + (py * py)); gxdif = _xmouse - ground_mc._x; gydif = _ymouse - ground_mc._y; angle = Math.atan2(gydif, gxdif); ctrgtxdif = target_mc._x - crosshair_mc._x; ctrgtydif = target_mc._y - crosshair_mc._y; crosshair_mc._rotation = (Math.atan2(ctrgtydif, ctrgtxdif) * deg) + 180; if (pdist < pradius) { crosshair_mc._x = _xmouse; crosshair_mc._y = _ymouse; } else if (pdist > pradius) { crosshair_mc._x = ground_mc._x + (pradius * Math.cos(angle)); crosshair_mc._y = ground_mc._y + (pradius * Math.sin(angle)); } line.lineTo(crosshair_mc._x, crosshair_mc._y); if ((score > 0) && (score < 600)) { time = time + 0.0333333333333333; } if ((score <= 0) || (score >= 600)) { i++; scoreloserate = 0; if (s2_sound.getVolume() > 30) { s2_sound.setVolume(s2_sound.getVolume() - 5); } } else if (s2_sound.getVolume() < 100) { s2_sound.setVolume(s2_sound.getVolume() + 5); } if ((score <= 0) && (i > 50)) { endlose(); } if ((score >= 600) && (i > 50)) { endwin(); } }; onMouseDown = function () { if ((score > 0) && (score < 600)) { anchorplaced = true; mousedown = true; anchor_mc._x = _xmouse; anchor_mc._y = _ymouse; } }; onMouseUp = function () { anchor_mc._visible = false; anchorplaced = false; mousedown = false; line.clear(); oldx = anchor_mc._x; oldy = anchor_mc._y; newx = crosshair_mc._x; newy = crosshair_mc._y; xdif = (oldx - newx) / 4; ydif = (oldy - newy) / 4; if ((score > 0) && (score < 600)) { var _local1 = attachMovie("bullet", "bullet" + depth, depth++); crosshair_mc.swapDepths(depth + 1); _local1.dydif = ydif; _local1.dxdif = xdif; _local1._x = crosshair_mc._x; _local1._y = crosshair_mc._y; _local1.onEnterFrame = bmove; } };
Instance of Symbol 54 MovieClip in Frame 79
onClipEvent (keyDown) { if (Key.isDown(32)) { _root.trackNumber = _root.trackNumber + 1; if (_root.trackNumber > _root.maxTrackNum) { _root.trackNumber = 1; } if (_root.trackNumber == 1) { stopAllSounds(); _root.s1_sound.start(); _root.trackname = "Loneroadie: Flicker of Light. (Pess spacebar to switch)"; } if (_root.trackNumber == 2) { stopAllSounds(); _root.s2_sound.start(); _root.trackname = "Paragonx9: Danger Ahead 3. (Pess spacebar to switch)"; } if (_root.trackNumber == 3) { stopAllSounds(); _root.s3_sound.start(); _root.trackname = "Paragonx9: Defcon Zero. (Pess spacebar to switch)"; } } }
Frame 80
Mouse.show(); onMouseMove = function () { Mouse.show(); }; onMouseMove = null; onEnterFrame = null; onMouseUp = null;
Frame 81
Mouse.show(); onMouseMove = function () { Mouse.show(); }; onMouseMove = null; onEnterFrame = null; onMouseUp = null;
Frame 82
stop(); sec = 5; b_txt._visible = false; d_txt._visible = false; b_txt._x = 310; onEnterFrame = function () { sec = sec - 0.0333333333333333; if (sec > 3.5) { b_txt._visible = true; b_txt.text = "Get ready!"; } if (sec < 3.5) { seconds = Math.round(sec); b_txt.text = "Starting in: " + seconds; } if (sec <= 0) { gotoAndStop ("llvl6"); b_txt._visible = false; onEnterFrame = null; } };
Frame 83
function endlose() { removeMovieClip(anchor_mc); line.clear(); gotoAndStop ("llose6"); removeMovieClip(crosshair_mc); removeMovieClip(bullet_mc); end = true; } function endwin() { removeMovieClip(anchor_mc); line.clear(); gotoAndStop ("lwin6"); removeMovieClip(crosshair_mc); removeMovieClip(bullet_mc); end = true; } function bmove() { if ((score > 0) && (score < 600)) { this.dydif = this.dydif - gravity; this.dxdif = this.dxdif * damp; this.dydif = this.dydif * damp; this.oldxv = this._x; this.oldyv = this._y; this.xvdif = this.newxv - this.oldxv; this.yvdif = this.newyv - this.oldyv; this.newxv = this._x; this.newyv = this._y; this.atotal = 100 - (5 * Math.sqrt((this.xvdif * this.xvdif) + (this.yvdif * this.yvdif))); if (this.atotal > 0) { this.hitscore = (this.atotal * 2) * bonuspower; } else { this.hitscore = 0; } hitscore = this.hitscore; this._x = this._x - this.dxdif; this._y = this._y - this.dydif; var _local3 = target_mc._x - this._x; var _local2 = target_mc._y - this._y; var _local4 = Math.sqrt((_local3 * _local3) + (_local2 * _local2)); if ((this._x > xmax) || (this._y > ymax)) { this.hitscore = 0; if (this.hitscore > maxscore) { maxscore = this.hitscore; } this.removeMovieClip(); } if (_local4 < tradius) { score = score + Math.round(this.hitscore); target_mc.play(); hit_sound.start(); if (bonuspower == 1) { if (this.hitscore > maxscore) { maxscore = this.hitscore; } } else if (this.hitscore > (maxscore * 1.5)) { maxscore = this.hitscore / 1.5; } if (bonuspower == 1) { if (this.hitscore >= 110) { bonus_mc.gotoAndPlay(1); bonuspower = 1.5; } else { bonuspower = 1; } } else if (this.hitscore >= 165) { bonus_mc.gotoAndPlay(1); bonuspower = 1.5; } else { bonuspower = 1; } this.removeMovieClip(); } if (this._x < xmin) { this._x = xmin; this.dxdif = this.dxdif * bounce; } if (end == true) { this.removeMovieClip(); } if ((((this._y <= bottom) && (this._x >= (left + 5))) && (this._x <= (right - 5))) && (this._y > (bottom - 15))) { this._y = bottom + 1; this.dydif = this.dydif * bounce; } else if ((((this._x <= right) && (this._y < (bottom - 15))) && (this._x > left)) && (this._x > (right - 49))) { this._x = right; this.dxdif = this.dxdif * bounce; } else if ((((this._x >= left) && (this._y < (bottom - 15))) && (this._x < right)) && (this._x < (left + 49))) { this._x = left; this.dxdif = this.dxdif * bounce; } if ((((this._y >= top) && (this._x >= (left2 + 5))) && (this._x <= (right2 - 5))) && (this._y < (top + 25))) { this._y = top; this.dydif = this.dydif * -1; } else if ((((this._x <= right2) && (this._y > (top + 15))) && (this._x > left2)) && (this._x > (right2 - 49))) { this._x = right2; this.dxdif = this.dxdif * bounce; } else if ((((this._x >= left2) && (this._y > (top + 15))) && (this._x < right2)) && (this._x < (left2 + 49))) { this._x = left2; this.dxdif = this.dxdif * bounce; } this.avspeed = Math.sqrt((this.dxdif * this.dxdif) + (this.dydif * this.dydif)); this.distx = circle_mc._x - this._x; this.disty = circle_mc._y - this._y; this.dist = Math.sqrt((this.distx * this.distx) + (this.disty * this.disty)); if (this.dist <= ((circle_mc._width / 2) + (this._width / 2))) { this.angle = Math.atan2(this.disty, this.distx); this.fx = circle_mc._x - (((circle_mc._width / 2) + (this._width / 2)) * Math.cos(this.angle)); this.fy = circle_mc._y - (((circle_mc._width / 2) + (this._width / 2)) * Math.sin(this.angle)); this._x = this.fx; this._y = this.fy; this.speed = Math.sqrt((this.dxdif * this.dxdif) + (this.dydif * this.dydif)); this.angle2 = (Math.PI*2) - this.angle; this.o = Math.atan2(this.dydif, this.dxdif); this.theta = ((Math.PI*2) - this.o) - (this.angle2 * 2); this.dxdif = (-this.speed) * Math.cos(this.theta); this.dydif = (-this.speed) * Math.sin(this.theta); } } else { this._alpha = this._alpha - 5; this.dydif = this.dydif - gravity; this.dxdif = this.dxdif * damp; this.dydif = this.dydif * damp; this.oldxv = this._x; this.oldyv = this._y; this.xvdif = this.newxv - this.oldxv; this.yvdif = this.newyv - this.oldyv; this.newxv = this._x; this.newyv = this._y; this._x = this._x - this.dxdif; this._y = this._y - this.dydif; if (this._alpha < 0) { this.removeMovieClip(); } } } stop(); Mouse.hide(); anchor_mc._visible = false; mousedown = false; anchorplaced = false; ramp_mc.top = (ramp_mc._y - (ramp_mc._height / 2)) - 7.5; ramp_mc.bottom = (ramp_mc._y + (ramp_mc._height / 2)) + 7.5; ramp_mc.right = (ramp_mc._x + (ramp_mc._width / 2)) + 7.5; ramp_mc.left = (ramp_mc._x - (ramp_mc._width / 2)) - 7.5; right = (wall_mc._x + (wall_mc._width / 2)) + 7.5; left = (wall_mc._x - (wall_mc._width / 2)) - 7.5; bottom = (wall_mc._y + (wall_mc._height / 2)) + 7.5; top = (wall2_mc._y - (wall2_mc._height / 2)) - 7.5; right2 = (wall2_mc._x + (wall2_mc._width / 2)) + 7.5; left2 = (wall2_mc._x - (wall2_mc._width / 2)) - 7.5; bonus_mc._visible = true; bonus_mc.gotoAndStop(1); bonuspower = 1; end = false; time = 0; i = 0; score = 300; scoreloserate = level; scorebar_mc._height = score / 10; bounce = -0.5; depth = 1; deleted = 0; deg = 57.2957795130823; damp = 0.98; gravity = 0.6; tradius = 57.5; pradius = 289; xmax = 810; xmin = 27.5; ymax = 550; crosshair_mc._x = 450; crosshair_mc._y = 275; atotal = (maxscore = 0); onMouseMove = function () { if (anchorplaced == true) { anchor_mc._visible = true; this.createEmptyMovieClip("line", -100); line.lineStyle(1, 16777215, 100); line.moveTo(anchor_mc._x, anchor_mc._y); } else { line.clear(); anchor_mc._visible = false; } Mouse.hide(); }; onEnterFrame = function () { if (bonuspower == 1.5) { bonus_mc._visible = true; } else { bonus_mc._visible = false; } timer = Math.round(time) + " Seconds"; maxscoretext = Math.round(maxscore); scoredisplay = Math.round(score); if (score > 0) { score = score - scoreloserate; } else { score = 0; } if (score <= 600) { scorebar_mc._height = score / 10; } else { score = 600; scorebar_mc._height = score / 10; } px = ground_mc._x - _xmouse; py = ground_mc._y - _ymouse; pdist = Math.sqrt((px * px) + (py * py)); gxdif = _xmouse - ground_mc._x; gydif = _ymouse - ground_mc._y; angle = Math.atan2(gydif, gxdif); ctrgtxdif = target_mc._x - crosshair_mc._x; ctrgtydif = target_mc._y - crosshair_mc._y; crosshair_mc._rotation = (Math.atan2(ctrgtydif, ctrgtxdif) * deg) + 180; if (pdist < pradius) { crosshair_mc._x = _xmouse; crosshair_mc._y = _ymouse; } else if (pdist > pradius) { crosshair_mc._x = ground_mc._x + (pradius * Math.cos(angle)); crosshair_mc._y = ground_mc._y + (pradius * Math.sin(angle)); } line.lineTo(crosshair_mc._x, crosshair_mc._y); if ((score > 0) && (score < 600)) { time = time + 0.0333333333333333; } if ((score <= 0) || (score >= 600)) { i++; scoreloserate = 0; if (s2_sound.getVolume() > 30) { s2_sound.setVolume(s2_sound.getVolume() - 5); } } else if (s2_sound.getVolume() < 100) { s2_sound.setVolume(s2_sound.getVolume() + 5); } if ((score <= 0) && (i > 50)) { endlose(); } if ((score >= 600) && (i > 50)) { endwin(); } }; onMouseDown = function () { if ((score > 0) && (score < 600)) { anchorplaced = true; mousedown = true; anchor_mc._x = _xmouse; anchor_mc._y = _ymouse; } }; onMouseUp = function () { anchor_mc._visible = false; anchorplaced = false; mousedown = false; line.clear(); oldx = anchor_mc._x; oldy = anchor_mc._y; newx = crosshair_mc._x; newy = crosshair_mc._y; xdif = (oldx - newx) / 4; ydif = (oldy - newy) / 4; if ((score > 0) && (score < 600)) { var _local1 = attachMovie("bullet", "bullet" + depth, depth++); crosshair_mc.swapDepths(depth + 1); _local1.dydif = ydif; _local1.dxdif = xdif; _local1._x = crosshair_mc._x; _local1._y = crosshair_mc._y; _local1.onEnterFrame = bmove; } };
Instance of Symbol 54 MovieClip in Frame 83
onClipEvent (keyDown) { if (Key.isDown(32)) { _root.trackNumber = _root.trackNumber + 1; if (_root.trackNumber > _root.maxTrackNum) { _root.trackNumber = 1; } if (_root.trackNumber == 1) { stopAllSounds(); _root.s1_sound.start(); _root.trackname = "Loneroadie: Flicker of Light. (Pess spacebar to switch)"; } if (_root.trackNumber == 2) { stopAllSounds(); _root.s2_sound.start(); _root.trackname = "Paragonx9: Danger Ahead 3. (Pess spacebar to switch)"; } if (_root.trackNumber == 3) { stopAllSounds(); _root.s3_sound.start(); _root.trackname = "Paragonx9: Defcon Zero. (Pess spacebar to switch)"; } } }
Frame 84
Mouse.show(); onMouseMove = function () { Mouse.show(); }; onMouseMove = null; onEnterFrame = null; onMouseUp = null;
Frame 85
Mouse.show(); onMouseMove = function () { Mouse.show(); }; onMouseMove = null; onEnterFrame = null; onMouseUp = null;
Symbol 32 Button
on (release) { gotoAndPlay (15); }
Symbol 34 Button
on (release) { gotoAndStop (12); }
Symbol 37 Button
on (release) { gotoAndStop (13); }
Symbol 39 Button
on (release) { _root.level = 0.5; gotoAndStop ("llvl5"); }
Symbol 44 Button
on (release) { gotoAndStop (11); }
Symbol 52 MovieClip Frame 1
stop();
Symbol 64 Button
on (press) { _root.crosshair_mc.removeMovieClip(); _root.bullet_mc.removeMovieClip(); _root.onMouseMove = null; _root.onEnterFrame = null; _root.onMouseUp = null; } on (release) { _root.gotoAndStop(11); }
Symbol 70 Button
on (release) { _root.tute_mc._visible = false; }
Symbol 84 Button
on (release) { gotoAndStop (14); }
Symbol 89 Button
on (release) { _root.amode = "toss"; _root.gotoAndStop("level"); }
Symbol 91 Button
on (release) { _root.amode = "drag"; _root.gotoAndStop("level"); }
Symbol 96 Button
on (release) { _root.level = 0.5; if (_root.amode == "toss") { _root.gotoAndStop("l1"); } else if (_root.amode == "drag") { _root.gotoAndStop("ll1"); } }
Symbol 98 Button
on (release) { _root.level = 1; if (_root.amode == "toss") { _root.gotoAndStop("l1"); } else if (_root.amode == "drag") { _root.gotoAndStop("ll1"); } }
Symbol 100 Button
on (release) { _root.level = 1.5; if (_root.amode == "toss") { _root.gotoAndStop("l1"); } else if (_root.amode == "drag") { _root.gotoAndStop("ll1"); } }
Symbol 115 MovieClip Frame 1
function bubblemovement() { this._y = this._y - 1; this.h = this.h + 1; this.vx = this.vx + ((Math.random() * 0.2) - 0.1); this.vx = this.vx * 0.98; this._x = this._x + this.vx; if (((this.h > (_root.scorebar_mc._height / 1.1)) || (this._x > 13)) || (this._x < -13)) { this.removeMovieClip(); } } dd = 1; ii = 80; onEnterFrame = function () { ii++; if (ii > 80) { i = 0; var _local1 = attachMovie("bubble", "b" + dd, dd++); _local1._y = 0; _local1._x = (Math.random() * 28) - 14; _local1._width = (_local1._height = Math.random() * 3); _local1.vx = 0; _local1.h = 0; _local1.onEnterFrame = bubblemovement; } };
Symbol 118 MovieClip Frame 25
gotoAndPlay (7);
Symbol 123 Button
on (release) { gotoAndStop ("l1"); }
Symbol 124 Button
on (release) { gotoAndStop (11); }
Symbol 133 Button
on (release) { gotoAndStop ("l2"); }
Symbol 143 Button
on (release) { gotoAndStop ("l2"); }
Symbol 147 Button
on (release) { gotoAndStop ("l3"); }
Symbol 159 Button
on (release) { gotoAndStop ("l3"); }
Symbol 163 Button
on (release) { gotoAndStop ("l4"); }
Symbol 174 Button
on (release) { gotoAndStop ("l4"); }
Symbol 178 Button
on (release) { gotoAndStop ("l5"); }
Symbol 188 Button
on (release) { gotoAndStop ("l5"); }
Symbol 192 Button
on (release) { gotoAndStop ("l6"); }
Symbol 202 Button
on (release) { gotoAndStop ("l6"); }
Symbol 215 Button
on (release) { gotoAndStop ("ll1"); }
Symbol 219 Button
on (release) { gotoAndStop ("ll2"); }
Symbol 225 Button
on (release) { gotoAndStop ("ll2"); }
Symbol 229 Button
on (release) { gotoAndStop ("ll3"); }
Symbol 235 Button
on (release) { gotoAndStop ("ll3"); }
Symbol 239 Button
on (release) { gotoAndStop ("ll4"); }
Symbol 245 Button
on (release) { gotoAndStop ("ll4"); }
Symbol 249 Button
on (release) { gotoAndStop ("ll5"); }
Symbol 255 Button
on (release) { gotoAndStop ("ll5"); }
Symbol 259 Button
on (release) { gotoAndStop ("ll6"); }
Symbol 265 Button
on (release) { gotoAndStop ("ll6"); }

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClip [bullet]Uses:1
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClip [bubble]Uses:3
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:5Used by:Timeline
Symbol 7 GraphicUsed by:Timeline
Symbol 8 FontUsed by:9 45
Symbol 9 TextUses:8Used by:Timeline
Symbol 10 GraphicUsed by:17
Symbol 11 FontUsed by:12
Symbol 12 TextUses:11Used by:17
Symbol 13 GraphicUsed by:17
Symbol 14 FontUsed by:15
Symbol 15 TextUses:14Used by:17
Symbol 16 GraphicUsed by:17 19 32 34 37 44 64 85 89 91 96 98 100 123 124 133 143 147 159 163 174 178 188 192 202 215 219 225 229 235 239 245 249 255 259 265
Symbol 17 MovieClipUses:10 12 13 15 16Used by:Timeline
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:18 16Used by:20
Symbol 20 MovieClipUses:19Used by:Timeline
Symbol 21 GraphicUsed by:Timeline
Symbol 22 Sound [hittarget]Used by:Timeline
Symbol 23 Sound [track1]Used by:Timeline
Symbol 24 Sound [track2]Used by:Timeline
Symbol 25 Sound [track3]Used by:Timeline
Symbol 26 FontUsed by:27 28 30 33 36 40 42 47 62 86 87 90 94 95 97 99 101 119 122 127 131 134 148 164 179 193 204
Symbol 27 TextUses:26Used by:85  Timeline
Symbol 28 TextUses:26Used by:85  Timeline
Symbol 29 GraphicUsed by:32 34 37 89 91 96 98 100
Symbol 30 TextUses:26Used by:32 85
Symbol 31 GraphicUsed by:32 34 37 91
Symbol 32 ButtonUses:29 30 31 16Used by:Timeline
Symbol 33 TextUses:26Used by:34 85
Symbol 34 ButtonUses:29 33 31 16Used by:Timeline
Symbol 35 FontUsed by:36 46 102 103 104 117 120 121 125 126 128 129 130 135 136 137 142 144 145 146 149 150 151 158 160 161 162 165 168 169 173 175 176 177 180 181 182 187 189 190 191 194 195 196 201 203 205 206 207 208 209 214 216 217 218 220 221 222 224 226 227 228 230 231 232 234 236 237 238 240 241 242 244 246 247 248 250 251 252 254 256 257 258 260 261 262 264 266 267 268
Symbol 36 TextUses:26 35Used by:37 85
Symbol 37 ButtonUses:29 36 31 16Used by:Timeline
Symbol 38 GraphicUsed by:39 84
Symbol 39 ButtonUses:38Used by:Timeline
Symbol 40 TextUses:26Used by:Timeline
Symbol 41 GraphicUsed by:44
Symbol 42 TextUses:26Used by:44
Symbol 43 GraphicUsed by:44
Symbol 44 ButtonUses:41 42 43 16Used by:Timeline
Symbol 45 TextUses:8Used by:Timeline
Symbol 46 EditableTextUses:35Used by:Timeline
Symbol 47 TextUses:26Used by:Timeline
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:48Used by:Timeline
Symbol 50 GraphicUsed by:Timeline
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClipUses:51Used by:Timeline
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:53Used by:Timeline
Symbol 55 FontUsed by:56
Symbol 56 TextUses:55Used by:Timeline
Symbol 57 FontUsed by:58 67 69 71 110 138 155 170 184 198 210 223 233 243 253 263
Symbol 58 EditableTextUses:57Used by:Timeline
Symbol 59 GraphicUsed by:60
Symbol 60 ButtonUses:59Used by:Timeline
Symbol 61 GraphicUsed by:64 123 124 133 143 147 159 163 174 178 188 192 202 215 219 225 229 235 239 245 249 255 259 265
Symbol 62 TextUses:26Used by:64 124
Symbol 63 GraphicUsed by:64 123 124 143 159 174 188 202 215 225 235 245 255 265
Symbol 64 ButtonUses:61 62 63 16Used by:Timeline
Symbol 65 GraphicUsed by:72
Symbol 66 GraphicUsed by:70
Symbol 67 TextUses:57Used by:70
Symbol 68 GraphicUsed by:70
Symbol 69 TextUses:57Used by:70
Symbol 70 ButtonUses:66 67 68 69Used by:72
Symbol 71 EditableTextUses:57Used by:72
Symbol 72 MovieClipUses:65 70 71Used by:Timeline
Symbol 73 GraphicUsed by:74
Symbol 74 MovieClipUses:73Used by:Timeline
Symbol 75 FontUsed by:76
Symbol 76 TextUses:75Used by:77
Symbol 77 MovieClipUses:76Used by:Timeline
Symbol 78 GraphicUsed by:85
Symbol 79 GraphicUsed by:85
Symbol 80 GraphicUsed by:85
Symbol 81 GraphicUsed by:85
Symbol 82 GraphicUsed by:85
Symbol 83 GraphicUsed by:85
Symbol 84 ButtonUses:38Used by:85
Symbol 85 MovieClipUses:27 28 78 30 79 16 80 33 81 82 36 83 84Used by:Timeline
Symbol 86 TextUses:26Used by:Timeline
Symbol 87 TextUses:26Used by:89
Symbol 88 GraphicUsed by:89 96 98 100
Symbol 89 ButtonUses:29 87 88 16Used by:Timeline
Symbol 90 TextUses:26Used by:91
Symbol 91 ButtonUses:29 90 31 16Used by:Timeline
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:92Used by:Timeline
Symbol 94 TextUses:26Used by:Timeline
Symbol 95 TextUses:26Used by:96
Symbol 96 ButtonUses:29 95 88 16Used by:Timeline
Symbol 97 TextUses:26Used by:98
Symbol 98 ButtonUses:29 97 88 16Used by:Timeline
Symbol 99 TextUses:26Used by:100
Symbol 100 ButtonUses:29 99 88 16Used by:Timeline
Symbol 101 TextUses:26Used by:Timeline
Symbol 102 EditableTextUses:35Used by:Timeline
Symbol 103 EditableTextUses:35Used by:Timeline
Symbol 104 EditableTextUses:35Used by:Timeline
Symbol 105 FontUsed by:106 107
Symbol 106 TextUses:105Used by:Timeline
Symbol 107 TextUses:105Used by:Timeline
Symbol 108 GraphicUsed by:109
Symbol 109 MovieClipUses:108Used by:Timeline
Symbol 110 EditableTextUses:57Used by:Timeline
Symbol 111 GraphicUsed by:112
Symbol 112 MovieClipUses:111Used by:Timeline
Symbol 113 GraphicUsed by:Timeline
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClipUses:114Used by:Timeline
Symbol 116 GraphicUsed by:Timeline
Symbol 117 TextUses:35Used by:118
Symbol 118 MovieClipUses:117Used by:Timeline
Symbol 119 TextUses:26Used by:Timeline
Symbol 120 TextUses:35Used by:Timeline
Symbol 121 EditableTextUses:35Used by:Timeline
Symbol 122 TextUses:26Used by:123 143 159 174 188 202 215 225 235 245 255 265
Symbol 123 ButtonUses:61 122 63 16Used by:Timeline
Symbol 124 ButtonUses:61 62 63 16Used by:Timeline
Symbol 125 TextUses:35Used by:Timeline
Symbol 126 EditableTextUses:35Used by:Timeline
Symbol 127 TextUses:26Used by:Timeline
Symbol 128 TextUses:35Used by:Timeline
Symbol 129 EditableTextUses:35Used by:Timeline
Symbol 130 EditableTextUses:35Used by:Timeline
Symbol 131 TextUses:26Used by:133 147 163 178 192 219 229 239 249 259
Symbol 132 GraphicUsed by:133 147 163 178 192 219 229 239 249 259
Symbol 133 ButtonUses:61 131 132 16Used by:Timeline
Symbol 134 TextUses:26Used by:Timeline
Symbol 135 EditableTextUses:35Used by:Timeline
Symbol 136 EditableTextUses:35Used by:Timeline
Symbol 137 EditableTextUses:35Used by:Timeline
Symbol 138 EditableTextUses:57Used by:Timeline
Symbol 139 GraphicUsed by:Timeline
Symbol 140 GraphicUsed by:141
Symbol 141 MovieClipUses:140Used by:Timeline
Symbol 142 EditableTextUses:35Used by:Timeline
Symbol 143 ButtonUses:61 122 63 16Used by:Timeline
Symbol 144 EditableTextUses:35Used by:Timeline
Symbol 145 EditableTextUses:35Used by:Timeline
Symbol 146 EditableTextUses:35Used by:Timeline
Symbol 147 ButtonUses:61 131 132 16Used by:Timeline
Symbol 148 TextUses:26Used by:Timeline
Symbol 149 EditableTextUses:35Used by:Timeline
Symbol 150 EditableTextUses:35Used by:Timeline
Symbol 151 EditableTextUses:35Used by:Timeline
Symbol 152 GraphicUsed by:Timeline
Symbol 153 GraphicUsed by:154
Symbol 154 MovieClipUses:153Used by:Timeline
Symbol 155 EditableTextUses:57Used by:Timeline
Symbol 156 GraphicUsed by:157
Symbol 157 MovieClipUses:156Used by:Timeline
Symbol 158 EditableTextUses:35Used by:Timeline
Symbol 159 ButtonUses:61 122 63 16Used by:Timeline
Symbol 160 EditableTextUses:35Used by:Timeline
Symbol 161 EditableTextUses:35Used by:Timeline
Symbol 162 EditableTextUses:35Used by:Timeline
Symbol 163 ButtonUses:61 131 132 16Used by:Timeline
Symbol 164 TextUses:26Used by:Timeline
Symbol 165 EditableTextUses:35Used by:Timeline
Symbol 166 GraphicUsed by:167
Symbol 167 MovieClipUses:166Used by:Timeline
Symbol 168 EditableTextUses:35Used by:Timeline
Symbol 169 EditableTextUses:35Used by:Timeline
Symbol 170 EditableTextUses:57Used by:Timeline
Symbol 171 GraphicUsed by:172
Symbol 172 MovieClipUses:171Used by:Timeline
Symbol 173 EditableTextUses:35Used by:Timeline
Symbol 174 ButtonUses:61 122 63 16Used by:Timeline
Symbol 175 EditableTextUses:35Used by:Timeline
Symbol 176 EditableTextUses:35Used by:Timeline
Symbol 177 EditableTextUses:35Used by:Timeline
Symbol 178 ButtonUses:61 131 132 16Used by:Timeline
Symbol 179 TextUses:26Used by:Timeline
Symbol 180 EditableTextUses:35Used by:Timeline
Symbol 181 EditableTextUses:35Used by:Timeline
Symbol 182 EditableTextUses:35Used by:Timeline
Symbol 183 GraphicUsed by:Timeline
Symbol 184 EditableTextUses:57Used by:Timeline
Symbol 185 GraphicUsed by:186
Symbol 186 MovieClipUses:185Used by:Timeline
Symbol 187 EditableTextUses:35Used by:Timeline
Symbol 188 ButtonUses:61 122 63 16Used by:Timeline
Symbol 189 EditableTextUses:35Used by:Timeline
Symbol 190 EditableTextUses:35Used by:Timeline
Symbol 191 EditableTextUses:35Used by:Timeline
Symbol 192 ButtonUses:61 131 132 16Used by:Timeline
Symbol 193 TextUses:26Used by:Timeline
Symbol 194 EditableTextUses:35Used by:Timeline
Symbol 195 EditableTextUses:35Used by:Timeline
Symbol 196 EditableTextUses:35Used by:Timeline
Symbol 197 GraphicUsed by:Timeline
Symbol 198 EditableTextUses:57Used by:Timeline
Symbol 199 GraphicUsed by:200
Symbol 200 MovieClipUses:199Used by:Timeline
Symbol 201 EditableTextUses:35Used by:Timeline
Symbol 202 ButtonUses:61 122 63 16Used by:Timeline
Symbol 203 EditableTextUses:35Used by:Timeline
Symbol 204 TextUses:26Used by:Timeline
Symbol 205 EditableTextUses:35Used by:Timeline
Symbol 206 EditableTextUses:35Used by:Timeline
Symbol 207 EditableTextUses:35Used by:Timeline
Symbol 208 EditableTextUses:35Used by:Timeline
Symbol 209 EditableTextUses:35Used by:Timeline
Symbol 210 EditableTextUses:57Used by:Timeline
Symbol 211 GraphicUsed by:Timeline
Symbol 212 GraphicUsed by:213
Symbol 213 MovieClipUses:212Used by:Timeline
Symbol 214 EditableTextUses:35Used by:Timeline
Symbol 215 ButtonUses:61 122 63 16Used by:Timeline
Symbol 216 EditableTextUses:35Used by:Timeline
Symbol 217 EditableTextUses:35Used by:Timeline
Symbol 218 EditableTextUses:35Used by:Timeline
Symbol 219 ButtonUses:61 131 132 16Used by:Timeline
Symbol 220 EditableTextUses:35Used by:Timeline
Symbol 221 EditableTextUses:35Used by:Timeline
Symbol 222 EditableTextUses:35Used by:Timeline
Symbol 223 EditableTextUses:57Used by:Timeline
Symbol 224 EditableTextUses:35Used by:Timeline
Symbol 225 ButtonUses:61 122 63 16Used by:Timeline
Symbol 226 EditableTextUses:35Used by:Timeline
Symbol 227 EditableTextUses:35Used by:Timeline
Symbol 228 EditableTextUses:35Used by:Timeline
Symbol 229 ButtonUses:61 131 132 16Used by:Timeline
Symbol 230 EditableTextUses:35Used by:Timeline
Symbol 231 EditableTextUses:35Used by:Timeline
Symbol 232 EditableTextUses:35Used by:Timeline
Symbol 233 EditableTextUses:57Used by:Timeline
Symbol 234 EditableTextUses:35Used by:Timeline
Symbol 235 ButtonUses:61 122 63 16Used by:Timeline
Symbol 236 EditableTextUses:35Used by:Timeline
Symbol 237 EditableTextUses:35Used by:Timeline
Symbol 238 EditableTextUses:35Used by:Timeline
Symbol 239 ButtonUses:61 131 132 16Used by:Timeline
Symbol 240 EditableTextUses:35Used by:Timeline
Symbol 241 EditableTextUses:35Used by:Timeline
Symbol 242 EditableTextUses:35Used by:Timeline
Symbol 243 EditableTextUses:57Used by:Timeline
Symbol 244 EditableTextUses:35Used by:Timeline
Symbol 245 ButtonUses:61 122 63 16Used by:Timeline
Symbol 246 EditableTextUses:35Used by:Timeline
Symbol 247 EditableTextUses:35Used by:Timeline
Symbol 248 EditableTextUses:35Used by:Timeline
Symbol 249 ButtonUses:61 131 132 16Used by:Timeline
Symbol 250 EditableTextUses:35Used by:Timeline
Symbol 251 EditableTextUses:35Used by:Timeline
Symbol 252 EditableTextUses:35Used by:Timeline
Symbol 253 EditableTextUses:57Used by:Timeline
Symbol 254 EditableTextUses:35Used by:Timeline
Symbol 255 ButtonUses:61 122 63 16Used by:Timeline
Symbol 256 EditableTextUses:35Used by:Timeline
Symbol 257 EditableTextUses:35Used by:Timeline
Symbol 258 EditableTextUses:35Used by:Timeline
Symbol 259 ButtonUses:61 131 132 16Used by:Timeline
Symbol 260 EditableTextUses:35Used by:Timeline
Symbol 261 EditableTextUses:35Used by:Timeline
Symbol 262 EditableTextUses:35Used by:Timeline
Symbol 263 EditableTextUses:57Used by:Timeline
Symbol 264 EditableTextUses:35Used by:Timeline
Symbol 265 ButtonUses:61 122 63 16Used by:Timeline
Symbol 266 EditableTextUses:35Used by:Timeline
Symbol 267 EditableTextUses:35Used by:Timeline
Symbol 268 EditableTextUses:35Used by:Timeline

Instance Names

"bar_mc"Frame 1Symbol 6 MovieClip
"b_mc"Frame 1Symbol 20 MovieClip
"bar_mc"Frame 2Symbol 6 MovieClip
"b_txt"Frame 13Symbol 46 EditableText
"ground_mc"Frame 14Symbol 49 MovieClip
"target_mc"Frame 14Symbol 52 MovieClip
"bg_btn"Frame 14Symbol 60 Button
"b_btn"Frame 14Symbol 64 Button
"tute_mc"Frame 14Symbol 72 MovieClip
"crosshair_mc"Frame 14Symbol 74 MovieClip
"txt_mc"Frame 14Symbol 77 MovieClip
"b"Frame 36Symbol 93 MovieClip
"b_txt"Frame 38Symbol 102 EditableText
"ground_mc"Frame 39Symbol 49 MovieClip
"target_mc"Frame 39Symbol 52 MovieClip
"crosshair_mc"Frame 39Symbol 109 MovieClip
"scorebar_mc"Frame 39Symbol 112 MovieClip
"bonus_mc"Frame 39Symbol 118 MovieClip
"b_btn"Frame 40Symbol 124 Button
"b_txt"Frame 42Symbol 135 EditableText
"ground_mc"Frame 43Symbol 49 MovieClip
"target_mc"Frame 43Symbol 52 MovieClip
"crosshair_mc"Frame 43Symbol 109 MovieClip
"scorebar_mc"Frame 43Symbol 112 MovieClip
"bonus_mc"Frame 43Symbol 118 MovieClip
"wall_mc"Frame 43Symbol 141 MovieClip
"b_btn"Frame 44Symbol 124 Button
"b_txt"Frame 46Symbol 149 EditableText
"ground_mc"Frame 47Symbol 49 MovieClip
"target_mc"Frame 47Symbol 52 MovieClip
"crosshair_mc"Frame 47Symbol 109 MovieClip
"scorebar_mc"Frame 47Symbol 112 MovieClip
"bonus_mc"Frame 47Symbol 118 MovieClip
"wall_mc"Frame 47Symbol 154 MovieClip
"wall2_mc"Frame 47Symbol 157 MovieClip
"b_btn"Frame 48Symbol 124 Button
"b_txt"Frame 50Symbol 165 EditableText
"ground_mc"Frame 51Symbol 167 MovieClip
"target_mc"Frame 51Symbol 52 MovieClip
"crosshair_mc"Frame 51Symbol 109 MovieClip
"scorebar_mc"Frame 51Symbol 112 MovieClip
"bonus_mc"Frame 51Symbol 118 MovieClip
"wall_mc"Frame 51Symbol 154 MovieClip
"wall2_mc"Frame 51Symbol 157 MovieClip
"ramp_mc"Frame 51Symbol 172 MovieClip
"b_btn"Frame 52Symbol 124 Button
"b_txt"Frame 54Symbol 180 EditableText
"ground_mc"Frame 55Symbol 167 MovieClip
"target_mc"Frame 55Symbol 52 MovieClip
"crosshair_mc"Frame 55Symbol 109 MovieClip
"scorebar_mc"Frame 55Symbol 112 MovieClip
"bonus_mc"Frame 55Symbol 118 MovieClip
"wall_mc"Frame 55Symbol 154 MovieClip
"wall2_mc"Frame 55Symbol 157 MovieClip
"circle_mc"Frame 55Symbol 186 MovieClip
"b_btn"Frame 56Symbol 124 Button
"b_txt"Frame 58Symbol 194 EditableText
"ground_mc"Frame 59Symbol 167 MovieClip
"target_mc"Frame 59Symbol 52 MovieClip
"crosshair_mc"Frame 59Symbol 109 MovieClip
"scorebar_mc"Frame 59Symbol 112 MovieClip
"bonus_mc"Frame 59Symbol 118 MovieClip
"wall_mc"Frame 59Symbol 154 MovieClip
"wall2_mc"Frame 59Symbol 157 MovieClip
"circle_mc"Frame 59Symbol 200 MovieClip
"b_btn"Frame 60Symbol 124 Button
"b_txt"Frame 62Symbol 207 EditableText
"ground_mc"Frame 63Symbol 49 MovieClip
"target_mc"Frame 63Symbol 52 MovieClip
"scorebar_mc"Frame 63Symbol 112 MovieClip
"bonus_mc"Frame 63Symbol 118 MovieClip
"anchor_mc"Frame 63Symbol 213 MovieClip
"crosshair_mc"Frame 63Symbol 109 MovieClip
"b_btn"Frame 64Symbol 124 Button
"b_txt"Frame 66Symbol 220 EditableText
"ground_mc"Frame 67Symbol 49 MovieClip
"target_mc"Frame 67Symbol 52 MovieClip
"scorebar_mc"Frame 67Symbol 112 MovieClip
"bonus_mc"Frame 67Symbol 118 MovieClip
"wall_mc"Frame 67Symbol 141 MovieClip
"anchor_mc"Frame 67Symbol 213 MovieClip
"crosshair_mc"Frame 67Symbol 109 MovieClip
"b_btn"Frame 68Symbol 124 Button
"b_txt"Frame 70Symbol 230 EditableText
"ground_mc"Frame 71Symbol 49 MovieClip
"target_mc"Frame 71Symbol 52 MovieClip
"scorebar_mc"Frame 71Symbol 112 MovieClip
"bonus_mc"Frame 71Symbol 118 MovieClip
"wall_mc"Frame 71Symbol 154 MovieClip
"wall2_mc"Frame 71Symbol 157 MovieClip
"anchor_mc"Frame 71Symbol 213 MovieClip
"crosshair_mc"Frame 71Symbol 109 MovieClip
"b_btn"Frame 72Symbol 124 Button
"b_txt"Frame 74Symbol 240 EditableText
"ground_mc"Frame 75Symbol 167 MovieClip
"target_mc"Frame 75Symbol 52 MovieClip
"scorebar_mc"Frame 75Symbol 112 MovieClip
"bonus_mc"Frame 75Symbol 118 MovieClip
"wall_mc"Frame 75Symbol 154 MovieClip
"wall2_mc"Frame 75Symbol 157 MovieClip
"ramp_mc"Frame 75Symbol 172 MovieClip
"anchor_mc"Frame 75Symbol 213 MovieClip
"crosshair_mc"Frame 75Symbol 109 MovieClip
"b_btn"Frame 76Symbol 124 Button
"b_txt"Frame 78Symbol 250 EditableText
"ground_mc"Frame 79Symbol 167 MovieClip
"target_mc"Frame 79Symbol 52 MovieClip
"scorebar_mc"Frame 79Symbol 112 MovieClip
"bonus_mc"Frame 79Symbol 118 MovieClip
"wall_mc"Frame 79Symbol 154 MovieClip
"wall2_mc"Frame 79Symbol 157 MovieClip
"circle_mc"Frame 79Symbol 186 MovieClip
"anchor_mc"Frame 79Symbol 213 MovieClip
"crosshair_mc"Frame 79Symbol 109 MovieClip
"b_btn"Frame 80Symbol 124 Button
"b_txt"Frame 82Symbol 260 EditableText
"ground_mc"Frame 83Symbol 167 MovieClip
"target_mc"Frame 83Symbol 52 MovieClip
"scorebar_mc"Frame 83Symbol 112 MovieClip
"bonus_mc"Frame 83Symbol 118 MovieClip
"wall_mc"Frame 83Symbol 154 MovieClip
"wall2_mc"Frame 83Symbol 157 MovieClip
"circle_mc"Frame 83Symbol 200 MovieClip
"anchor_mc"Frame 83Symbol 213 MovieClip
"crosshair_mc"Frame 83Symbol 109 MovieClip
"b_btn"Frame 84Symbol 124 Button

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 2 as "bullet"
ExportAssets (56)Timeline Frame 1Symbol 4 as "bubble"
ExportAssets (56)Timeline Frame 2Symbol 22 as "hittarget"
ExportAssets (56)Timeline Frame 3Symbol 23 as "track1"
ExportAssets (56)Timeline Frame 4Symbol 24 as "track2"
ExportAssets (56)Timeline Frame 5Symbol 25 as "track3"

Labels

"hittarget"Frame 2
"track1"Frame 3
"track2"Frame 4
"track3"Frame 5
"mode"Frame 36
"level"Frame 37
"l1"Frame 38
"lvl1"Frame 39
"lose1"Frame 40
"win1"Frame 41
"l2"Frame 42
"lvl2"Frame 43
"lose2"Frame 44
"win2"Frame 45
"l3"Frame 46
"lvl3"Frame 47
"lose3"Frame 48
"win3"Frame 49
"l4"Frame 50
"lvl4"Frame 51
"lose4"Frame 52
"win4"Frame 53
"l5"Frame 54
"lvl5"Frame 55
"lose5"Frame 56
"win5"Frame 57
"l6"Frame 58
"lvl6"Frame 59
"lose6"Frame 60
"win6"Frame 61
"ll1"Frame 62
"llvl1"Frame 63
"llose1"Frame 64
"lwin1"Frame 65
"ll2"Frame 66
"llvl2"Frame 67
"llose2"Frame 68
"lwin2"Frame 69
"ll3"Frame 70
"llvl3"Frame 71
"llose3"Frame 72
"lwin3"Frame 73
"ll4"Frame 74
"llvl4"Frame 75
"llose4"Frame 76
"lwin4"Frame 77
"ll5"Frame 78
"llvl5"Frame 79
"llose5"Frame 80
"lwin5"Frame 81
"ll6"Frame 82
"llvl6"Frame 83
"llose6"Frame 84
"lwin6"Frame 85

Dynamic Text Variables

tracknameSymbol 58 EditableText""
tutorialSymbol 71 EditableText""
scoredisplaySymbol 103 EditableText""
maxscoretextSymbol 104 EditableText""
tracknameSymbol 110 EditableText""
timerSymbol 121 EditableText""
maxscoretextSymbol 126 EditableText""
maxscoretextSymbol 129 EditableText""
timerSymbol 130 EditableText""
scoredisplaySymbol 136 EditableText""
maxscoretextSymbol 137 EditableText""
tracknameSymbol 138 EditableText""
timerSymbol 142 EditableText""
maxscoretextSymbol 144 EditableText""
maxscoretextSymbol 145 EditableText""
timerSymbol 146 EditableText""
scoredisplaySymbol 150 EditableText""
maxscoretextSymbol 151 EditableText""
tracknameSymbol 155 EditableText""
timerSymbol 158 EditableText""
maxscoretextSymbol 160 EditableText""
maxscoretextSymbol 161 EditableText""
timerSymbol 162 EditableText""
scoredisplaySymbol 168 EditableText""
maxscoretextSymbol 169 EditableText""
tracknameSymbol 170 EditableText""
timerSymbol 173 EditableText""
maxscoretextSymbol 175 EditableText""
maxscoretextSymbol 176 EditableText""
timerSymbol 177 EditableText""
scoredisplaySymbol 181 EditableText""
maxscoretextSymbol 182 EditableText""
tracknameSymbol 184 EditableText""
timerSymbol 187 EditableText""
maxscoretextSymbol 189 EditableText""
maxscoretextSymbol 190 EditableText""
timerSymbol 191 EditableText""
scoredisplaySymbol 195 EditableText""
maxscoretextSymbol 196 EditableText""
tracknameSymbol 198 EditableText""
timerSymbol 201 EditableText""
maxscoretextSymbol 203 EditableText""
maxscoretextSymbol 205 EditableText""
timerSymbol 206 EditableText""
scoredisplaySymbol 208 EditableText""
maxscoretextSymbol 209 EditableText""
tracknameSymbol 210 EditableText""
timerSymbol 214 EditableText""
maxscoretextSymbol 216 EditableText""
maxscoretextSymbol 217 EditableText""
timerSymbol 218 EditableText""
scoredisplaySymbol 221 EditableText""
maxscoretextSymbol 222 EditableText""
tracknameSymbol 223 EditableText""
timerSymbol 224 EditableText""
maxscoretextSymbol 226 EditableText""
maxscoretextSymbol 227 EditableText""
timerSymbol 228 EditableText""
scoredisplaySymbol 231 EditableText""
maxscoretextSymbol 232 EditableText""
tracknameSymbol 233 EditableText""
timerSymbol 234 EditableText""
maxscoretextSymbol 236 EditableText""
maxscoretextSymbol 237 EditableText""
timerSymbol 238 EditableText""
scoredisplaySymbol 241 EditableText""
maxscoretextSymbol 242 EditableText""
tracknameSymbol 243 EditableText""
timerSymbol 244 EditableText""
maxscoretextSymbol 246 EditableText""
maxscoretextSymbol 247 EditableText""
timerSymbol 248 EditableText""
scoredisplaySymbol 251 EditableText""
maxscoretextSymbol 252 EditableText""
tracknameSymbol 253 EditableText""
timerSymbol 254 EditableText""
maxscoretextSymbol 256 EditableText""
maxscoretextSymbol 257 EditableText""
timerSymbol 258 EditableText""
scoredisplaySymbol 261 EditableText""
maxscoretextSymbol 262 EditableText""
tracknameSymbol 263 EditableText""
timerSymbol 264 EditableText""
maxscoretextSymbol 266 EditableText""
maxscoretextSymbol 267 EditableText""
timerSymbol 268 EditableText""




http://swfchan.com/14/66994/info.shtml
Created: 11/4 -2019 18:36:51 Last modified: 11/4 -2019 18:36:51 Server time: 28/04 -2024 09:46:10