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

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

lolepong.swf

This is the info page for
Flash #3664

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


Text
LOLE PONG

ActionScript [AS1/AS2]

Instance of Symbol 3 MovieClip "ball" in Frame 1
onClipEvent (load) { velocity = 5; xvel = 10; radius = this._width / 2; gs = -2; } onClipEvent (enterFrame) { radius = this._width / 2; if ((this._y + velocity) > (400 - radius)) { this._y = (400 - radius) - ((this._y + this.velocity) - (400 - radius)); this.velocity = this.velocity * -1; } else if ((this._y + velocity) < radius) { this._y = radius + (radius - (this._y + this.velocity)); this.velocity = this.velocity * -1; } else { this._y = this._y + this.velocity; } if (((this._x + xvel) > (550 - radius)) || ((this._x + xvel) < radius)) { this.xvel = (xvel + random(5)) * -1; } else { this._x = this._x + this.xvel; } if ((this._y > 150) && (this._y < 250)) { if ((radius < 150) && (radius > 2)) { this._width = this._width + gs; this._height = this._height + gs; radius = this._width / 2; } else { gs = gs * -1; this._width = this._width + gs; this._height = this._height + gs; radius = this._width / 2; } } }
Instance of Symbol 4 MovieClip in Frame 1
onClipEvent (enterFrame) { this._y = _root.ball._y; if (this.hitTest(_root.ball)) { _root.ball.xvel = -1 * Math.abs(_root.ball.xvel); } }
Instance of Symbol 5 MovieClip in Frame 1
onClipEvent (enterFrame) { this._y = _root._ymouse; if (this.hitTest(_root.ball)) { _root.ball.xvel = Math.abs(_root.ball.xvel); } }
Symbol 9 Button
on (release) { getURL ("http://www.chickensnack.com/", "_blank"); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:3 4 5
Symbol 3 MovieClipUses:2Used by:Timeline
Symbol 4 MovieClipUses:2Used by:Timeline
Symbol 5 MovieClipUses:2Used by:Timeline
Symbol 6 FontUsed by:7
Symbol 7 TextUses:6Used by:9
Symbol 8 GraphicUsed by:9
Symbol 9 ButtonUses:7 8Used by:10
Symbol 10 MovieClipUses:9Used by:Timeline
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:11Used by:Timeline

Instance Names

"ball"Frame 1Symbol 3 MovieClip

Special Tags

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




http://swfchan.com/1/3664/info.shtml
Created: 17/6 -2019 07:40:39 Last modified: 17/6 -2019 07:40:39 Server time: 09/05 -2024 14:00:54