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

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

739434988.swf

This is the info page for
Flash #14974

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


Text
How to play Snake...
Object of the game
Eat as many apples as you can,
but don't hit the walls or your
own tail!
Steering
Use the arrow keys to steer
the snake. You can pause the
game at any time by clicking
'pause' or by hitting the
spacebar.
Click 'New Game' to start...

0

Points:

Points:

New Game

Pause

Help!

SNAKE

SNAKE

9

0

00000

Play

0

G

A

M

E

O

v

R

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 4
score = "0"; i = "1"; while (i < "4") { duplicateMovieClip ("/e_0", "e_" + i, i); setProperty("/e_" + i, _x , "190"); setProperty("/e_" + i, _y , "100" + ("10" * i)); i = i + "1"; } setProperty("/head1", _x , "190"); setProperty("/head1", _y , "140"); coda = "1"; testa = "3"; xv = "0"; yv = "1"; x = "190"; y = "130"; numero = "0"; allunga = "1"; s_0_0 = "o";
Frame 5
xx = x + (xv * "10"); yy = y + (yv * "10"); if (eval ((("s_" add xx) add "_") add yy) eq "o") { gotoAndStop (8); } testa = testa + "1"; duplicateMovieClip ("/e_0", "e_" + testa, testa); setProperty("e_" + testa, _x , xx); setProperty("e_" + testa, _y , yy); if (xv == "1") { setProperty("/head1", _x , xx + "10"); setProperty("/head1", _y , yy); setProperty("/head1", _rotation , "270"); } if (xv == (-"1")) { setProperty("/head1", _x , xx - "10"); setProperty("/head1", _y , yy); setProperty("/head1", _rotation , "90"); } if (yv == (-"1")) { setProperty("/head1", _x , xx); setProperty("/head1", _y , yy - "10"); setProperty("/head1", _rotation , "180"); } if (yv == "1") { setProperty("/head1", _x , xx); setProperty("/head1", _y , yy + "10"); setProperty("/head1", _rotation , "0"); } Set((("s_" add xx) add "_") add yy, "o"); if (allunga == "0") { Set((("s_" add getProperty("e_" + coda, _x)) add "_") add getProperty("e_" + coda, _y), "x"); removeMovieClip("e_" + coda); coda = coda + "1"; } else { allunga = allunga - "1"; } x = xx; y = yy; if ((((x < "30") or ("310" < x)) or (y < "30")) or ("310" < y)) { gotoAndStop (8); } if (numero == "0") { numero = random("3") + "3"; Set("/numeretto:quanto", numero); xnum = (random("23") * "10") + "80"; ynum = (random("28") * "10") + "30"; setProperty("/numeretto", _x , xnum - "3"); setProperty("/numeretto", _y , ynum); } else if (random("100") == "4") { numero = numero - "1"; Set("/numeretto:quanto", numero); } if ((getProperty("/head1", _x) == (xnum - "50")) and (getProperty("/head1", _y) == ynum)) { score = score + (numero * "10"); allunga = numero; numero = "0"; } if ((x == (xnum - "50")) and (y == ynum)) { score = score + (numero * "10"); allunga = numero; numero = "0"; }
Frame 6
gotoAndPlay (5);
Frame 8
coda = "0"; while (coda < "5000") { Set((("s_" add getProperty("e_" + coda, _x)) add "_") add getProperty("e_" + coda, _y), "p"); removeMovieClip("/e" + coda); coda = coda + "1"; } tellTarget ("/gameup1") { play(); gotoAndPlay (1); }
Symbol 15 Button
on (release) { gotoAndPlay (4); }
Symbol 28 Button
on (keyPress "<Right>") { if (xv == "0") { yv = "0"; xv = "1"; } } on (keyPress "<Left>") { if (xv == "0") { yv = "0"; xv = -"1"; } } on (keyPress "<Up>") { if (yv == "0") { yv = -"1"; xv = "0"; } } on (keyPress "<Down>") { if (yv == "0") { yv = "1"; xv = "0"; } }
Symbol 31 Button
on (press) { coda = "0"; while (coda < "1000") { Set((("s_" add getProperty("e_" + coda, _x)) add "_") add getProperty("e_" + coda, _y), "p"); removeMovieClip("/e" + coda); coda = coda + "1"; } gotoAndPlay (4); }
Symbol 32 Button
on (release) { gotoAndStop (7); }
Symbol 33 Button
on (press) { coda = "0"; while (coda < "1000") { Set((("s_" add getProperty("e_" + coda, _x)) add "_") add getProperty("e_" + coda, _y), "p"); removeMovieClip("/e" + coda); coda = coda + "1"; } gotoAndStop (1); }
Symbol 40 Button
on (release) { gotoAndPlay (5); }
Symbol 45 Button
on (press) { gotoAndPlay (4); }
Symbol 46 Button
on (release) { gotoAndStop (1); }
Symbol 54 MovieClip Frame 11
stop();

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 FontUsed by:3 4 5 6 16 18 19 20 21 24 29 38 41 43 47 48 49 50 51 52 53
Symbol 3 TextUses:2Used by:Timeline
Symbol 4 EditableTextUses:2Used by:Timeline
Symbol 5 TextUses:2Used by:Timeline
Symbol 6 TextUses:2Used by:Timeline
Symbol 7 GraphicUsed by:Timeline
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:54  Timeline
Symbol 10 GraphicUsed by:Timeline
Symbol 11 GraphicUsed by:Timeline
Symbol 12 GraphicUsed by:15 17 31 32 33 40 45 46
Symbol 13 GraphicUsed by:15 17 31 32 33 40 45 46
Symbol 14 GraphicUsed by:15 17 31 32 33 40 45 46
Symbol 15 ButtonUses:12 13 14Used by:Timeline
Symbol 16 TextUses:2Used by:Timeline
Symbol 17 ButtonUses:12 13 14Used 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 GraphicUsed by:Timeline
Symbol 23 GraphicUsed by:Timeline
Symbol 24 EditableTextUses:2Used by:26
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:24 25Used by:Timeline
Symbol 27 GraphicUsed by:28
Symbol 28 ButtonUses:27Used by:Timeline
Symbol 29 EditableTextUses:2Used by:Timeline
Symbol 30 GraphicUsed by:Timeline
Symbol 31 ButtonUses:12 13 14Used by:Timeline
Symbol 32 ButtonUses:12 13 14Used by:Timeline
Symbol 33 ButtonUses:12 13 14Used by:Timeline
Symbol 34 GraphicUsed by:37
Symbol 35 GraphicUsed by:37
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClipUses:34 35 36Used by:54  Timeline
Symbol 38 EditableTextUses:2Used by:Timeline
Symbol 39 GraphicUsed by:Timeline
Symbol 40 ButtonUses:12 13 14Used by:Timeline
Symbol 41 TextUses:2Used by:Timeline
Symbol 42 GraphicUsed by:Timeline
Symbol 43 EditableTextUses:2Used by:Timeline
Symbol 44 GraphicUsed by:Timeline
Symbol 45 ButtonUses:12 13 14Used by:Timeline
Symbol 46 ButtonUses:12 13 14Used by:Timeline
Symbol 47 TextUses:2Used by:54
Symbol 48 TextUses:2Used by:54
Symbol 49 TextUses:2Used by:54
Symbol 50 TextUses:2Used by:54
Symbol 51 TextUses:2Used by:54
Symbol 52 TextUses:2Used by:54
Symbol 53 TextUses:2Used by:54
Symbol 54 MovieClipUses:9 47 48 49 50 51 52 53 37Used by:Timeline

Instance Names

"numeretto"Frame 4Symbol 26 MovieClip
"e_0"Frame 4Symbol 9 MovieClip
"head1"Frame 4Symbol 37 MovieClip
"gameup1"Frame 8Symbol 54 MovieClip

Dynamic Text Variables

scoreSymbol 4 EditableText"0"
quantoSymbol 24 EditableText"9"
scoreSymbol 29 EditableText"0"
scoreSymbol 38 EditableText"00000"
scoreSymbol 43 EditableText"0"




http://swfchan.com/3/14974/info.shtml
Created: 3/6 -2019 03:04:36 Last modified: 3/6 -2019 03:04:36 Server time: 05/05 -2024 18:55:17