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/23686422?noj=FRM23686422-8DC" width="1" height="1"></div>

snake.swf

This is the info page for
Flash #13559

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


Text
LOADING...

www.neave.com/webgames

SNAKE

CHOOSE LEVEL:

SLUG WORM PYTHON

3

2

1

GO!

SCORE:

LEVEL:

GAME
OVER

ActionScript [AS1/AS2]

Frame 1
ifFrameLoaded (57) { gotoAndStop (4); }
Frame 3
gotoAndPlay (1);
Frame 4
score = 0; stop();
Frame 51
Snake._visible = false; score = 0; tail = 1; head = 3; xv = 0; yv = 1; x = 160; y = 100; eaten = true; extend = false; makeMove = false;
Frame 52
x = x + (10 * xv); y = y + (10 * yv); head++; duplicateMovieClip ("Snake", head, head); setProperty(head, _x , x); setProperty(head, _y , y); if ((((eval ((("s_" + x) + "_") + y) || (x < 20)) || (300 < x)) || (y < 20)) || (290 < y)) { gotoAndStop (57); } Set((("s_" + x) + "_") + y, true); if (extend) { extend = false; score++; } else { Set((("s_" + eval (tail)._x) + "_") + eval (tail)._y, false); removeMovieClip(tail); tail++; } if ((Food._x == x) && (Food._y == y)) { eaten = true; extend = true; } if (eaten) { Sound.gotoAndPlay(2); eaten = false; tellTarget ("Food") { _x = (10 * (random(28) + 2)); _y = (10 * (random(27) + 2)); }; } makeMove = false;
Frame 53
if (level == 3) { gotoAndPlay (52); }
Frame 54
if (level == 2) { gotoAndPlay (52); }
Frame 55
gotoAndPlay (52);
Frame 57
temp = head; while (tail < (temp + 1)) { setProperty(temp, _alpha , 33); temp--; }
Symbol 7 Button
on (release) { getURL ("http://www.neave.com/webgames/", "_blank"); }
Symbol 13 Button
on (release) { level = 1; levName = "SLUG"; play(); }
Symbol 15 Button
on (release) { level = 2; levName = "WORM"; play(); }
Symbol 17 Button
on (release) { level = 3; levName = "PYTHON"; play(); }
Symbol 29 Button
on (keyPress "<Up>") { if ((yv == 0) && (!makeMove)) { yv = -1; xv = 0; makeMove = true; } } on (keyPress "<Left>") { if ((xv == 0) && (!makeMove)) { yv = 0; xv = -1; makeMove = true; } } on (keyPress "<Down>") { if ((yv == 0) && (!makeMove)) { yv = 1; xv = 0; makeMove = true; } } on (keyPress "<Right>") { if ((xv == 0) && (!makeMove)) { yv = 0; xv = 1; makeMove = true; } } on (keyPress "<Space>") { temp = head; while (tail < (temp + 1)) { setProperty(temp, _alpha , 33); temp--; } setProperty("Food", _alpha , 33); gotoAndStop (56); }
Symbol 30 MovieClip Frame 1
stop();
Symbol 31 Button
on (keyPress "<Space>") { temp = head; while (Number(tail) < Number(Number(temp) + 1)) { setProperty(temp, _alpha , 100); temp = temp - 1; } setProperty("/Food", _alpha , 100); gotoAndPlay (53); }
Symbol 33 Button
on (release, keyPress "<Space>") { temp = head; while (tail < (temp + 1)) { Set((("s_" add getProperty(temp, _x)) add "_") add getProperty(temp, _y), false); removeMovieClip(temp); temp--; } play(); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 FontUsed by:3 8 9 10 18 19 20 21 23 24 25 26 32
Symbol 3 TextUses:2Used by:Timeline
Symbol 4 FontUsed by:5
Symbol 5 EditableTextUses:4Used by:7
Symbol 6 GraphicUsed by:7 11 13 14 15 16 17 27 28 33  Timeline
Symbol 7 ButtonUses:5 6Used by:Timeline
Symbol 8 TextUses:2Used by:Timeline
Symbol 9 TextUses:2Used by:Timeline
Symbol 10 TextUses:2Used by:Timeline
Symbol 11 MovieClipUses:6Used by:13
Symbol 12 SoundUsed by:13 15 17  Timeline
Symbol 13 ButtonUses:11 6 12Used by:Timeline
Symbol 14 MovieClipUses:6Used by:15
Symbol 15 ButtonUses:14 6 12Used by:Timeline
Symbol 16 MovieClipUses:6Used by:17
Symbol 17 ButtonUses:16 6 12Used by:Timeline
Symbol 18 TextUses:2Used by:Timeline
Symbol 19 TextUses:2Used by:Timeline
Symbol 20 TextUses:2Used by:Timeline
Symbol 21 TextUses:2Used by:Timeline
Symbol 22 SoundUsed by:30  Timeline
Symbol 23 EditableTextUses:2Used by:Timeline
Symbol 24 TextUses:2Used by:Timeline
Symbol 25 EditableTextUses:2Used by:Timeline
Symbol 26 TextUses:2Used by:Timeline
Symbol 27 MovieClipUses:6Used by:Timeline
Symbol 28 MovieClipUses:6Used by:Timeline
Symbol 29 ButtonUsed by:Timeline
Symbol 30 MovieClipUses:22Used by:Timeline
Symbol 31 ButtonUsed by:Timeline
Symbol 32 TextUses:2Used by:33
Symbol 33 ButtonUses:32 6Used by:Timeline
Symbol 34 SoundUsed by:Timeline

Instance Names

"Snake"Frame 51Symbol 27 MovieClip
"Food"Frame 51Symbol 28 MovieClip
"Sound"Frame 51Symbol 30 MovieClip

Labels

"Loaded"Frame 4
"Paused"Frame 56
"Game Over"Frame 57

Dynamic Text Variables

scoreSymbol 23 EditableText""
levNameSymbol 25 EditableText""




http://swfchan.com/3/13559/info.shtml
Created: 4/6 -2019 15:36:52 Last modified: 4/6 -2019 15:36:52 Server time: 08/05 -2024 16:28:27