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/11540371?noj=FRM11540371-11DC" width="1" height="1"></div>

SoloPong.swf

This is the info page for
Flash #16827

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


Text
Hits

0

Highest Score

0

Attempts

1

Solo Pong
by Anonymous

ActionScript [AS1/AS2]

Frame 1
_global.xv = 0; _global.yv = 0; _global.angm = 1; _global.hits = 0; _global.attempts = 1;
Frame 2
Mouse.hide(); this.onEnterFrame = function () { ball1_mc._x = ball1_mc._x + _global.xv; ball1_mc._y = ball1_mc._y + _global.yv; _global.xv = _global.xv + 0.3; _global.yv = _global.yv * 0.999; paddle_mc._y = _ymouse; paddle2_mc._y = _ymouse; marker_mc._x = _xmouse; ball1_mc._rotation = ball1_mc._rotation + _global.angm; if (ball1_mc._y >= 446) { _global.yv = _global.yv * -0.9; ball1_mc._y = 445.9; _global.angm = (_global.xv + _global.angm) / 2; } if (ball1_mc._y <= 54) { _global.yv = _global.yv * -0.9; ball1_mc._y = 54.1; _global.angm = ((-1 * _global.xv) + _global.angm) / 2; } if (ball1_mc._x <= 54) { _global.xv = _global.xv * -0.9; ball1_mc._x = 54.1; _global.angm = (_global.yv + _global.angm) / 2; } if (ball1_mc.hitTest(paddle_mc)) { _global.xv = _global.xv * (-(1 + (Math.sqrt(_global.xv) / _global.xv))); _global.yv = _global.yv + ((ball1_mc._y - paddle_mc._y) / 10); ball1_mc._x = 700; _global.angm = ((-1 * _global.yv) + _global.angm) / 2; _global.hits = _global.hits + 1; hits_txt.text = hits; } if (ball1_mc._x >= 900) { _global.xv = 0; _global.yv = 3; ball1_mc._x = 100; _global.angm = ((-1 * _global.yv) + _global.angm) / 2; if (score_txt.text < _global.hits) { score_txt.text = _global.hits; } _global.hits = 0; hits_txt.text = 0; _global.attempts = _global.attempts + 1; attempts_txt.text = _global.attempts; } };
Frame 3
gotoAndPlay (2);

Library Items

Symbol 1 BitmapUsed by:2
Symbol 2 GraphicUses:1Used by:Timeline
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:3Used by:Timeline
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:5Used by:Timeline
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:7Used by:Timeline
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClipUses:9Used by:Timeline
Symbol 11 FontUsed by:12 13 14 15 16 17 18
Symbol 12 TextUses:11Used by:Timeline
Symbol 13 EditableTextUses:11Used by:Timeline
Symbol 14 TextUses:11Used by:Timeline
Symbol 15 EditableTextUses:11Used by:Timeline
Symbol 16 TextUses:11Used by:Timeline
Symbol 17 EditableTextUses:11Used by:Timeline
Symbol 18 EditableTextUses:11Used by:Timeline

Instance Names

"ball1_mc"Frame 2Symbol 4 MovieClip
"paddle_mc"Frame 2Symbol 6 MovieClip
"marker_mc"Frame 2Symbol 8 MovieClip
"paddle2_mc"Frame 2Symbol 10 MovieClip
"hits_txt"Frame 2Symbol 13 EditableText
"score_txt"Frame 2Symbol 15 EditableText
"attempts_txt"Frame 2Symbol 17 EditableText

Special Tags

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




http://swfchan.com/4/16827/info.shtml
Created: 1/6 -2019 12:55:04 Last modified: 1/6 -2019 12:55:04 Server time: 11/05 -2024 13:03:09