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

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

squarez0r.swf

This is the info page for
Flash #7906

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


Text
ADDY

Play

Play

Play

Play

This is your square,
try moving it around
to get the hang of its
controls. Avoid the
walls!

Addy Gaming

Addy Gaming

Squarz0r

Teh

ActionScript [AS1/AS2]

Frame 1
stop();
Instance of Symbol 6 MovieClip [hero] "hero" in Frame 1
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; _root.coin._x = (Math.random() * 400) + 50; _root.coin._y = (Math.random() * 250) + 50; } onClipEvent (enterFrame) { if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); _rotation = (_rotation + xspeed); if (_root.wall.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = 50; _y = 50; _root.score = _root.score - 2; if (_root.score < 0) { _root.score = 0; } } if (_root.environment.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = 50; _y = 50; _root.score = _root.score - 1; if (_root.score < 0) { _root.score = 0; } } if (_root.coin.hitTest(this.hero_hit)) { _root.coin._x = (Math.random() * 400) + 50; _root.coin._y = (Math.random() * 250) + 50; _root.score++; if (_root.score > _root.best) { _root.best = _root.score; _root.bestsc.text = "Best: " + _root.best; } } }
Frame 2
score = 0; best = 0; stop();
Instance of Symbol 28 MovieClip "environment" in Frame 2
onClipEvent (enterFrame) { _rotation = ((_rotation + 0.25) + (_root.score * 0.25)); }
Symbol 6 MovieClip [hero] Frame 1
stop();
Symbol 13 Button
on (release) { gotoAndPlay (2); }
Symbol 29 Button
on (release) { getURL ("http://addy.us.to/"); }

Library Items

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

Instance Names

"hero"Frame 1Symbol 6 MovieClip [hero]
"wall"Frame 1Symbol 21 MovieClip
"bestsc"Frame 2Symbol 24 EditableText
"coin"Frame 2Symbol 26 MovieClip
"environment"Frame 2Symbol 28 MovieClip
"hero_hit"Symbol 6 MovieClip [hero] Frame 1Symbol 2 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 6 as "hero"
ExportAssets (56)Timeline Frame 1Symbol 6 as "hero"
ExportAssets (56)Timeline Frame 2Symbol 6 as "hero"

Dynamic Text Variables

scoreSymbol 23 EditableText""




http://swfchan.com/2/7906/info.shtml
Created: 12/6 -2019 00:21:58 Last modified: 12/6 -2019 00:21:58 Server time: 08/05 -2024 21:38:44