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

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

Bands Battle.swf

This is the info page for
Flash #59879

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


Text
e

Medium

Easy

Hard

BANDS BATTLE!

Times have been rough your band
My Chemistry Love Intrest. Your last
CD was a smash hit, but another
band, Frenzy! At The Dance Club is
coming out with a
new album. You must fight for
a gold record to keep your status!

<p align="left"><font face="Karen Helenes haandskrift" size="26" color="#000000" letterSpacing="0.000000" kerning="1">MCLI: 0</font></p>

<p align="right"><font face="Karen Helenes haandskrift" size="26" color="#000000" letterSpacing="0.000000" kerning="1">F!ATDC: 0</font></p>

<p align="center"><font face="Karen Helenes haandskrift" size="26" color="#000000" letterSpacing="0.000000" kerning="1">00:00</font></p>

h

You've recieved your first gold record!
You are the comeback of the year!

You are a critical and commercial flop!
You are the sophmore slump of the
year.

ActionScript [AS1/AS2]

Frame 1
stop(); stop();
Instance of Symbol 2 MovieClip "player" in Frame 1
onClipEvent (enterFrame) { if (Key.isDown(37) && (this._x > 28)) { this._x = this._x - 10; } if (Key.isDown(39) && (this._x < 550)) { this._x = this._x + 10; } }
Frame 2
function lose() { _root.cpu.score++; _root.cputxt = "CPU: " + _root.cpu.score; if (_root.cpu.score == 21) { gotoAndStop ("lose"); } reset(); } function win() { _root.player.score++; _root.playertxt = "Player: " + _root.player.score; if (_root.player.score == 21) { gotoAndStop ("win"); } reset(); } function reset() { _root.ball._x = 261; _root.ball._y = 200; _root.ball.xspeed = 0; } function timer() { _root.timesec++; secs = _root.timesec % 60; mins = _root.timesec; mins = mins - secs; mins = mins / 60; if (isNaN(mins)) { mins = 0; } if (length(mins) == 1) { mins = "0" + mins; } if (length(secs) == 1) { secs = "0" + secs; } _root.timetxt = (mins + ":") + secs; } stop(); _root.ball.yspeed = 5; _root.ball.xspeed = 5; _root.cpu.score = 0; _root.player.score = 0; _root.cpu.speed = _global.cpuspeed; _root.timesec = 0; reset(); timerint = setInterval(timer, 1000);
Instance of Symbol 2 MovieClip "player" in Frame 2
onClipEvent (enterFrame) { if (Key.isDown(37) && (this._x > 28)) { this._x = this._x - 10; } if (Key.isDown(39) && (this._x < 550)) { this._x = this._x + 10; } }
Instance of Symbol 2 MovieClip "cpu" in Frame 2
onClipEvent (enterFrame) { if (this._x > _root.ball._x) { this._x = this._x - speed; } if (this._x < _root.ball._x) { this._x = this._x + speed; } }
Instance of Symbol 27 MovieClip "ball" in Frame 2
onClipEvent (enterFrame) { this._y = this._y + this.yspeed; this._x = this._x + this.xspeed; if ((this._x > 550) || (this._x < 0)) { this.xspeed = this.xspeed * -1; } if (this.hitTest(_root.player)) { ang = (this._x - _root.player._x) / 10; this.xspeed = this.xspeed + ang; this.yspeed = this.yspeed * -1; } if (this.hitTest(_root.cpu)) { ang = (this._x - _root.cpu._x) / 10; this.xspeed = this.xspeed + ang; this.yspeed = this.yspeed * -1; } if (this._y > 400) { _root.lose(); } if (this._y < 28) { _root.win(); } }
Frame 3
clearInterval(timerint); _root.cpu.score = 0; _root.player.score = 0; _root.playertxt = "Player: 0"; _root.cputxt = "CPU: 0"; stopAllSounds();
Instance of Symbol 2 MovieClip "player" in Frame 3
onClipEvent (enterFrame) { if (Key.isDown(37) && (this._x > 28)) { this._x = this._x - 10; } if (Key.isDown(39) && (this._x < 550)) { this._x = this._x + 10; } }
Frame 4
clearInterval(timerint); _root.cpu.score = 0; _root.player.score = 0; _root.playertxt = "Player: 0"; _root.cputxt = "CPU: 0";
Symbol 10 Button
on (release) { _global.cpuspeed = 7; gotoAndStop ("play"); }
Symbol 13 Button
on (release) { _global.cpuspeed = 5; gotoAndStop ("play"); }
Symbol 16 Button
on (release) { _global.cpuspeed = 10; gotoAndStop ("play"); }

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClipUses:1Used by:Timeline
Symbol 3 FontUsed by:4 25
Symbol 4 TextUses:3Used by:5
Symbol 5 MovieClipUses:4Used by:Timeline
Symbol 6 GraphicUsed by:Timeline
Symbol 7 GraphicUsed by:10
Symbol 8 FontUsed by:9 12 15 17 22 23 24
Symbol 9 TextUses:8Used by:10
Symbol 10 ButtonUses:7 9Used by:Timeline
Symbol 11 GraphicUsed by:13
Symbol 12 TextUses:8Used by:13
Symbol 13 ButtonUses:11 12Used by:Timeline
Symbol 14 GraphicUsed by:16
Symbol 15 TextUses:8Used by:16
Symbol 16 ButtonUses:14 15Used by:Timeline
Symbol 17 TextUses:8Used by:Timeline
Symbol 18 FontUsed by:19 29 31
Symbol 19 EditableTextUses:18Used by:Timeline
Symbol 20 SoundUsed by:Timeline
Symbol 21 GraphicUsed by:Timeline
Symbol 22 EditableTextUses:8Used by:Timeline
Symbol 23 EditableTextUses:8Used by:Timeline
Symbol 24 EditableTextUses:8Used by:Timeline
Symbol 25 TextUses:3Used by:Timeline
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:Timeline
Symbol 28 GraphicUsed by:Timeline
Symbol 29 EditableTextUses:18Used by:Timeline
Symbol 30 GraphicUsed by:Timeline
Symbol 31 EditableTextUses:18Used by:Timeline

Instance Names

"player"Frame 1Symbol 2 MovieClip
"player"Frame 2Symbol 2 MovieClip
"cpu"Frame 2Symbol 2 MovieClip
"ball"Frame 2Symbol 27 MovieClip
"player"Frame 3Symbol 2 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Labels

"play"Frame 2
"win"Frame 3
"lose"Frame 4

Dynamic Text Variables

playertxtSymbol 22 EditableText"<p align="left"><font face="Karen Helenes haandskrift" size="26" color="#000000" letterSpacing="0.000000" kerning="1">MCLI: 0</font></p>"
cputxtSymbol 23 EditableText"<p align="right"><font face="Karen Helenes haandskrift" size="26" color="#000000" letterSpacing="0.000000" kerning="1">F!ATDC: 0</font></p>"
timetxtSymbol 24 EditableText"<p align="center"><font face="Karen Helenes haandskrift" size="26" color="#000000" letterSpacing="0.000000" kerning="1">00:00</font></p>"




http://swfchan.com/12/59879/info.shtml
Created: 16/4 -2019 14:10:38 Last modified: 16/4 -2019 14:10:38 Server time: 10/05 -2024 11:01:28