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

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

Ninja Looter.swf

This is the info page for
Flash #99578

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


Text
<p align="left"><font face="Tahoma" size="11" color="#666666" letterSpacing="0.000000" kerning="0"><a href="http://www.onemorelevel.com/about.php"><b>by slackor</b></a></font></p>

[Score]

[Best]

<p align="left"><font face="Tahoma" size="13" color="#00cc00" letterSpacing="0.000000" kerning="0"><a href="http://www.onemorelevel.com"><b>More games @ OneMoreLevel.com</b></a></font></p>

GAME OVER

GAME OVER

Game Over

ActionScript [AS1/AS2]

Frame 1
highs = 0;
Frame 2
max = 1; xmin = 20; xmax = 430; ymin = 60; ymax = 315; angle = 0; dot = 0; score = -5; I = new Array(max); Ix = new Array(max); Iy = new Array(max); n = 1; while (n <= 60) { it.duplicateMovieClip("it" add n, n); I[n] = eval ("it" add n); n++; } it._visible = false; n = 1; while (n < 50) { I[n]._x = random(300) + 20; I[n]._y = random(200) + 60; if (random(2) == 0) { Ix[n] = (random(2) * 4) - 2; } else { Iy[n] = (random(2) * 4) - 2; } I[n]._visible = false; n++; } I[1]._visible = true;
Instance of Symbol 23 MovieClip "me" in Frame 2
onClipEvent (enterFrame) { if (Key.isDown(40) && (_y < 315)) { _y = (_y + 3); } if (Key.isDown(38) && (_y > 60)) { _y = (_y - 3); } if (Key.isDown(39) && (_x < 430)) { _x = (_x + 3); } if (Key.isDown(37) && (_x > 20)) { _x = (_x - 3); } }
Frame 3
n = 1; while (n < max) { I[n]._x = I[n]._x + Ix[n]; I[n]._y = I[n]._y + Iy[n]; n++; } if (dot == 0) { goal._x = random(410) + 20; goal._y = random(255) + 60; dot = 1; I[max]._visible = true; while ((Math.abs(I[max]._x - me._x) < 30) || (Math.abs(I[max]._y - me._y) < 30)) { I[max]._x = random(410) + 20; I[max]._y = random(255) + 60; } score = score + 5; scoreout.text = String(score); max = max + 1; } if (me.hitTest(goal)) { dot = 0; } n = 1; while (n < max) { if ((I[n]._x > xmax) || (I[n]._x < xmin)) { Ix[n] = -Ix[n]; } if ((I[n]._y > ymax) || (I[n]._y < ymin)) { Iy[n] = -Iy[n]; } if (me.hitTest(I[n])) { gotoAndPlay (5); } n++; }
Frame 4
gotoAndPlay (3);
Frame 5
if (score > highs) { high.text = String(score); highs = score; }
Frame 21
gotoAndPlay (5);
Symbol 18 Button
on (release) { gotoAndPlay (2); }

Library Items

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

Instance Names

"scoreout"Frame 1Symbol 10 EditableText
"high"Frame 1Symbol 12 EditableText
"newb"Frame 1Symbol 18 Button
"it"Frame 2Symbol 3 MovieClip [it]
"me"Frame 2Symbol 23 MovieClip
"goal"Frame 2Symbol 26 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 3 as "it"
ExportAssets (56)Timeline Frame 2Symbol 3 as "it"
ExportAssets (56)Timeline Frame 3Symbol 3 as "it"
ExportAssets (56)Timeline Frame 4Symbol 3 as "it"
ExportAssets (56)Timeline Frame 5Symbol 3 as "it"
ExportAssets (56)Timeline Frame 6Symbol 3 as "it"
ExportAssets (56)Timeline Frame 7Symbol 3 as "it"
ExportAssets (56)Timeline Frame 8Symbol 3 as "it"
ExportAssets (56)Timeline Frame 9Symbol 3 as "it"
ExportAssets (56)Timeline Frame 10Symbol 3 as "it"
ExportAssets (56)Timeline Frame 11Symbol 3 as "it"
ExportAssets (56)Timeline Frame 12Symbol 3 as "it"
ExportAssets (56)Timeline Frame 13Symbol 3 as "it"
ExportAssets (56)Timeline Frame 14Symbol 3 as "it"
ExportAssets (56)Timeline Frame 15Symbol 3 as "it"
ExportAssets (56)Timeline Frame 16Symbol 3 as "it"
ExportAssets (56)Timeline Frame 17Symbol 3 as "it"
ExportAssets (56)Timeline Frame 18Symbol 3 as "it"
ExportAssets (56)Timeline Frame 19Symbol 3 as "it"
ExportAssets (56)Timeline Frame 20Symbol 3 as "it"
ExportAssets (56)Timeline Frame 21Symbol 3 as "it"
ExportAssets (56)Timeline Frame 22Symbol 3 as "it"




http://swfchan.com/20/99578/info.shtml
Created: 21/3 -2019 20:41:34 Last modified: 21/3 -2019 20:41:34 Server time: 19/04 -2024 11:18:10