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

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

Barrage.swf

This is the info page for
Flash #68448

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


Text
GAME OVER!

<p align="center"></p>

RETRY

<p align="left"></p>

ActionScript [AS1/AS2]

Frame 1
function addFlake() { var _local1 = canvas_mc.attachMovie("enemy", "enemy" + i, canvas_mc.getNextHighestDepth()); i++; _local1._xscale = (_local1._yscale = (Math.random() * j) + 20); _local1._x = Math.random() * 600; _local1._y = -50; if (bottom._currentframe == 1) { scoredis = "Score: " + score; score++; j = j + 0.2; } else { scoredis = ""; j = 80; } } this.createEmptyMovieClip("canvas_mc", 10); var i = 0; var j = 80; score = 0; myInterval = setInterval(addFlake, 10);
Instance of Symbol 5 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.man._x = _root.man._x - 10; } }
Instance of Symbol 14 MovieClip "bottom" in Frame 1
/* no clip actions */
Instance of Symbol 16 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.man._x = _root.man._x + 10; } }
Instance of Symbol 18 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.man._y = _root.man._y + 10; } }
Instance of Symbol 20 MovieClip "man" in Frame 1
onClipEvent (load) { startx = this._x; starty = this._y; } onClipEvent (enterFrame) { if (_root.bottom._currentframe == 1) { if (Key.isDown(39)) { this._x = this._x + 10; } if (Key.isDown(37)) { this._x = this._x - 10; } if (Key.isDown(38)) { this._y = this._y - 10; } if (Key.isDown(40)) { this._y = this._y + 10; } this._visible = true; } else { this._visible = false; } }
Symbol 2 MovieClip [enemy] Frame 1
onEnterFrame = function () { this._y = this._y + 10; if (this.hitTest(_root.man)) { _root.man._y = _root.man._y + 10; } if ((this._y > 500) || (_root.bottom._currentframe == 2)) { this.removeMovieClip(); } };
Symbol 13 Button
on (press) { _root.man._x = _root.man.startx; _root.man._y = _root.man.starty; gotoAndStop (1); }
Symbol 14 MovieClip Frame 1
stop(); onEnterFrame = function () { if (this._currentframe == 1) { if (this.hitTest(_root.man)) { this.myscore = _root.score; _root.score = 0; this.gotoAndStop(2); } } };

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClip [enemy]Uses:1
Symbol 3 GraphicUsed by:Timeline
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:Timeline
Symbol 6 GraphicUsed by:14
Symbol 7 FontUsed by:8 9 11 21
Symbol 8 TextUses:7Used by:14
Symbol 9 EditableTextUses:7Used by:14
Symbol 10 GraphicUsed by:13
Symbol 11 TextUses:7Used by:13
Symbol 12 GraphicUsed by:13
Symbol 13 ButtonUses:10 11 12Used by:14
Symbol 14 MovieClipUses:6 8 9 13Used by:Timeline
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:15Used by:Timeline
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:17Used by:Timeline
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClipUses:19Used by:Timeline
Symbol 21 EditableTextUses:7Used by:Timeline

Instance Names

"bottom"Frame 1Symbol 14 MovieClip
"man"Frame 1Symbol 20 MovieClip
"score"Frame 1Symbol 21 EditableText

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 2 as "enemy"

Dynamic Text Variables

myscoreSymbol 9 EditableText"<p align="center"></p>"
scoredisSymbol 21 EditableText"<p align="left"></p>"




http://swfchan.com/14/68448/info.shtml
Created: 11/4 -2019 00:40:06 Last modified: 11/4 -2019 00:40:06 Server time: 29/04 -2024 20:54:48