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

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

Brighton Bounty.swf

This is the info page for
Flash #42047

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


Text
i n s t r u c t i o n s

BRIGHTON BOUNTY HUNTER

FLASH GAMING FROM ADAM TWYCROSS

p l a y

BRIGHTON BOUNTY HUNTER

Crikey! Those pesky aliens have invaded England's finest city...not sure
what they're up to, but it's bound to be no good!

Jump into your trusty spaceship and defend the town from the invading horde.
Use your arrow keys to navigate and the space bar to fire.

But beware- Brighton rascals Norman Cook and Chris Eubank have taken the
opportunity for a joyride on a flying platform.

You can gain extra points for picking them up, but be sure not to
shoot them.

Right, let's go bother some aliens.... Last one back has to
live in Moulsecombe!

£

a d a m t w y c r o s s . c o . u k

G a m e   O v e r

G a m e   O v e r

P l a y   A g a i n

P l a y   A g a i n

ActionScript [AS1/AS2]

Frame 1
stop(); Stage.showMenu = false;
Instance of Symbol 4 MovieClip in Frame 1
on (press) { _root.gotoAndPlay(2); }
Instance of Symbol 12 MovieClip in Frame 1
on (press) { _root.gotoAndPlay(3); }
Frame 2
stop();
Frame 3
numEnemy = 6; i = 2; while (i <= numEnemy) { enemy1.duplicateMovieClip("enemy" + i, i + 100); i++; } numEubank = 1; i = 2; while (i <= numEubank) { eubank.duplicateMovieClip("eubank" + i, i + 100); i++; } numNorman = 1; i = 2; while (i <= numNorman) { norman.duplicateMovieClip("eubank" + i, i + 100); i++; } score = 0; health = 100;
Instance of Symbol 31 MovieClip "laser" in Frame 3
onClipEvent (load) { laserMoveSpeed = 20; this._y = _root.spaceship._y + 8; this._x = _root.spaceship._x + 85; } onClipEvent (enterFrame) { if (this._name != "laser") { this._x = this._x + laserMoveSpeed; if (this._x > 600) { _root.spaceship.laserCounter--; this.removeMovieClip(); } i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { _root.score = _root.score + 20; _root["enemy" + i].gotoAndPlay(4); this.removeMovieClip(); } if (this.hitTest(_root.enemy)) { this.removeMovieClip(); _root.score = _root.score + 20; _root.enemy.gotoAndPlay(4); this.removeMovieClip(); } i++; } i = 1; while (i <= _root.numEubank) { if (this.hitTest(_root["eubank" + i])) { _root.health = _root.health - 5; _root["eubank" + i].gotoAndPlay(2); if (_root.health <= 0) { _root.gotoAndStop("gameOver"); } } if (this.hitTest(_root.eubank)) { _root.health = _root.health - 5; _root.eubank.gotoAndPlay(2); if (_root.health <= 0) { _root.gotoAndStop("gameOver"); } } i = 1; while (i <= _root.numNorman) { if (this.hitTest(_root["norman" + i])) { _root.health = _root.health - 5; _root["norman" + i].gotoAndPlay(2); if (_root.health <= 0) { _root.gotoAndStop("gameOver"); } } if (this.hitTest(_root.norman)) { _root.health = _root.health - 5; _root.norman.gotoAndPlay(2); if (_root.health <= 0) { _root.gotoAndStop("gameOver"); } } i++; } i++; } } }
Instance of Symbol 34 MovieClip "spaceship" in Frame 3
onClipEvent (load) { moveSpeed = 10; _root.laser._visible = false; laserCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(32)) { _root.laser.duplicateMovieClip("laser" + laserCounter, laserCounter); } _root["laser" + lasercounter]._visible = true; lasercounter++; if (Key.isDown(39) and (this._x < 500)) { this._x = this._x + moveSpeed; } else if (Key.isDown(37) and (this._x > 0)) { this._x = this._x - moveSpeed; } if (Key.isDown(40) and (this._y < 330)) { this._y = this._y + moveSpeed; } else if (Key.isDown(38) and (this._y > 0)) { this._y = this._y - moveSpeed; } }
Instance of Symbol 36 MovieClip "enemy1" in Frame 3
onClipEvent (load) { function reset() { this._x = 520; this._y = random(200) + 100; enemySpeed = random(10) + 1; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { this._x = this._x - enemySpeed; if (this._x < -10) { reset(); } if (this.hitTest(_root.spaceship)) { gotoAndPlay (2); _root.health = _root.health - 10; if (_root.health <= 0) { _root.health = 0; _root.gotoAndStop("gameOver"); } } }
Instance of Symbol 45 MovieClip "eubank" in Frame 3
onClipEvent (load) { function reset() { this._x = 520; this._y = random(350) + 50; eubankSpeed = random(10) + 1; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { this._x = this._x - eubankSpeed; if (this._x < -10) { reset(); } if (this.hitTest(_root.spaceship)) { _root.score = _root.score + 100; reset(); } }
Instance of Symbol 51 MovieClip "norman" in Frame 3
onClipEvent (load) { function reset() { this._x = 520; this._y = random(200) + 100; normanSpeed = random(10) + 1; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { this._x = this._x - normanSpeed; if (this._x < -10) { reset(); } if (this.hitTest(_root.spaceship)) { _root.score = _root.score + 100; reset(); } }
Instance of Symbol 68 MovieClip in Frame 3
on (release) { getURL ("http://www.adamtwycross.co.uk", "_blank"); }
Frame 4
stop();
Frame 5
stop();
Symbol 23 MovieClip Frame 1
if (this.sessionstarted != 1) { this.arcade = new LoadVars(); this.sessionvars = new LoadVars(); this.arcade.gamename = "bbountyhunter"; this.arcade.sessdo = "sessionstart"; this.arcade.sendAndLoad("arcade.php", sessionvars, "POST"); if (this.sessionvars.sessiontype != 2) { _root.is_a_challenge = 0; } else { _root.is_a_challenge = 1; } this.sessionstarted = 1; } if (_root.gameover == 1) { if ((this.askpermission != 1) && (this.sessionvars.connStatus == 1)) { this.prequestvars = new LoadVars(); this.pranswer = new LoadVars(); this.prequestvars.gametime = this.sessionvars.gametime; this.prequestvars.fakekey = this.sessionvars.initbar; _root.score = int(Number(_root.score)); if (_root.score != 0) { this.prequestvars.score = _root.score; } else { this.prequestvars.score = -1; } this.prequestvars.id = this.sessionvars.lastid; this.prequestvars.sessdo = "permrequest"; this.prequestvars.note = (this.prequestvars.id * this.prequestvars.score) * this.prequestvars.fakekey; this.prequestvars.sendAndLoad("./arcade.php", this.pranswer, "POST"); this.askpermission = 1; } if ((this.pranswer.validate == 1) && (this.finalsent != 1)) { this.burnscore = new LoadVars(); this.burnscore.microone = this.pranswer.microone; this.burnscore.gametime = this.prequestvars.gametime; this.burnscore.id = this.prequestvars.id; if (_root.score == 0) { this.burnscore.noscore = 1; } this.burnscore.sessdo = "burn"; this.burnscore.send("./arcade.php", "_self", "POST"); this.finalsent = 1; } }
Symbol 36 MovieClip Frame 1
stop();
Symbol 36 MovieClip Frame 3
stop();
Symbol 36 MovieClip Frame 8
stop(); stop();
Symbol 45 MovieClip Frame 1
stop();
Symbol 45 MovieClip Frame 6
stop();
Symbol 51 MovieClip Frame 1
stop();
Symbol 51 MovieClip Frame 6
stop();
Symbol 76 Button
on (release) { gotoAndPlay (3); }
Symbol 81 Button
on (release) { _root.gameover = 1; }
Symbol 84 Button
on (release) { gotoAndPlay (3); }
Symbol 85 Button
on (release) { _root.gameover = 1; }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 BitmapUsed by:3
Symbol 3 GraphicUses:2Used by:Timeline
Symbol 5 GraphicUsed by:4 12
Symbol 7 FontUsed by:6 13
Symbol 6 TextUses:7Used by:4
Symbol 4 MovieClipUses:5 6Used by:Timeline
Symbol 8 FontUsed by:9
Symbol 9 EditableTextUses:8Used by:Timeline
Symbol 10 FontUsed by:11
Symbol 11 EditableTextUses:10Used by:Timeline
Symbol 13 TextUses:7Used by:12
Symbol 12 MovieClipUses:5 13Used by:Timeline
Symbol 14 GraphicUsed by:Timeline
Symbol 16 GraphicUsed by:15
Symbol 15 MovieClipUses:16Used by:Timeline
Symbol 18 GraphicUsed by:17
Symbol 17 MovieClipUses:18Used by:Timeline
Symbol 20 GraphicUsed by:19
Symbol 19 MovieClipUses:20Used by:Timeline
Symbol 22 GraphicUsed by:21
Symbol 21 MovieClipUses:22Used by:Timeline
Symbol 23 MovieClipUsed by:Timeline
Symbol 24 FontUsed by:25
Symbol 25 EditableTextUses:24Used by:Timeline
Symbol 26 FontUsed by:27
Symbol 27 EditableTextUses:26Used by:Timeline
Symbol 28 SoundUsed by:Timeline
Symbol 30 GraphicUsed by:29
Symbol 29 MovieClipUses:30Used by:Timeline
Symbol 32 GraphicUsed by:31
Symbol 31 MovieClipUses:32Used by:Timeline
Symbol 33 GraphicUsed by:Timeline
Symbol 35 GraphicUsed by:34
Symbol 34 MovieClipUses:35Used by:Timeline
Symbol 38 GraphicUsed by:37
Symbol 37 MovieClipUses:38Used by:36
Symbol 40 GraphicUsed by:39
Symbol 39 MovieClipUses:40Used by:36 45 51
Symbol 41 SoundUsed by:36
Symbol 42 SoundUsed by:36 45 51
Symbol 43 GraphicUsed by:36
Symbol 44 GraphicUsed by:36
Symbol 36 MovieClipUses:37 39 41 42 43 44Used by:Timeline
Symbol 46 GraphicUsed by:45
Symbol 47 GraphicUsed by:45
Symbol 48 GraphicUsed by:45
Symbol 49 GraphicUsed by:45
Symbol 50 GraphicUsed by:45
Symbol 45 MovieClipUses:46 39 47 48 42 49 50Used by:Timeline
Symbol 52 GraphicUsed by:51
Symbol 53 GraphicUsed by:51
Symbol 54 GraphicUsed by:51
Symbol 55 GraphicUsed by:51
Symbol 56 GraphicUsed by:51
Symbol 57 GraphicUsed by:51
Symbol 51 MovieClipUses:52 39 53 54 55 42 56 57Used by:Timeline
Symbol 58 GraphicUsed by:Timeline
Symbol 59 GraphicUsed by:Timeline
Symbol 60 FontUsed by:61
Symbol 61 EditableTextUses:60Used by:Timeline
Symbol 62 GraphicUsed by:Timeline
Symbol 64 FontUsed by:63 74 75 78 79
Symbol 63 TextUses:64Used by:Timeline
Symbol 65 GraphicUsed by:Timeline
Symbol 66 FontUsed by:67
Symbol 67 EditableTextUses:66Used by:Timeline
Symbol 69 GraphicUsed by:68
Symbol 71 FontUsed by:70
Symbol 70 TextUses:71Used by:68
Symbol 68 MovieClipUses:69 70Used by:Timeline
Symbol 72 SoundUsed by:Timeline
Symbol 73 GraphicUsed by:Timeline
Symbol 74 TextUses:64Used by:Timeline
Symbol 75 TextUses:64Used by:Timeline
Symbol 77 GraphicUsed by:76 84
Symbol 78 TextUses:64Used by:76 84
Symbol 79 TextUses:64Used by:76 84
Symbol 76 ButtonUses:77 78 79Used by:Timeline
Symbol 80 GraphicUsed by:Timeline
Symbol 82 BitmapUsed by:83
Symbol 83 GraphicUses:82Used by:81 85
Symbol 81 ButtonUses:83Used by:Timeline
Symbol 84 ButtonUses:77 78 79
Symbol 85 ButtonUses:83

Instance Names

"laser"Frame 3Symbol 31 MovieClip
"spaceship"Frame 3Symbol 34 MovieClip
"enemy1"Frame 3Symbol 36 MovieClip
"eubank"Frame 3Symbol 45 MovieClip
"norman"Frame 3Symbol 51 MovieClip

Labels

"gameOver"Frame 5

Dynamic Text Variables

healthSymbol 61 EditableText""
scoreSymbol 67 EditableText""




http://swfchan.com/9/42047/info.shtml
Created: 10/5 -2019 03:14:11 Last modified: 10/5 -2019 03:14:11 Server time: 05/05 -2024 09:07:05