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

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

large anal insertion.swf

This is the info page for
Flash #107338

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


Text
Connecting...Please Wait...

...Still trying to Connect...

Troubles Connecting!
Please Refresh The Page

Game and Graphics Created by David Auchampach - Code Based on Paul Neaves Snake
© Copyright - Game Property of MyBibleGames.com, Inc. All Rights Reserved

CHOOSE SPEED

normal

normal

normal

fast

fast

fast

slow

slow

slow

Use the Arrow keys to 'Save' all the lost people

3

0

0

0000000

Score

Earned

Level

New

00

Gold

<p align="left"><font face="Arial_10pt_st" size="10" color="#000000" letterSpacing="0.000000" kerning="1">FPS: 00</font></p>

Awards

2

1

GO

Function

GAME OVER

Click To Play Again

Connecting...Please Wait...

...Still Trying to Connect...

Couldn't Connect,
Refresh Page

Loading Verse

ActionScript [AS1/AS2]

Instance of Symbol 33 MovieClip in Frame 1
onClipEvent (enterFrame) { if (_root.getBytesLoaded() == _root.getBytesTotal()) { _root.gotoAndStop(2); } else { _root.stop(); percLoaded = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); _root.percentLoadedText.text = percLoaded; this.gotoAndStop(percLoaded); } }
Frame 2
function submitcomplete() { submit.enabled = false; } function submitscore() { score = gameScore; var anticheat = new LoadVars(); anticheat.score = score; anticheat.username = _root.UserId; anticheat.action = "anticheat"; anticheat.onLoad = function () { chkscore = anticheat.chkscore; chkusername = anticheat.chkusername; if ((score != anticheat.chkscore) || (_root.UserId != anticheat.chkusername)) { status = "Cheating"; } else { var subscore = new LoadVars(); subscore.score = score; subscore.username = _root.UserId; subscore.gameid = _root.GameId; subscore.ScoreID = _root.retrieveGameInfo.ScoreID; subscore.gamelevel = gameLevel; if (_global.gameAward1New == true) { subscore.award1 = 16; } if (_global.gameAward2New == true) { subscore.award2 = 17; } if (_global.gameAward3New == true) { subscore.award3 = 18; } if (_global.gameAward4New == true) { subscore.award4 = 19; } if (_global.gameAward5New == true) { subscore.award5 = 20; } subscore.goldIncome = goldEarned; subscore.action = "sendscore"; subscore.onLoad = function () { status = subscore.status; }; subscore.sendAndLoad("hsfuncs.php?null=" + random(99999), subscore, "POST"); } }; anticheat.sendAndLoad("hsfuncs.php?null=" + random(99999), anticheat, "POST"); } Stage.showMenu = false; GameId = 4; infoSubmitWaitTime = 0; gameClickedToPlay = false; score = _global.score; var retrieveGameInfo = new LoadVars();
Instance of Symbol 41 MovieClip in Frame 2
onClipEvent (load) { _root.gameClickedToPlay = true; _root.retrieveGameInfo.gameid = _root.GameId; _root.retrieveGameInfo.sendAndLoad("hsfuncsBefore.php?null=" + random(99999), _root.retrieveGameInfo, "POST"); } onClipEvent (enterFrame) { if (_root.gameClickedToPlay == true) { if (_root.retrieveGameInfo.scriptFinished == "true") { _root.gameClickedToPlay = false; _root.UserId = _root.retrieveGameInfo.UserId; if (_root.retrieveGameInfo.award1 == 16) { _global.gameAward1 = true; } else { _global.gameAward1 = false; } if (_root.retrieveGameInfo.award2 == 17) { _global.gameAward2 = true; } else { _global.gameAward2 = false; } if (_root.retrieveGameInfo.award3 == 18) { _global.gameAward3 = true; } else { _global.gameAward3 = false; } if (_root.retrieveGameInfo.award4 == 19) { _global.gameAward4 = true; } else { _global.gameAward4 = false; } if (_root.retrieveGameInfo.award5 == 20) { _global.gameAward5 = true; } else { _global.gameAward5 = false; } _root.retrieveGameInfo.scriptFinished = "false"; _root.infoSubmitWaitTime = 0; _root.gotoAndStop(3); } else { _root.infoSubmitWaitTime = _root.infoSubmitWaitTime + 1; } if (_root.infoSubmitWaitTime == 1) { this.gotoAndStop(1); } else if ((_root.infoSubmitWaitTime >= 200) and (_root.infoSubmitWaitTime < 1200)) { if (_root.infoSubmitWaitTime == 200) { _root.retrieveGameInfo.sendAndLoad("hsfuncsBefore.php?null=" + random(99999), _root.retrieveGameInfo, "POST"); } else if (_root.infoSubmitWaitTime == 600) { _root.retrieveGameInfo.sendAndLoad("hsfuncsBefore.php?null=" + random(99999), _root.retrieveGameInfo, "POST"); } this.gotoAndStop(2); } else if (_root.infoSubmitWaitTime >= 1200) { this.gotoAndStop(3); } } }
Frame 3
stop();
Frame 4
Key.removeListener(keyListener); score = 0; gameLevel = 1; gameScore = 0; scoreIncremented = 0; goldEarned = 0; scoreIncrement = 100; pressedArrows = 0; _global.gameAward1New = false; _global.gameAward2New = false; _global.gameAward3New = false; _global.gameAward4New = false; _global.gameAward5New = false; s_mc._alpha = 100; len = 2; gx = 20; gy = 20; max = ((gx - 2) * (gy - 2)) - 3; vx = 0; vy = 1; x = 11; y = 4; crossGraphic = true; gameOver = (paused = (moved = false)); levelName = "LEVEL: " + ["PYTHON", "WORM", "SLUG"][level]; var i = 0; while (i <= gx) { s_mc.createEmptyMovieClip(i, i); var j = 0; while (j <= gy) { s_mc[i].attachMovie("snake", j, j, {_x:i * 24, _y:j * 24, _visible:false, fuse:0}); j++; } i++; } makeFood = function () { do { fx = int(Math.random() * (gx - 1)) + 1; fy = int(Math.random() * (gy - 1)) + 1; } while (s_mc[fx][fy]._visible); with (s_mc[fx][fy]) { fuse = 0; gotoAndStop(2); _visible = true; } };
Instance of Symbol 85 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_global.gameAward1 == false) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Instance of Symbol 89 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_global.gameAward2 == false) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Instance of Symbol 93 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_global.gameAward3 == false) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Instance of Symbol 97 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_global.gameAward4 == false) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Instance of Symbol 101 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_global.gameAward5 == false) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Instance of Symbol 103 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_global.gameAward2New == true) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Instance of Symbol 103 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_global.gameAward3New == true) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Instance of Symbol 103 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_global.gameAward4New == true) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Instance of Symbol 103 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_global.gameAward5New == true) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Instance of Symbol 103 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_global.gameAward1New == true) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Frame 43
stop(); makeFood(); lc = level; this.onEnterFrame = function () { if (paused) { return(undefined); } if (lc) { lc--; return(undefined); } lc = level; x = x + vx; y = y + vy; if ((x == fx) && (y == fy)) { score = score + (s_mc[x][y].fuse + 1); gameLevel = gameLevel + (s_mc[x][y].fuse + 1); scoreIncremented = Math.round(Math.ceil(scoreIncrement * 100) * (gameLevel / 10)); gameScore = gameScore + scoreIncremented; scoreIncrement = 100; len++; with (s_mc[x][y]) { fuse = len; gotoAndStop(1); } for (var i in s_mc) { for (var j in s_mc[i]) { if (s_mc[i][j]._visible) { s_mc[i][j].fuse++; } } } makeFood(); if (_root.gameScore >= 1000000) { if (_global.gameAward1 == false) { _global.gameAward1 = true; _global.gameAward1New = true; } } if (_root.gameLevel >= 60) { if (_global.gameAward2 == false) { _global.gameAward2 = true; _global.gameAward2New = true; } } if (_root.gameScore >= 500000) { if (_global.gameAward3 == false) { _global.gameAward3 = true; _global.gameAward3New = true; } } if (_root.gameScore >= 500000) { if (_global.gameAward3 == false) { _global.gameAward3 = true; _global.gameAward3New = true; } } if (_root.gameLevel >= 30) { if (_global.gameAward4 == false) { _global.gameAward4 = true; _global.gameAward4New = true; } } if ((_root.pressedArrows <= 30) and (_root.gameLevel == 15)) { if (_global.gameAward5 == false) { _global.gameAward5 = true; _global.gameAward5New = true; } } if (_root.gameLevel == 25) { _root.goldEarned = _root.goldEarned + 1; } if (_root.gameLevel == 50) { _root.goldEarned = _root.goldEarned + 2; } if (_root.gameLevel == 75) { _root.goldEarned = _root.goldEarned + 4; } if (_root.gameLevel == 100) { _root.goldEarned = _root.goldEarned + 8; } if (_root.gameLevel == 125) { _root.goldEarned = _root.goldEarned + 16; } if (_root.gameLevel == 150) { _root.goldEarned = _root.goldEarned + 32; } } else if (((((s_mc[x][y]._visible || (x == 0)) || (x == gx)) || (y == 0)) || (y == gy)) || (len > max)) { gameOver = true; s_mc._alpha = 25; Key.removeListener(keyListener); nextFrame(); delete this.onEnterFrame; } with (s_mc[x][y]) { fuse = len; _visible = true; } moved = false; updateAfterEvent(); }; keyListener = new Object(); keyListener.onKeyDown = function () { if (gameOver) { return(undefined); } var _local1 = Key.getCode(); switch (_local1) { case 32 : case 80 : case 112 : paused = !paused; s_mc._alpha = (paused ? 25 : 100); } if ((!paused) && (!moved)) { switch (_local1) { case 38 : if (vy == 0) { vx = 0; vy = -1; moved = true; } break; case 40 : if (vy == 0) { vx = 0; vy = 1; moved = true; } break; case 37 : if (vx == 0) { vx = -1; vy = 0; moved = true; } break; case 39 : if (vx != 0) { break; } vx = 1; vy = 0; moved = true; } } }; Key.addListener(keyListener);
Instance of Symbol 117 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_parent.scoreIncrement > 0) { _parent.scoreIncrement = _parent.scoreIncrement - (_parent.scoreIncrement / 50); } } on (keyPress "<Left>") { _parent.pressedArrows = _parent.pressedArrows + 1; } on (keyPress "<Right>") { _parent.pressedArrows = _parent.pressedArrows + 1; } on (keyPress "<Up>") { _parent.pressedArrows = _parent.pressedArrows + 1; } on (keyPress "<Down>") { _parent.pressedArrows = _parent.pressedArrows + 1; }
Frame 44
randomVerseNumber = random(14) + 1; randomVerse = "loading"; switch (randomVerseNumber) { case 1 : randomVerse = "'And he said to them, Go you into all the world, and PREACH the gospel to every creature.' \n Mark 16:15"; break; case 2 : randomVerse = "'And as ye go, PREACH, saying, The kingdom of heaven is at hand.' \n Matthew 10:7"; break; case 3 : randomVerse = "'And this GOSPEL of the kingdom shall be preached in all the world for a witness unto all nations; and then shall the end come.' \n Matthew 24:14"; break; case 4 : randomVerse = "'But ye shall receive power, after that the Holy Spirit is come upon you: and you shall be witnesses to me both in Jerusalem, and in all Judaea, and in Samaria, and to the uttermost part of the earth.' \n Matthew 1:8"; break; case 5 : randomVerse = "'The fruit of the righteous is a tree of life; and he that winneth SOULS is wise.' \n Proverbs 11:"; break; case 6 : randomVerse = "'But to all who did receive him, who believed in his name, he gave the right to become children of God' \n John 1:12"; break; case 7 : randomVerse = "'For God so loved the world, that he gave his only Son, that whoever believes in him should not perish but have eternal life. For God did not send his Son into the world to condemn the world, but in order that the world might be saved through him.' \n John 3:16-17"; break; case 8 : randomVerse = "'Let it be known to you therefore, brothers, that through this man forgiveness of sins is proclaimed to you, and by him everyone who believes is freed from everything from which you could not be freed by the law of Moses.' \n Acts 13:39"; break; case 9 : randomVerse = "'For I am not ashamed of the gospel, for it is the power of God for salvation to everyone who believes, to the Jew first and also to the Gentiles.' \n Romans 1:16"; break; case 10 : randomVerse = "'Therefore, if anyone is in Christ, he is a new creation. The old has passed away; behold, the new has come.' \n 2 Corinthians 5:17"; break; case 11 : randomVerse = "'For by grace you have been saved through faith. And this is not your own doing; it is the gift of God, not a result of works, so that no one may boast.' \n Ephesians 2:8-9"; break; case 12 : randomVerse = "'For God has not destined us for wrath, but to obtain salvation through our Lord Jesus Christ, who died for us so that whether we are awake or asleep we might live with him.' \n 1 Thessalonians 5:9-10"; break; case 13 : randomVerse = "'Though you have not seen him, you love him. Though you do not now see him, you believe in him and rejoice with joy that is inexpressible and filled with glory, obtaining the outcome of your faith, the salvation of your souls.' \n 1 Peter 1:8-9"; break; case 14 : randomVerse = "''Jesus said to him, \u201CI am the way, and the truth, and the life. No one comes to the Father except through me.' \n 13:38"; } randomVerseText.text = randomVerse; submitscore();
Instance of Symbol 124 MovieClip in Frame 44
onClipEvent (enterFrame) { _root.statusText.text = _root.status; if (_root.status == "Information Submitted!") { this.gotoAndStop(1); _root.infoSubmitWaitTime = 0; } else { _root.infoSubmitWaitTime = _root.infoSubmitWaitTime + 1; } if (_root.infoSubmitWaitTime == 1) { this.gotoAndStop(2); } else if ((_root.infoSubmitWaitTime >= 200) and (_root.infoSubmitWaitTime < 1200)) { if (_root.infoSubmitWaitTime == 200) { _root.submitscore(); } else if (_root.infoSubmitWaitTime == 600) { _root.submitscore(); } this.gotoAndStop(3); } else if (_root.infoSubmitWaitTime >= 1200) { this.gotoAndStop(4); } }
Symbol 6 MovieClip Frame 1
stop();
Symbol 13 MovieClip Frame 1
stop();
Symbol 29 MovieClip Frame 1
stop(); if (_root.gameScore >= 1000000) { gotoAndStop (5); } else if (_root.gameLevel >= 60) { gotoAndStop (4); } else if (_root.gameScore >= 500000) { gotoAndStop (3); } else if (_root.gameLevel >= 30) { gotoAndStop (2); }
Instance of Symbol 6 MovieClip in Symbol 29 MovieClip Frame 2
onClipEvent (load) { this.gotoAndStop(2); }
Instance of Symbol 6 MovieClip in Symbol 29 MovieClip Frame 3
onClipEvent (load) { this.gotoAndStop(3); }
Instance of Symbol 6 MovieClip in Symbol 29 MovieClip Frame 4
onClipEvent (load) { this.gotoAndStop(4); }
Instance of Symbol 6 MovieClip in Symbol 29 MovieClip Frame 5
onClipEvent (load) { this.gotoAndStop(5); }
Symbol 32 MovieClip [snake] Frame 1
stop(); this.onEnterFrame = function () { if (_root.lc) { return(undefined); } if ((!_root.gameOver) && (!_root.paused)) { if (fuse) { fuse--; } else { _visible = false; } } };
Symbol 32 MovieClip [snake] Frame 2
this.onEnterFrame = function () { if (((!_root.gameOver) && (!_root.paused)) && (fuse)) { fuse--; FoodBG._rotation = (Food._rotation = Food._rotation + (fuse / 4)); } };
Symbol 51 Button
on (release) { level = 1; gotoAndPlay ("Game"); }
Symbol 55 Button
on (release) { level = 0; gotoAndPlay ("Game"); }
Symbol 59 Button
on (release) { level = 2; gotoAndPlay ("Game"); }
Symbol 85 MovieClip Frame 1
stop();
Symbol 89 MovieClip Frame 1
stop();
Symbol 93 MovieClip Frame 1
stop();
Symbol 97 MovieClip Frame 1
stop();
Symbol 101 MovieClip Frame 1
stop();
Symbol 103 MovieClip Frame 2
stop();
Symbol 110 MovieClip Frame 1
function update() { counted++; fps = frameCount; avg = Math.floor((((avg * (counted - 1)) + fps) / counted) * 100) / 100; fpsText.text = "FPS: " + fps; avgText.text = "AVG: " + avg; frameCount = 0; } var frameCount = 0; var fps = 0; var avg = 0; var counted = 0; onEnterFrame = function () { frameCount++; }; setInterval(update, 1000);
Symbol 120 Button
on (press) { _root.gotoAndPlay(1); }
Symbol 124 MovieClip Frame 1
stop();

Library Items

Symbol 1 GraphicUsed by:6
Symbol 2 GraphicUsed by:6
Symbol 3 GraphicUsed by:6
Symbol 4 GraphicUsed by:6
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:1 2 3 4 5Used by:13 29
Symbol 7 GraphicUsed by:13
Symbol 8 GraphicUsed by:9 28
Symbol 9 MovieClipUses:8Used by:13
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:12
Symbol 12 MovieClip [HeadPart]Uses:11Used by:13
Symbol 13 MovieClipUses:6 7 9 12Used by:32 33
Symbol 14 GraphicUsed by:29
Symbol 15 GraphicUsed by:28
Symbol 16 ShapeTweeningUsed by:28
Symbol 17 ShapeTweeningUsed by:28
Symbol 18 ShapeTweeningUsed by:28
Symbol 19 ShapeTweeningUsed by:28
Symbol 20 GraphicUsed by:28
Symbol 21 ShapeTweeningUsed by:28
Symbol 22 GraphicUsed by:28
Symbol 23 ShapeTweeningUsed by:28
Symbol 24 ShapeTweeningUsed by:28
Symbol 25 ShapeTweeningUsed by:28
Symbol 26 ShapeTweeningUsed by:28
Symbol 27 ShapeTweeningUsed by:28
Symbol 28 MovieClipUses:15 8 16 17 18 19 20 21 22 23 24 25 26 27Used by:29
Symbol 29 MovieClipUses:6 14 28Used by:30 33
Symbol 30 MovieClipUses:29Used by:32
Symbol 31 SoundUsed by:32  Timeline
Symbol 32 MovieClip [snake]Uses:13 30 31
Symbol 33 MovieClipUses:29 13Used by:Timeline
Symbol 34 BitmapUsed by:35
Symbol 35 GraphicUses:34Used by:36
Symbol 36 ButtonUses:35Used by:Timeline
Symbol 37 FontUsed by:38 39 40 74 76 77 78 79 80 81 102 106 107 111 113 114 115 116 118 119 121 122 123 125
Symbol 38 TextUses:37Used by:41
Symbol 39 TextUses:37Used by:41
Symbol 40 TextUses:37Used by:41
Symbol 41 MovieClipUses:38 39 40Used by:Timeline
Symbol 42 FontUsed by:44
Symbol 43 FontUsed by:44
Symbol 44 TextUses:42 43Used by:Timeline
Symbol 45 FontUsed by:46 47 48 49 52 53 54 56 57 58 60
Symbol 46 TextUses:45Used by:Timeline
Symbol 47 TextUses:45Used by:51
Symbol 48 TextUses:45Used by:51
Symbol 49 TextUses:45Used by:51
Symbol 50 GraphicUsed by:51 55 59
Symbol 51 ButtonUses:47 48 49 50Used by:Timeline
Symbol 52 TextUses:45Used by:55
Symbol 53 TextUses:45Used by:55
Symbol 54 TextUses:45Used by:55
Symbol 55 ButtonUses:52 53 54 50Used by:Timeline
Symbol 56 TextUses:45Used by:59
Symbol 57 TextUses:45Used by:59
Symbol 58 TextUses:45Used by:59
Symbol 59 ButtonUses:56 57 58 50Used by:Timeline
Symbol 60 TextUses:45Used by:Timeline
Symbol 61 BitmapUsed by:62
Symbol 62 GraphicUses:61Used by:63
Symbol 63 MovieClipUses:62Used by:Timeline
Symbol 64 MovieClipUsed by:Timeline
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:73
Symbol 67 GraphicUsed by:68
Symbol 68 MovieClipUses:67Used by:73
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:69Used by:73
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:71Used by:73
Symbol 73 MovieClipUses:66 68 70 72Used by:Timeline
Symbol 74 TextUses:37Used by:Timeline
Symbol 75 GraphicUsed by:Timeline
Symbol 76 EditableTextUses:37Used by:Timeline
Symbol 77 EditableTextUses:37Used by:Timeline
Symbol 78 EditableTextUses:37Used by:Timeline
Symbol 79 TextUses:37Used by:Timeline
Symbol 80 TextUses:37Used by:Timeline
Symbol 81 TextUses:37Used by:Timeline
Symbol 82 BitmapUsed by:83
Symbol 83 GraphicUses:82Used by:84
Symbol 84 MovieClipUses:83Used by:85
Symbol 85 MovieClipUses:84Used by:Timeline
Symbol 86 BitmapUsed by:87
Symbol 87 GraphicUses:86Used by:88
Symbol 88 MovieClipUses:87Used by:89
Symbol 89 MovieClipUses:88Used by:Timeline
Symbol 90 BitmapUsed by:91
Symbol 91 GraphicUses:90Used by:92
Symbol 92 MovieClipUses:91Used by:93
Symbol 93 MovieClipUses:92Used by:Timeline
Symbol 94 BitmapUsed by:95
Symbol 95 GraphicUses:94Used by:96
Symbol 96 MovieClipUses:95Used by:97
Symbol 97 MovieClipUses:96Used by:Timeline
Symbol 98 BitmapUsed by:99
Symbol 99 GraphicUses:98Used by:100
Symbol 100 MovieClipUses:99Used by:101
Symbol 101 MovieClipUses:100Used by:Timeline
Symbol 102 TextUses:37Used by:103
Symbol 103 MovieClipUses:102Used by:Timeline
Symbol 104 BitmapUsed by:105
Symbol 105 GraphicUses:104Used by:Timeline
Symbol 106 EditableTextUses:37Used by:Timeline
Symbol 107 TextUses:37Used by:Timeline
Symbol 108 FontUsed by:109
Symbol 109 EditableTextUses:108Used by:110
Symbol 110 MovieClipUses:109Used by:Timeline
Symbol 111 TextUses:37Used by:Timeline
Symbol 112 SoundUsed by:Timeline
Symbol 113 TextUses:37Used by:Timeline
Symbol 114 TextUses:37Used by:Timeline
Symbol 115 TextUses:37Used by:Timeline
Symbol 116 TextUses:37Used by:117
Symbol 117 MovieClipUses:116Used by:Timeline
Symbol 118 TextUses:37Used by:Timeline
Symbol 119 TextUses:37Used by:120
Symbol 120 ButtonUses:119Used by:124
Symbol 121 TextUses:37Used by:124
Symbol 122 TextUses:37Used by:124
Symbol 123 TextUses:37Used by:124
Symbol 124 MovieClipUses:120 121 122 123Used by:Timeline
Symbol 125 EditableTextUses:37Used by:Timeline
Symbol 126 SoundUsed by:Timeline

Instance Names

"tester"Frame 2Symbol 36 Button
"s_mc"Frame 4Symbol 64 MovieClip
"pointsEarned"Frame 4Symbol 76 EditableText
"levelText"Frame 4Symbol 77 EditableText
"scoreText"Frame 4Symbol 78 EditableText
"randomVerseText"Frame 44Symbol 125 EditableText
"FoodBG"Symbol 32 MovieClip [snake] Frame 2Symbol 30 MovieClip
"Food"Symbol 32 MovieClip [snake] Frame 2Symbol 30 MovieClip
"fpsText"Symbol 110 MovieClip Frame 1Symbol 109 EditableText

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 131 bytes "..$1$B3$o2ztmBWQoaQOw15CqAC2K/."
ExportAssets (56)Timeline Frame 1Symbol 12 as "HeadPart"
ExportAssets (56)Timeline Frame 1Symbol 32 as "snake"

Dynamic Text Variables

scoreIncrementedSymbol 76 EditableText"0"
gameLevelSymbol 77 EditableText"0"
gameScoreSymbol 78 EditableText"0000000"
goldEarnedSymbol 106 EditableText"00"




http://swfchan.com/22/107338/info.shtml
Created: 16/3 -2019 14:04:30 Last modified: 16/3 -2019 14:04:30 Server time: 03/05 -2024 19:34:50