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

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

3D Desert Dash! WOW!.swf

This is the info page for
Flash #30247

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


Text
START

GNARLY DAVISSON

Use  either CTRL key
to fire

Use ARROW keys to
move Speeder in
any direction

CTRL

Avoid shooting Larry on his lawn chair!
His force field deflects bullets!!

Avoid shooting Larry on his lawn chair!
His force field deflects bullets!!

Shoot these!

Collect these!

Avoid these!

Shoot these!

Collect these!

Avoid these!

WATCH OUT!
SOME mUSHROOMS
TAKE MORE THAN ONE SHOT!

3

0

Your score was

ActionScript [AS1/AS2]

Frame 1
ifFrameLoaded (3) { gotoAndStop (3); }
Frame 2
gotoAndPlay (1);
Frame 3
stop(); numShroom = 4; i = 1; while (numShroom >= i) { shr.duplicateMovieClip("shr" + i, i + 1000); i++; }
Frame 4
stop();
Instance of Symbol 63 MovieClip "bom" in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.speeder)) { if (Math.abs(_root.bom._y - _root.speeder._y) < 20) { contact = true; } if (contact) { if (_root.speeder.blowable == true) { _root.speeder.gotoAndPlay("blow"); _root.speeder.blowable = false; _root.ctrl.begin(); } } } }
Frame 6
stop(); numShroom = 4; i = 1; while (numShroom >= i) { shr.duplicateMovieClip("shr" + i, i + 1000); i++; }
Instance of Symbol 71 MovieClip "bg" in Frame 6
onClipEvent (load) { bgSpeed = 10; } onClipEvent (enterFrame) { _root.bg._x = _root.bg._x - bgSpeed; if (-550 >= _root.bg._x) { _root.bg._x = 550; } }
Instance of Symbol 72 MovieClip "bg2" in Frame 6
onClipEvent (load) { bgSpeed = 10; } onClipEvent (enterFrame) { _root.bg2._x = _root.bg2._x - bgSpeed; if (-550 >= _root.bg2._x) { _root.bg2._x = 550; } }
Instance of Symbol 75 MovieClip "bottle" in Frame 6
onClipEvent (load) { bottleMoveSpeed = 27; this._xscale = _root.speeder._xscale / 2; this._yscale = _root.speeder._yscale / 2; this._y = _root.speeder._y; this._x = _root.speeder._x + 20; reverse = false; } onClipEvent (enterFrame) { if (this._name != "bottle") { if (reverse == false) { this._x = this._x + bottleMoveSpeed; } if (600 < this._x) { this.removeMovieClip(); } i = 1; while (_root.numShroom >= i) { if (this.hitTest(_root["shr" + i])) { if (Math.abs(this._y - _root["shr" + i]._y) < 20) { hit = true; } if (hit) { if (_root["shr" + i].hitable == true) { _root["shr" + i].gotoAndPlay("explode"); _root.score = Number(_root.score + 20); this.removeMovieClip(); } } } i++; } } } onClipEvent (enterFrame) { if (this._name != "bottle") { if (this.hitTest(_root.lar)) { if (Math.abs(this._y - _root.lar._y) < 30) { reverse = true; _root.lar.shield.gotoAndPlay("go"); } } if (reverse) { this._x = this._x - 30; if (this.hitTest(_root.speeder)) { if (Math.abs(this._y - _root.speeder._y) < 10) { contact = true; } if (contact) { if (_root.speeder.blowable == true) { _root.speeder.gotoAndPlay("blow"); _root.speeder.blowable = false; _root.ctrl.begin(); } } } } } }
Instance of Symbol 93 MovieClip "speeder" in Frame 6
onClipEvent (load) { function restart() { this._y = 310; this._x = 33; movieSpeed = 17; _root.bottle._visible = false; bottleCounter = 1; scale = 10; this.gotoAndPlay("start"); armed = true; contact = false; this._xscale = 66; this._yscale = 66; } restart(); } onClipEvent (enterFrame) { if (90 >= this._x) { this._x = 90; } if (this._x >= 250) { this._x = 250; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x - movieSpeed; } else if (Key.isDown(Key.RIGHT)) { this._x = this._x + movieSpeed; } } onClipEvent (enterFrame) { if (Key.isDown(Key.UP)) { this._xscale = this._xscale - scale; this._yscale = this._yscale - scale; this._y = this._y - movieSpeed; } else if (Key.isDown(Key.DOWN)) { this._xscale = this._xscale + scale; this._yscale = this._yscale + scale; this._y = this._y + movieSpeed; } } onClipEvent (enterFrame) { if (armed) { if (Key.isDown(Key.CONTROL)) { this.hood.gotoAndPlay("throw"); _root.bottle.duplicateMovieClip("bottle" + bottleCounter, bottleCounter + 10); _root["bottle" + bottleCounter]._visible = true; bottleCounter++; armed = false; } } if (200 >= this._y) { this._y = 200; } if (this._y >= 310) { this._y = 310; } if (16 >= this._xscale) { this._xscale = 16; } if (16 >= this._yscale) { this._yscale = 16; } if (this._xscale >= 66) { this._xscale = 66; } if (this._yscale >= 66) { this._yscale = 66; } } onClipEvent (enterFrame) { n = 1; while (_root.numShroom >= n) { if (this.hitTest(_root["shr" + n])) { if (Math.abs(this._y - _root["shr" + n]._y) < 15) { contact = true; } if (contact) { if (_root["shr" + n].hitable == true) { this.gotoAndPlay("blow"); _root["shr" + n].hitable = false; } } } n++; } }
Instance of Symbol 95 MovieClip "ctrl" in Frame 6
onClipEvent (load) { function begin() { enemyCounter = 0; l = 1; while (_root.numShroom >= l) { _root["shr" + l].gotoAndPlay("explode"); _root.lar.gotoAndPlay("larFade"); _root.dol.gotoAndPlay("dolReset"); _root.bom.gotoAndPlay("bomBlow"); l++; } } over = false; this._visible = false; } onClipEvent (enterFrame) { _root.final = Number(_root.score); enemyCounter++; if (enemyCounter == 10) { _root.numShroom++; enemyCounter = 0; } if (_root.speeder.blowable == true) { if (Key.isDown(Key.UP)) { _root.speeder.gotoAndStop("up"); } else if (Key.isDown(Key.DOWN)) { _root.speeder.gotoAndStop("down"); } else { _root.speeder.gotoAndStop("med"); } } }
Instance of Symbol 103 MovieClip "shr" in Frame 6
onClipEvent (load) { function reset() { if (_root.ctrl.over == false) { hitable = true; this._x = random(200) + 800; this.gotoAndPlay(1); abcNumber = random(3) + 1; if (abcNumber == 3) { this._y = 195; this._xscale = 20; this._yscale = 20; } else if (abcNumber == 2) { this._y = 240; this._xscale = 46; this._yscale = 46; } else if (abcNumber == 1) { this._y = 300; this._xscale = 76; this._yscale = 76; } else { this.removeMovieClip; } } } n = 1; timer = 1; if (this._name == "shr") { this._visible = false; } reset(); } onClipEvent (enterFrame) { timer++; if (timer == 75) { n++; timer = 0; } if (this._name != "shr") { if (-90 >= this._x) { reset(); } if (this._y == 300) { this._x = this._x - (12 + n); } if (this._y == 240) { this._x = this._x - (10 + n); } if (this._y == 195) { this._x = this._x - (8 + n); } } }
Instance of Symbol 108 MovieClip "bom" in Frame 6
onClipEvent (load) { function bomStart() { this._x = 650; this._yscale = 70; this._xscale = 70; abcNumber = random(3) + 1; if (abcNumber == 3) { this._y = 195; this._xscale = 20; this._yscale = 20; } else if (abcNumber == 2) { this._y = 240; this._xscale = 36; this._yscale = 36; } else if (abcNumber == 1) { this._y = 300; this._xscale = 70; this._yscale = 70; } bomhit = false; timer = 0; scroll = false; } bomStart(); } onClipEvent (enterFrame) { timer++; if (timer >= 70) { scroll = true; if (scroll) { this._x = this._x - (_root.bg.bgSpeed * 3); if (-20 >= this._x) { bomStart(); } } } }
Instance of Symbol 109 MovieClip "lar" in Frame 6
onClipEvent (load) { function larStart() { this._x = 650; this._yscale = 75; this._xscale = 75; abcNumber = random(3) + 1; if (abcNumber == 3) { this._y = 200; this._xscale = 20; this._yscale = 20; } else if (abcNumber == 2) { this._y = 255; this._xscale = 42; this._yscale = 42; } else if (abcNumber == 1) { this._y = 315; this._xscale = 76; this._yscale = 76; } timer = 0; scroll = false; } larstart(); } onClipEvent (enterFrame) { timer++; if (timer >= 25) { scroll = true; if (scroll) { this._x = this._x - _root.bg.bgSpeed; if (-20 >= this._x) { larstart(); } } if (this.hitTest(_root.speeder)) { if (Math.abs(this._y - _root.speeder._y) < 5) { contact = true; } if (contact) { if (_root.speeder.blowable == true) { _root.speeder.gotoAndPlay("blow"); _root.speeder.blowable = false; } } } } }
Instance of Symbol 119 MovieClip "dol" in Frame 6
onClipEvent (load) { function dolStart() { this._x = 650; this._yscale = 90; this._xscale = 90; abcNumber = random(3) + 1; if (abcNumber == 3) { this._y = 195; this._xscale = 20; this._yscale = 20; } else if (abcNumber == 2) { this._y = 240; this._xscale = 46; this._yscale = 46; } else if (abcNumber == 1) { this._y = 300; this._xscale = 90; this._yscale = 90; } timer = 0; scroll = false; } dolStart(); } onClipEvent (enterFrame) { timer++; if (timer >= 50) { scroll = true; if (scroll) { this._x = this._x - (_root.bg.bgSpeed * 2); if (-20 >= this._x) { dolStart(); } } if (this.hitTest(_root.speeder)) { if (Math.abs(this._y - _root.speeder._y) < 10) { contact = true; } if (contact) { if (dolhit == true) { this.gotoAndPlay("dolEnd"); _root.score = Number(_root.score + 50); } } } } }
Frame 12
stop(); stopAllSounds(); _root.ctrl.over = true; numShroom = 4; i = 1; while (numShroom >= i) { ["shr" + i].removeMovieClip; i++; }
Symbol 14 MovieClip Frame 1
stop();
Symbol 14 MovieClip Frame 7
_root.speeder.armed = true;
Symbol 17 Button
on (release) { gotoAndStop (4); }
Symbol 40 Button
on (release) { gotoAndStop (5); }
Symbol 51 MovieClip Frame 1
stop();
Symbol 51 MovieClip Frame 2
play();
Symbol 52 MovieClip Frame 85
gotoAndPlay (1);
Symbol 52 MovieClip Frame 91
this.larStart();
Symbol 69 Button
on (release) { gotoAndStop (6); }
Symbol 93 MovieClip Frame 1
_root.ready.gotoAndPlay("ready"); this.blowable = false;
Symbol 93 MovieClip Frame 12
this.blowable = true;
Symbol 93 MovieClip Frame 13
stop();
Symbol 93 MovieClip Frame 14
stop();
Symbol 93 MovieClip Frame 15
stop();
Symbol 93 MovieClip Frame 16
play(); this.blowable = false;
Symbol 93 MovieClip Frame 18
_root.ctrl.begin();
Symbol 93 MovieClip Frame 19
_root.lives = Number(_root.lives - 1); _root.live.gotoAndPlay("go"); if (_root.lives == 0) { _root.ctrl.over = true; }
Symbol 93 MovieClip Frame 31
if (_root.ctrl.over == true) { _root.gotoAndStop("gameOver"); }
Symbol 93 MovieClip Frame 33
restart();
Symbol 103 MovieClip Frame 1
hitable = true;
Symbol 103 MovieClip Frame 15
gotoAndPlay (1);
Symbol 103 MovieClip Frame 16
this.hitable = false;
Symbol 103 MovieClip Frame 19
stop(); if (_root.ctrl.over == false) { reset(); }
Symbol 108 MovieClip Frame 1
bomhit = true;
Instance of Symbol 63 MovieClip "bom" in Symbol 108 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.speeder)) { if (Math.abs(_root.bom._y - _root.speeder._y) < 20) { contact = true; } if (contact) { if (_root.speeder.blowable == true) { _root.speeder.gotoAndPlay("blow"); _root.speeder.blowable = false; _root.ctrl.begin(); } } } }
Symbol 108 MovieClip Frame 12
gotoAndPlay (1);
Instance of Symbol 107 MovieClip "bom" in Symbol 108 MovieClip Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.speeder)) { if (_root.speeder.blowable == true) { _root.speeder.gotoAndPlay("blow"); _root.ctrl.begin(); } } }
Symbol 108 MovieClip Frame 13
bomhit = false;
Symbol 108 MovieClip Frame 18
bomStart();
Symbol 109 MovieClip Frame 85
gotoAndPlay (1);
Symbol 109 MovieClip Frame 91
this.larStart();
Symbol 116 MovieClip Frame 1
stop();
Symbol 116 MovieClip Frame 9
gotoAndStop (1);
Symbol 119 MovieClip Frame 1
play(); dolHit = true;
Symbol 119 MovieClip Frame 11
gotoAndPlay (1);
Symbol 119 MovieClip Frame 12
dolHit = false;
Symbol 119 MovieClip Frame 28
dolStart(); gotoAndPlay (1);
Symbol 119 MovieClip Frame 29
Symbol 119 MovieClip Frame 33
dolStart(); gotoAndPlay (1);
Symbol 121 MovieClip Frame 1
play();
Symbol 121 MovieClip Frame 11
stop();
Symbol 124 Button
on (release) { gotoAndStop (5); _root.lives = Number(3); _root.score = Number(0); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 BitmapUsed by:3
Symbol 3 GraphicUses:2Used by:4 71 72
Symbol 4 MovieClipUses:3Used by:Timeline
Symbol 5 GraphicUsed by:Timeline
Symbol 6 GraphicUsed by:17 40 68 69 93 124  Timeline
Symbol 7 GraphicUsed by:17 40 68 69 93 124  Timeline
Symbol 8 GraphicUsed by:17 40 68 69 93 124  Timeline
Symbol 9 GraphicUsed by:17 40 68 69 93 124  Timeline
Symbol 10 GraphicUsed by:17 40 68 69 93 124  Timeline
Symbol 11 GraphicUsed by:14 17 124
Symbol 12 GraphicUsed by:14 17 124
Symbol 13 SoundUsed by:14
Symbol 14 MovieClipUses:11 12 13Used by:17 40 68 69 93 124  Timeline
Symbol 15 FontUsed by:16
Symbol 16 TextUses:15Used by:17
Symbol 17 ButtonUses:6 7 8 9 10 14 16 11 12Used by:Timeline
Symbol 18 GraphicUsed by:Timeline
Symbol 19 FontUsed by:20
Symbol 20 TextUses:19Used by:Timeline
Symbol 21 GraphicUsed by:Timeline
Symbol 22 GraphicUsed by:Timeline
Symbol 23 BitmapUsed by:24
Symbol 24 GraphicUses:23Used by:Timeline
Symbol 25 FontUsed by:26 27 53 54 55 56 57 65 66 67 70
Symbol 26 TextUses:25Used by:Timeline
Symbol 27 TextUses:25Used by:Timeline
Symbol 28 GraphicUsed by:Timeline
Symbol 29 GraphicUsed by:103  Timeline
Symbol 30 BitmapUsed by:31 98 99 100 101
Symbol 31 GraphicUses:30Used by:103  Timeline
Symbol 32 GraphicUsed by:103  Timeline
Symbol 33 GraphicUsed by:36
Symbol 34 FontUsed by:35
Symbol 35 TextUses:34Used by:36
Symbol 36 MovieClipUses:33 35Used by:Timeline
Symbol 37 GraphicUsed by:Timeline
Symbol 38 GraphicUsed by:40 68 69
Symbol 39 GraphicUsed by:40 68 69
Symbol 40 ButtonUses:6 7 8 9 10 14 38 39Used by:Timeline
Symbol 41 GraphicUsed by:Timeline
Symbol 42 GraphicUsed by:52 109
Symbol 43 GraphicUsed by:52 109
Symbol 44 GraphicUsed by:52 109
Symbol 45 GraphicUsed by:52 109
Symbol 46 GraphicUsed by:52 109
Symbol 47 GraphicUsed by:52 109
Symbol 48 GraphicUsed by:52 109
Symbol 49 GraphicUsed by:51 58
Symbol 50 SoundUsed by:51
Symbol 51 MovieClipUses:49 50Used by:52 109
Symbol 52 MovieClipUses:42 43 44 45 46 47 48 51Used by:Timeline
Symbol 53 TextUses:25Used by:Timeline
Symbol 54 TextUses:25Used by:Timeline
Symbol 55 TextUses:25Used by:Timeline
Symbol 56 TextUses:25Used by:Timeline
Symbol 57 TextUses:25Used by:Timeline
Symbol 58 MovieClipUses:49Used by:Timeline
Symbol 59 GraphicUsed by:Timeline
Symbol 60 GraphicUsed by:119  Timeline
Symbol 61 GraphicUsed by:119  Timeline
Symbol 62 GraphicUsed by:63 107
Symbol 63 MovieClipUses:62Used by:108  Timeline
Symbol 64 GraphicUsed by:108  Timeline
Symbol 65 TextUses:25Used by:Timeline
Symbol 66 TextUses:25Used by:Timeline
Symbol 67 TextUses:25Used by:Timeline
Symbol 68 ButtonUses:6 7 8 9 10 14 38 39Used by:Timeline
Symbol 69 ButtonUses:6 7 8 9 10 14 38 39Used by:Timeline
Symbol 70 TextUses:25Used by:Timeline
Symbol 71 MovieClipUses:3Used by:Timeline
Symbol 72 MovieClipUses:3Used by:Timeline
Symbol 73 GraphicUsed by:75
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:73 74Used by:Timeline
Symbol 76 GraphicUsed by:93
Symbol 77 SoundUsed by:93
Symbol 78 GraphicUsed by:93
Symbol 79 GraphicUsed by:93
Symbol 80 GraphicUsed by:93
Symbol 81 GraphicUsed by:93
Symbol 82 GraphicUsed by:93
Symbol 83 GraphicUsed by:93
Symbol 84 GraphicUsed by:93
Symbol 85 GraphicUsed by:93
Symbol 86 GraphicUsed by:93
Symbol 87 GraphicUsed by:93
Symbol 88 GraphicUsed by:93
Symbol 89 GraphicUsed by:93
Symbol 90 GraphicUsed by:93
Symbol 91 GraphicUsed by:93
Symbol 92 SoundUsed by:93
Symbol 93 MovieClipUses:6 76 7 8 9 10 14 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92Used by:Timeline
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:94Used by:Timeline
Symbol 96 GraphicUsed by:Timeline
Symbol 97 GraphicUsed by:103 108
Symbol 98 GraphicUses:30Used by:103
Symbol 99 GraphicUses:30Used by:103
Symbol 100 GraphicUses:30Used by:103
Symbol 101 GraphicUses:30Used by:103
Symbol 102 SoundUsed by:103
Symbol 103 MovieClipUses:29 31 32 97 98 99 100 101 102Used by:Timeline
Symbol 104 GraphicUsed by:108
Symbol 105 GraphicUsed by:108
Symbol 106 GraphicUsed by:108
Symbol 107 MovieClipUses:62Used by:108
Symbol 108 MovieClipUses:104 105 63 106 64 97 107Used by:Timeline
Symbol 109 MovieClipUses:42 43 44 45 46 47 48 51Used by:Timeline
Symbol 110 GraphicUsed by:Timeline
Symbol 111 FontUsed by:112 114
Symbol 112 EditableTextUses:111Used by:Timeline
Symbol 113 GraphicUsed by:Timeline
Symbol 114 EditableTextUses:111Used by:Timeline
Symbol 115 GraphicUsed by:116
Symbol 116 MovieClipUses:115Used by:Timeline
Symbol 117 GraphicUsed by:119
Symbol 118 SoundUsed by:119
Symbol 119 MovieClipUses:60 61 117 118Used by:Timeline
Symbol 120 GraphicUsed by:121
Symbol 121 MovieClipUses:120Used by:Timeline
Symbol 122 SoundUsed by:Timeline
Symbol 123 GraphicUsed by:124  Timeline
Symbol 124 ButtonUses:6 7 8 9 10 14 123 11 12Used by:Timeline
Symbol 125 FontUsed by:126 128
Symbol 126 TextUses:125Used by:Timeline
Symbol 127 GraphicUsed by:Timeline
Symbol 128 EditableTextUses:125Used by:Timeline

Instance Names

"bg"Frame 3Symbol 4 MovieClip
"lar"Frame 5Symbol 52 MovieClip
"bom"Frame 5Symbol 63 MovieClip
"bg"Frame 6Symbol 71 MovieClip
"bg2"Frame 6Symbol 72 MovieClip
"bottle"Frame 6Symbol 75 MovieClip
"speeder"Frame 6Symbol 93 MovieClip
"ctrl"Frame 6Symbol 95 MovieClip
"shr"Frame 6Symbol 103 MovieClip
"bom"Frame 6Symbol 108 MovieClip
"lar"Frame 6Symbol 109 MovieClip
"live"Frame 6Symbol 116 MovieClip
"dol"Frame 6Symbol 119 MovieClip
"ready"Frame 6Symbol 121 MovieClip
"hood"Frame 12Symbol 14 MovieClip
"shield"Symbol 52 MovieClip Frame 1Symbol 51 MovieClip
"hood"Symbol 93 MovieClip Frame 1Symbol 14 MovieClip
"bom"Symbol 108 MovieClip Frame 1Symbol 63 MovieClip
"bom"Symbol 108 MovieClip Frame 12Symbol 107 MovieClip
"shield"Symbol 109 MovieClip Frame 1Symbol 51 MovieClip

Labels

"start"Frame 3
"how"Frame 4
"avoid"Frame 5
"game"Frame 6
"gameOver"Frame 12
"throw"Symbol 14 MovieClip Frame 2
"shieldStart"Symbol 51 MovieClip Frame 1
"go"Symbol 51 MovieClip Frame 2
"larFade"Symbol 52 MovieClip Frame 86
"start"Symbol 93 MovieClip Frame 1
"med"Symbol 93 MovieClip Frame 13
"down"Symbol 93 MovieClip Frame 14
"up"Symbol 93 MovieClip Frame 15
"blow"Symbol 93 MovieClip Frame 16
"explode"Symbol 103 MovieClip Frame 16
"bomBlow"Symbol 108 MovieClip Frame 13
"larFade"Symbol 109 MovieClip Frame 86
"go"Symbol 116 MovieClip Frame 2
"dolGo"Symbol 119 MovieClip Frame 1
"dolEnd"Symbol 119 MovieClip Frame 12
"dolReset"Symbol 119 MovieClip Frame 29
"ready"Symbol 121 MovieClip Frame 1

Dynamic Text Variables

livesSymbol 112 EditableText"3"
scoreSymbol 114 EditableText"0"
finalSymbol 128 EditableText""




http://swfchan.com/7/30247/info.shtml
Created: 19/5 -2019 11:52:53 Last modified: 19/5 -2019 11:52:53 Server time: 19/05 -2024 17:38:29