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

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

Pung 2.1.swf

This is the info page for
Flash #75271

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


Text
Welcome to Pung 2.1
Brought to you by: Jed C.

Enter your name below.

Name

Help

Play

100

---

0

Top Scorer

0

0

Your name

--

--

Scores

Again?

How to play:
The concept is simple. Click the blue box with your mouse
and drag it around. Use the box to hit the ball. Hitting the
small box scores a point. Hitting a wall makes you lose one
of your life points. You start with 250 of those. Run out
and the game is over.

Back

ActionScript [AS1/AS2]

Frame 1
_root.dirx = 0; _root.diry = 0; _root.balldx = 10; _root.balldy = 10; stop(); _root.score = 0; _root.fuel = 250; _root.highscore = 0; _root.highuser = "";
Instance of Symbol 17 MovieClip "redsquare" in Frame 2
onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse)) { startDrag (""); } }
Symbol 6 Button
on (press) { gotoAndStop (2); }
Symbol 11 Button
on (press) { gotoAndStop (4); }
Symbol 25 MovieClip Frame 1
if (_root.ball.hittest(_root.redsquare)) { xp = _root.playerdx; yp = _root.playerdy; if (xp >= 0) { _root.balldx = 10; } else { _root.balldx = -10; } if (yp >= 0) { _root.balldy = 10; } else { _root.balldy = -10; } } if (_root.ball.hittest(_root.doel)) { _root.balldy = -_root.balldy; _root.score = _root.score + 1; } if (_root.ball.hitTest(_root.floor)) { _root.balldy = -10; _root.fuel = _root.fuel + -1; } if (_root.ball.hitTest(_root.ceiling)) { _root.balldy = 10; _root.fuel = _root.fuel + -1; } if (_root.ball.hitTest(_root.leftborder)) { _root.balldx = 10; _root.fuel = _root.fuel + -1; } if (_root.ball.hitTest(_root.rightborder)) { _root.balldx = -10; _root.fuel = _root.fuel + -1; } _root.ball._y = _root.ball._y + _root.balldy; _root.ball._x = _root.ball._x + _root.balldx; _root.playerdx = _root.redsquare._x - _root.oldplayerx; _root.playerdy = _root.redsquare._y - _root.oldplayery; _root.oldplayerx = _root.redsquare._x; _root.oldplayery = _root.redsquare._y; if (_root.fuel < 1) { _root.lastscore = _root.score; if (_root.lastscore > _root.highscore) { _root.highscore = _root.lastscore; _root.highuser = _root.username; } _root.fuel = 100; _root.score = 0; _root.gotoAndStop(3); }
Symbol 25 MovieClip Frame 2
gotoAndPlay (1);
Symbol 37 Button
on (press) { gotoAndStop (1); }

Library Items

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

Instance Names

"redsquare"Frame 2Symbol 17 MovieClip
"ball"Frame 2Symbol 19 MovieClip
"doel"Frame 2Symbol 21 MovieClip
"floor"Frame 2Symbol 27 MovieClip
"ceiling"Frame 2Symbol 27 MovieClip
"leftborder"Frame 2Symbol 27 MovieClip
"rightborder"Frame 2Symbol 27 MovieClip

Dynamic Text Variables

_root.usernameSymbol 10 EditableText"Name"
_root.fuelSymbol 22 EditableText"100"
_root.usernameSymbol 23 EditableText"---"
_root.scoreSymbol 24 EditableText"0"
_root.lastscoreSymbol 29 EditableText"0"
_root.highscoreSymbol 30 EditableText"0"
_root.usernameSymbol 32 EditableText"--"
_root.highuserSymbol 33 EditableText"--"




http://swfchan.com/16/75271/info.shtml
Created: 6/4 -2019 08:49:19 Last modified: 6/4 -2019 08:49:19 Server time: 11/05 -2024 10:08:50