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

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

pdiddy.swf

This is the info page for
Flash #131455

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


Text
directions:
up      key
down     key

choose a game:
table tennis
soccer
Ice Hockey

steve napierski (c)2005

P Diddy's
p-ball
challenge

00

00

10

00

you:

p diddy:

You won this
time, but next
time I won't
go so easy
on you.

00

I came,
I saw,
I schooled
your ass!

ActionScript [AS1/AS2]

Frame 1
stop();
Instance of Symbol 21 MovieClip "mc_green" in Frame 1
onClipEvent (load) { _visible = false; }
Instance of Symbol 23 MovieClip "mc_blue" in Frame 1
onClipEvent (load) { _visible = false; }
Frame 2
stop();
Instance of Symbol 25 MovieClip "balken2" in Frame 2
onClipEvent (enterFrame) { difference = _root.ball._y - _root.balken2._y; if (_root.ball._x >= 75) { if ((_root.balken2._y >= _root.ball._y) and (_root.balken2._y >= 0)) { if (-70 >= difference) { this._y = this._y - (random(5) + 16); } else { this._y = this._y - (random(3) + 12.5); } } if ((_root.ball._y >= _root.balken2._y) and (380 >= _root.balken2._y)) { if (difference >= 70) { this._y = this._y + (random(5) + 16); } else { this._y = this._y + (random(3) + 12.5); } } } }
Instance of Symbol 12 MovieClip in Frame 2
onClipEvent (load) { _root.xspeed = 7; _root.yspeed = 7; _root.score1 = 0; _root.score2 = 0; _root.wurdescore1 = false; _root.wurdescore2 = false; _root.ballraus = false; } onClipEvent (enterFrame) { if (Key.isDown(38) and (0 < _root.balken1._y)) { _root.balken1._y = _root.balken1._y - 10; } if (Key.isDown(40) and (_root.balken1._y < 380)) { _root.balken1._y = _root.balken1._y + 10; } if (_root.ballraus == true) { _root.ball._x = 310; _root.ball._y = 10; _root.ballraus = false; _root.wurdescore1 = false; _root.wurdescore2 = false; } if (_root.ball.hitTest(_root.randoben) or _root.ball.hitTest(_root.randunten)) { _root.yspeed = -_root.yspeed; _root.sou.gotoAndPlay("throw"); } if (_root.ball.hitTest(_root.balken1)) { _root.xspeed = -_root.xspeed; _root.balken1.gotoAndPlay(2); _root.sou.gotoAndPlay("racket"); } if (_root.ball.hitTest(_root.balken2)) { _root.xspeed = -_root.xspeed; _root.balken2.gotoAndPlay(2); _root.sou.gotoAndPlay("racket"); } if (_root.ball.hitTest(_root.randrechts) and (_root.wurdescore1 == false)) { _root.score1 = _root.score1 + 1; _root.score10 = "0" + _root.score1; _root.wurdescore1 = true; _root.ballraus = true; _root.sou.gotoAndPlay("crash"); } if (_root.ball.hitTest(_root.randlinks) and (_root.wurdescore2 == false)) { _root.score2 = _root.score2 + 1; _root.score20 = "0" + _root.score2; _root.wurdescore2 = true; _root.ballraus = true; _root.sou.gotoAndPlay("crash"); } _root.ball._x = _root.ball._x + _root.xspeed; _root.ball._y = _root.ball._y + _root.yspeed; if (_root.score1 == 10) { _root.gotoAndPlay("player1"); } if (_root.score2 == 10) { _root.gotoAndPlay("player2"); } }
Instance of Symbol 12 MovieClip in Frame 2
onClipEvent (load) { _root.xspeed = 7; _root.yspeed = 7; _root.score1 = 0; _root.score2 = 0; _root.wurdescore1 = false; _root.wurdescore2 = false; _root.ballraus = false; } onClipEvent (enterFrame) { if (Key.isDown(38) and (0 < _root.balken1._y)) { _root.balken1._y = _root.balken1._y - 10; } if (Key.isDown(40) and (_root.balken1._y < 380)) { _root.balken1._y = _root.balken1._y + 10; } if (_root.ballraus == true) { _root.ball._x = 310; _root.ball._y = 10; _root.ballraus = false; _root.wurdescore1 = false; _root.wurdescore2 = false; } if (_root.ball.hitTest(_root.randoben) or _root.ball.hitTest(_root.randunten)) { _root.yspeed = -_root.yspeed; _root.sou.gotoAndPlay("throw"); } if (_root.ball.hitTest(_root.balken1)) { _root.xspeed = -_root.xspeed; _root.balken1.gotoAndPlay(2); _root.sou.gotoAndPlay("racket"); } if (_root.ball.hitTest(_root.balken2)) { _root.xspeed = -_root.xspeed; _root.balken2.gotoAndPlay(2); _root.sou.gotoAndPlay("racket"); } if (_root.ball.hitTest(_root.randrechts) and (_root.wurdescore1 == false)) { _root.score1 = _root.score1 + 1; _root.score10 = "0" + _root.score1; _root.wurdescore1 = true; _root.ballraus = true; _root.sou.gotoAndPlay("crash"); } if (_root.ball.hitTest(_root.randlinks) and (_root.wurdescore2 == false)) { _root.score2 = _root.score2 + 1; _root.score20 = "0" + _root.score2; _root.wurdescore2 = true; _root.ballraus = true; _root.sou.gotoAndPlay("crash"); } _root.ball._x = _root.ball._x + _root.xspeed; _root.ball._y = _root.ball._y + _root.yspeed; if (_root.score1 == 10) { _root.gotoAndPlay("player1"); } if (_root.score2 == 10) { _root.gotoAndPlay("player2"); } }
Frame 5
stop();
Frame 8
stop();
Symbol 8 Button
on (release) { _root.gotoAndStop(2); _root.sou.gotoAndPlay("butsou"); }
Symbol 9 Button
on (release) { _root.gotoAndStop(2); _root.mc_green._visible = true; _root.sou.gotoAndPlay("butsou"); }
Symbol 10 Button
on (release) { _root.gotoAndStop(2); _root.mc_blue._visible = true; _root.sou.gotoAndPlay("butsou"); }
Symbol 11 Button
on (release) { getURL ("http://www.theoutercircle.com", "_blank"); }
Symbol 19 MovieClip Frame 1
stop();
Symbol 19 MovieClip Frame 23
gotoAndStop (1);
Symbol 19 MovieClip Frame 30
gotoAndStop (1);
Symbol 19 MovieClip Frame 46
gotoAndStop (1);

Library Items

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

Instance Names

"sou"Frame 1Symbol 19 MovieClip
"mc_green"Frame 1Symbol 21 MovieClip
"mc_blue"Frame 1Symbol 23 MovieClip
"balken1"Frame 2Symbol 25 MovieClip
"balken2"Frame 2Symbol 25 MovieClip
"ball"Frame 2Symbol 26 MovieClip
"randoben"Frame 2Symbol 28 MovieClip
"randunten"Frame 2Symbol 28 MovieClip
"randlinks"Frame 2Symbol 28 MovieClip
"randrechts"Frame 2Symbol 28 MovieClip

Labels

"player1"Frame 3
"player2"Frame 6
"butsou"Symbol 19 MovieClip Frame 2
"racket"Symbol 19 MovieClip Frame 25
"crash"Symbol 19 MovieClip Frame 31
"throw"Symbol 19 MovieClip Frame 47

Dynamic Text Variables

score10Symbol 29 EditableText"00"
score20Symbol 30 EditableText"00"
score20Symbol 32 EditableText"00"
score10Symbol 37 EditableText"00"




http://swfchan.com/27/131455/info.shtml
Created: 21/2 -2019 07:59:43 Last modified: 21/2 -2019 07:59:43 Server time: 25/04 -2024 16:47:54