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

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

Portal Protect.swf

This is the info page for
Flash #37351

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


Text
loading

level 2

<p align="left"><font face="11px3bus" size="11" color="#000000" letterSpacing="0.000000" kerning="1"><b>music</b></font></p>

level 1

0

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 3
var i = 0; var inter = 5; var music = new Sound(); var muson = true; stopAllSounds(); music.stop(); music.attachSound("mus"); music.start(0, 99); stop(); onMouseMove = function () { cur._x = _root._xmouse; cur._y = _root._ymouse; Mouse.hide(); }; onEnterFrame = function () { if (_alpha < 99) { _alpha = (_alpha + 5); } if (!(i % _root.inter)) { _root.createEmptyMovieClip("thing_" + i, i + 100); if (random(100) > 80) { _root["thing_" + i].attachMovie("swfblue", "file", 0, {_y:-50, _x:random(400), _alpha:random(50)}); _root["thing_" + i].file.onEnterFrame = function () { this._rotation = this._rotation + 3; if (this._x < _root.mcportal._x) { this._x = this._x + 1; } else if (this._x > _root.mcportal._x) { this._x = this._x - 1; } else { this._x = this._x; } if (this._y < _root.mcportal._y) { this._y = this._y + 6; } this._xscale = (this._yscale = this._yscale - 1); }; } else if (random(100) < 4) { _root["thing_" + i].attachMovie("swfflash", "file", 0, {_y:-50, _x:random(400), _alpha:random(50)}); _root["thing_" + i].file.onEnterFrame = function () { this._rotation = this._rotation + 3; if (this._x < _root.mcportal._x) { this._x = this._x + 1; } else if (this._x > _root.mcportal._x) { this._x = this._x - 1; } else { this._x = this._x; } if (this._y < _root.mcportal._y) { this._y = this._y + 6; } this._xscale = (this._yscale = this._yscale - 1); }; } else if ((random(100) > 25) && (random(100) < 40)) { _root["thing_" + i].attachMovie("swfred", "file", 0, {_y:-50, _x:random(400), _alpha:random(50)}); _root["thing_" + i].file.onEnterFrame = function () { this._rotation = this._rotation + 3; if (this._x < _root.mcportal._x) { this._x = this._x + 1; } else if (this._x > _root.mcportal._x) { this._x = this._x - 1; } else { this._x = this._x; } if (this._y < _root.mcportal._y) { this._y = this._y + 6; } this._xscale = (this._yscale = this._yscale - 1); }; } else { _root["thing_" + i].attachMovie("swf", "file", 0, {_y:-50, _x:random(400), _alpha:random(50)}); _root["thing_" + i].file.onEnterFrame = function () { this._rotation = this._rotation + 3; if (this._x < _root.mcportal._x) { this._x = this._x + 1; } else if (this._x > _root.mcportal._x) { this._x = this._x - 1; } else { this._x = this._x; } if (this._y < _root.mcportal._y) { this._y = this._y + 6; } this._xscale = (this._yscale = this._yscale - 1); }; } } if (i > 100) { i = 0; } else { i++; } };
Instance of Symbol 83 MovieClip in Frame 3
on (release) { if (!_root.muson) { stopAllSounds(); _root.music.stop(); _root.music.attachSound("mus"); _root.music.start(0, 99); _root.muson = true; } else { stopAllSounds(); _root.muson = false; } }
Frame 4
var scor = 0; var d = 0; while (d < 501) { _root["thing_" + d].removeMovieClip(); d++; } var i = 0; var inter = 22; var rot = 3; var xmov = 1; var ymov = 6; var scl = 100; var blam = 0; var pro = 0; var lev = "Level 1"; var over = false; var spec = new Sound(); var level = 1; var nextlevel = 2; spec.attachSound("specsound"); var lose = new Sound(); lose.attachSound("booo"); stop(); onMouseMove = function () { cur._x = _root._xmouse; cur._y = _root._ymouse; Mouse.hide(); }; onEnterFrame = function () { if (level == nextlevel) { yay.play(); nextlevel++; } if (!over) { if (_root.scor < -1000) { var _local3 = 0; while (_local3 < 501) { _root["thing_" + _local3].removeMovieClip(); _local3++; } wootah("GAME OVER"); _root.createEmptyMovieClip("bla", 0); _root.bla.attachMovie("playag", "bl", 6000, {_x:200, _y:200}); _root.bla.onMouseUp = function () { _root.gotoAndStop(1); this.removeMovieClip(); }; over = true; } if (_root.blam > 1500) { var _local3 = 0; while (_local3 < 501) { _root["thing_" + _local3].removeMovieClip(); _local3++; } score = (_root.blam * 5) + _root.scor; wootah("Score:" + score); _root.createEmptyMovieClip("bla", 0); _root.bla.attachMovie("playag", "bl", 6000, {_x:200, _y:200}); _root.bla.onMouseUp = function () { _root.gotoAndStop(1); this.removeMovieClip(); }; over = true; _root.lose.start(); } else if ((_root.blam > 1000) && (level == 5)) { _root.lev = "Final"; _root.inter = 1; level++; } else if ((_root.blam > 500) && (level == 4)) { _root.lev = "Level 5"; _root.inter = 2; level++; } else if ((_root.blam > 250) && (level == 3)) { _root.lev = "Level 4"; _root.inter = 5; level++; } else if ((_root.blam > 100) && (level == 2)) { _root.lev = "Level 3"; _root.inter = 10; level++; } else if ((_root.blam > 50) && (level == 1)) { _root.lev = "Level 2"; _root.inter = 15; level++; } _root.blammed = ("blammed " + _root.blam) + " entries"; _root.protect = ("protected " + _root.pro) + " entries"; explo_mc._x = _root._xmouse; explo_mc._y = _root._ymouse; if (!(i % _root.inter)) { _root.createEmptyMovieClip("thing_" + i, i + 100); if (random(100) > 80) { _root["thing_" + i].attachMovie("swfblue", "file", 0, {_y:-50, _x:random(350), _xscale:_root.scl, _yscale:_root.scl}); _root["thing_" + i].file.onEnterFrame = function () { this._rotation = this._rotation + _root.rot; if (this._x < _root.mcportal._x) { this._x = this._x + _root.xmov; } else if (this._x > _root.mcportal._x) { this._x = this._x - _root.xmov; } else { this._x = this._x; } if (this._y < _root.mcportal._y) { this._y = this._y + _root.ymov; } this._xscale = (this._yscale = _root.scl - ((this._y / Stage.height) * 100)); if (this.hitTest(_root.mcportal)) { scor = scor + 100; this.removeMovieClip(); pro++; } if (this.hitTest(_root.cur)) { scor = scor - 150; _root.explo_mc.play(); this.removeMovieClip(); _root.blam = _root.blam + 1; } }; } else if (random(100) < 4) { _root["thing_" + i].attachMovie("swfflash", "file", 0, {_y:-50, _x:random(350), _xscale:_root.scl, _yscale:_root.scl}); _root["thing_" + i].file.onEnterFrame = function () { this._rotation = this._rotation + _root.rot; if (this._x < _root.mcportal._x) { this._x = this._x + _root.xmov; } else if (this._x > _root.mcportal._x) { this._x = this._x - _root.xmov; } else { this._x = this._x; } if (this._y < _root.mcportal._y) { this._y = this._y + _root.ymov; } this._xscale = (this._yscale = _root.scl - ((this._y / Stage.height) * 100)); if (this.hitTest(_root.cur)) { rand = random(7); if (rand == 1) { this.removeMovieClip(); _root.explo_mc.play(); reset(); _root.scl = 140; wootah("Pumped Up!"); } if (rand == 2) { this.removeMovieClip(); _root.explo_mc.play(); reset(); _root.ymov = 3; _root.rot = 10; wootah("Dizzy!"); } if (rand == 3) { this.removeMovieClip(); _root.explo_mc.play(); reset(); _root.xmov = 3; wootah("Funnel!"); } if (rand == 4) { this.removeMovieClip(); _root.explo_mc.play(); reset(); _root.cur._xscale = (_root.cur._yscale = 200); wootah("Supersize!"); } if (rand == 0) { this.removeMovieClip(); _root.explo_mc.play(); reset(); var _local3 = 0; while (_local3 < 501) { _root["thing_" + _local3].removeMovieClip(); _local3++; } wootah("Kamikazi!"); } if (rand == 5) { this.removeMovieClip(); _root.explo_mc.play(); reset(); _root.ymov = 14; wootah("Lightspeed!"); } if (rand == 6) { this.removeMovieClip(); _root.explo_mc.play(); reset(); _root.rot = 0; _root.ymov = 8; wootah("Dropdown!"); } } }; } else if ((random(100) > 10) && (random(100) < 80)) { _root["thing_" + i].attachMovie("swfred", "file", 0, {_y:-50, _x:random(350), _xscale:_root.scl, _yscale:_root.scl}); _root["thing_" + i].file.onEnterFrame = function () { this._rotation = this._rotation + _root.rot; if (this._x < _root.mcportal._x) { this._x = this._x + _root.xmov; } else if (this._x > _root.mcportal._x) { this._x = this._x - _root.xmov; } else { this._x = this._x; } if (this._y < _root.mcportal._y) { this._y = this._y + _root.ymov; } this._xscale = (this._yscale = _root.scl - ((this._y / Stage.height) * 100)); if (this.hitTest(_root.mcportal)) { scor = scor - 100; this.removeMovieClip(); pro++; } if (this.hitTest(_root.cur)) { scor = scor + 25; _root.explo_mc.play(); this.removeMovieClip(); _root.blam = _root.blam + 1; } }; } else { _root["thing_" + i].attachMovie("swf", "file", 0, {_y:-50, _x:random(350), _xscale:_root.scl, _yscale:_root.scl}); _root["thing_" + i].file.onEnterFrame = function () { this._rotation = this._rotation + _root.rot; if (this._x < _root.mcportal._x) { this._x = this._x + _root.xmov; } else if (this._x > _root.mcportal._x) { this._x = this._x - _root.xmov; } else { this._x = this._x; } if (this._y < _root.mcportal._y) { this._y = this._y + _root.ymov; } this._xscale = (this._yscale = _root.scl - ((this._y / Stage.height) * 100)); if (this.hitTest(_root.mcportal)) { scor = scor + 5; this.removeMovieClip(); pro++; } if (this.hitTest(_root.cur)) { scor = scor - 10; _root.explo_mc.play(); this.removeMovieClip(); _root.blam = _root.blam + 1; } }; } } if (i > 500) { i = 0; } else { i++; } } }; reset = function () { _root.rot = 3; _root.xmov = 1; _root.ymov = 6; _root.scl = 100; _root.cur._xscale = (_root.cur._yscale = 100); _root.spec.start(); }; wootah = function (what) { var _local3 = 0; _root.special.onEnterFrame = function () { _root.special.woot = what; if (this._alpha > 20) { this._alpha = 15; } else { this._alpha = 25; } }; };
Symbol 13 Button
on (release) { _root.gotoAndStop(1); }
Symbol 19 Button
on (release) { getURL ("http://www.newgrounds.com", "blank"); }
Symbol 20 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }
Symbol 20 MovieClip Frame 2
gotoAndPlay (1);
Symbol 20 MovieClip Frame 3
_root.play();
Symbol 24 MovieClip Frame 1
stop();
Symbol 30 MovieClip Frame 1
stop();
Symbol 78 Button
on (release) { nextFrame(); }
Symbol 79 Button
on (release) { getURL ("http://www.daretogame.com", "_blank"); }

Library Items

Symbol 1 Sound [booo]
Symbol 2 Sound [specsound]
Symbol 3 GraphicUsed by:7 8 9 10
Symbol 4 BitmapUsed by:5 37
Symbol 5 GraphicUses:4Used by:6 10
Symbol 6 MovieClipUses:5Used by:7 8 9  Timeline
Symbol 7 MovieClip [swfred]Uses:3 6Used by:Timeline
Symbol 8 MovieClip [swfflash]Uses:3 6Used by:Timeline
Symbol 9 MovieClip [swfblue]Uses:3 6Used by:Timeline
Symbol 10 MovieClip [swf]Uses:3 5Used by:Timeline
Symbol 11 BitmapUsed by:12
Symbol 12 GraphicUses:11Used by:13 68 78
Symbol 13 ButtonUses:12Used by:14
Symbol 14 MovieClip [playag]Uses:13Used by:Timeline
Symbol 15 GraphicUsed by:16 60
Symbol 16 MovieClipUses:15Used by:20  Timeline
Symbol 17 FontUsed by:18 28 69 84 85
Symbol 18 EditableTextUses:17Used by:20
Symbol 19 ButtonUsed by:20
Symbol 20 MovieClipUses:16 18 19Used by:Timeline
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:21Used by:24
Symbol 23 SoundUsed by:24
Symbol 24 MovieClipUses:22 23Used by:Timeline
Symbol 25 BitmapUsed by:26
Symbol 26 GraphicUses:25Used by:27
Symbol 27 MovieClipUses:26Used by:Timeline
Symbol 28 EditableTextUses:17Used by:29
Symbol 29 MovieClipUses:28Used by:30  Timeline
Symbol 30 MovieClipUses:29Used by:Timeline
Symbol 31 BitmapUsed by:32
Symbol 32 GraphicUses:31Used by:35
Symbol 33 BitmapUsed by:34
Symbol 34 GraphicUses:33Used by:35
Symbol 35 MovieClipUses:32 34Used by:Timeline
Symbol 36 BitmapUsed by:37
Symbol 37 GraphicUses:36 4Used by:Timeline
Symbol 38 GraphicUsed by:42
Symbol 39 GraphicUsed by:42
Symbol 40 GraphicUsed by:42
Symbol 41 GraphicUsed by:42
Symbol 42 ButtonUses:38 39 40 41Used by:Timeline
Symbol 43 BitmapUsed by:44
Symbol 44 GraphicUses:43Used by:73 79  Timeline
Symbol 45 BitmapUsed by:50 52
Symbol 46 BitmapUsed by:50 53
Symbol 47 BitmapUsed by:50 54
Symbol 48 BitmapUsed by:50 51
Symbol 49 BitmapUsed by:50 55
Symbol 50 GraphicUses:45 46 47 48 49Used by:Timeline
Symbol 51 GraphicUses:48Used by:56
Symbol 52 GraphicUses:45Used by:56
Symbol 53 GraphicUses:46Used by:56
Symbol 54 GraphicUses:47Used by:56
Symbol 55 GraphicUses:49Used by:56
Symbol 56 MovieClipUses:51 52 53 54 55Used by:57
Symbol 57 MovieClipUses:56Used by:Timeline
Symbol 58 BitmapUsed by:59 77
Symbol 59 GraphicUses:58Used by:Timeline
Symbol 60 MovieClipUses:15Used by:Timeline
Symbol 61 GraphicUsed by:62
Symbol 62 MovieClipUses:61Used by:Timeline
Symbol 63 ButtonUsed by:Timeline
Symbol 64 GraphicUsed by:67
Symbol 65 GraphicUsed by:67
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:64 65 66Used by:Timeline
Symbol 68 ButtonUses:12Used by:Timeline
Symbol 69 EditableTextUses:17Used by:70
Symbol 70 MovieClipUses:69Used by:Timeline
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:71Used by:83  Timeline
Symbol 73 ButtonUses:44Used by:Timeline
Symbol 74 BitmapUsed by:75 77
Symbol 75 GraphicUses:74Used by:Timeline
Symbol 76 Sound [mus]Used by:Timeline
Symbol 77 GraphicUses:58 74Used by:Timeline
Symbol 78 ButtonUses:12Used by:Timeline
Symbol 79 ButtonUses:44Used by:Timeline
Symbol 80 GraphicUsed by:83
Symbol 81 FontUsed by:82
Symbol 82 EditableTextUses:81 86Used by:83
Symbol 83 MovieClipUses:80 82 72Used by:Timeline
Symbol 84 EditableTextUses:17Used by:Timeline
Symbol 85 EditableTextUses:17Used by:Timeline
Symbol 86 FontUsed by:82 87 88
Symbol 87 EditableTextUses:86Used by:Timeline
Symbol 88 EditableTextUses:86Used by:Timeline

Instance Names

"explo_mc"Frame 2Symbol 24 MovieClip
"cur"Frame 2Symbol 27 MovieClip
"yay"Frame 2Symbol 30 MovieClip
"mcportal"Frame 3Symbol 72 MovieClip
"cur"Frame 3Symbol 27 MovieClip
"special"Frame 4Symbol 70 MovieClip
"explo_mc"Frame 4Symbol 24 MovieClip
"yay"Frame 4Symbol 30 MovieClip
"bar"Symbol 20 MovieClip Frame 1Symbol 16 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "booo"
ExportAssets (56)Timeline Frame 1Symbol 2 as "specsound"
ExportAssets (56)Timeline Frame 1Symbol 7 as "swfred"
ExportAssets (56)Timeline Frame 1Symbol 8 as "swfflash"
ExportAssets (56)Timeline Frame 1Symbol 9 as "swfblue"
ExportAssets (56)Timeline Frame 1Symbol 10 as "swf"
ExportAssets (56)Timeline Frame 1Symbol 14 as "playag"
ExportAssets (56)Timeline Frame 2Symbol 76 as "mus"

Labels

"loaded"Symbol 20 MovieClip Frame 3

Dynamic Text Variables

_root.levSymbol 28 EditableText"level 2"
wootSymbol 69 EditableText""
levSymbol 84 EditableText"level 1"
scorSymbol 85 EditableText"0"
blammedSymbol 87 EditableText""
protectSymbol 88 EditableText""




http://swfchan.com/8/37351/info.shtml
Created: 14/5 -2019 09:19:13 Last modified: 14/5 -2019 09:19:13 Server time: 17/05 -2024 01:34:56