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

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

Munchy Man.swf

This is the info page for
Flash #27376

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


Text
.

s

t

n

e

r

p

When you need a kwik break!

Munchy Man

LOADING...

PLAY GAME

HIGH SCORES

Tell A Friend

Tell A Friend

SCORE

LIVES

GET READY!

PAUSED

QUIT? Y/N

LEVEL

GAME OVER

OK

ENTER YOUR NAME,
HIGH SCORER!

NAME

SCORE

LAST 10

NEXT 10

Your Email :

Friend's Email :

Your message :

Email this game to your friend
with your own message:

Send

Send

Back

Back

Back

Thanks...
Your friend has been emailed!

ActionScript [AS1/AS2]

Frame 57
stop(); Stage.showMenu = false; this.onEnterFrame = function () { sofar = this.getBytesLoaded(); total = this.getBytesTotal(); Bar._width = int((sofar / total) * 100); if (sofar == total) { delete this.onEnterFrame; nextFrame(); } };
Frame 58
String.prototype.addCommas = function () { var len = this.length; var str = ""; var i = 0; while (i <= len) { str = this.charAt(len - i) + str; if ((((i % 3) == 0) && (i > 0)) && (i < len)) { str = "," + str; } i++; } return(str); }; game_so = SharedObject.getLocal("neavePacman"); score = 0;
Frame 65
function initVars() { pacDir = 3; pacPos = 0; pacX = 14; pacY = 23; nextX = pacX - 1; nextY = pacY; nextPacDir = 3; ghKill = 100; ghBlue = 0; numEyes = 0; Pacman.gotoAndStop(1); pacStep = 4; pacPosMax = 2; pauseCount = 0; with (Pacman) { _x = OFFX + (12 * pacX); _y = OFFY + (12 * pacY); _rotation = 0; } tellTarget (Ghost[1]) { ghPos = 1; ghDir = 3; ghX = 13; ghY = 11; ghNX = ghX - 1; _y = (_root.OFFY + 132); cOrig = 14483456 /* 0xDD0000 */; }; tellTarget (Ghost[2]) { ghDir = 0; ghX = 13; cOrig = 16751001 /* 0xFF9999 */; }; tellTarget (Ghost[3]) { ghDir = 2; ghX = 11; cOrig = 6750207 /* 0x66FFFF */; }; tellTarget (Ghost[4]) { ghDir = 2; ghX = 15; cOrig = 16750848 /* 0xFF9900 */; }; g = 1; while (g < 5) { tellTarget (Ghost[g]) { if (this.g > 1) { ghPos = 0; ghY = 14; ghNX = ghX; _y = (_root.OFFY + 174); } _x = ((_root.OFFX + (12 * ghX)) + 6); gotoAndStop (1); Eyes.gotoAndStop(1); gNum = 0; ghNY = ghY; ghStep = 4; ghPosMax = 2; ghFast = true; Shape._visible = true; Shape.Hit._visible = true; c = new Color(Shape); c.setRGB(cOrig); }; g++; } } function setPacMove(d) { if (d == 0) { nextX = pacX; nextY = pacY - 1; Pacman._rotation = 90; } else if (d == 1) { nextX = pacX + 1; nextY = pacY; Pacman._rotation = 180; } else if (d == 2) { nextX = pacX; nextY = pacY + 1; Pacman._rotation = -90; } else if (d == 3) { nextX = pacX - 1; nextY = pacY; Pacman._rotation = 0; } } function setGhMove(d, g) { with (Ghost[g]) { if (d == 0) { ghNX = ghX; ghNY = ghY - 1; } else if (d == 1) { ghNX = ghX + 1; ghNY = ghY; } else if (d == 2) { ghNX = ghX; ghNY = ghY + 1; } else if (d == 3) { ghNX = ghX - 1; ghNY = ghY; } } } function startBGSnd() { tellTarget ("BGSnd") { if (_root.ghBlue > 2) { if (_root.numEyes) { EyesGh.start(0, 100); BlueGh.stop(); } else { EyesGh.stop(); BlueGh.start(0, 100); } } else { BlueGh.stop(); EyesGh.stop(); _root["Back" + _root.bgNum].start(0, 1000); } }; } OFFX = 18; OFFY = 18; score = 0; lastScore = 0; lives = 3; level = 0; fruitNum = 1; notMute = true; newLev = true; newGame = true; newLife = false; quttting = false; quit = false; Snd.ChSnd = true; Pacman.Hit._visible = false; ghPause = 40; ghBVal = 162; ghMove = new Array(4); ghChoice = new Array(4); ghBest = new Array(4); var g = 1; while (g < 5) { Ghost.attachMovie("Ghost", g, g); Ghost.attachMovie("GhKill", "K" + g, g + 4); Ghost["K" + g].kval = ""; g++; } var i = 1; while (i < 5) { _root["Life" + i].gotoAndStop(1); if (i >= lives) { _root["Life" + i]._visible = false; } i++; } m = "#############################............##............##.####.#####.##.#####.####.##O####.#####.##.#####.####O##.####.#####.##.#####.####.##..........................##.####.##.########.##.####.##.####.##.########.##.####.##......##....##....##......#######.##### ## #####.############.##### ## #####.############.## ##.############.## ######## ##.############.## # # # ## ##.######L . # # # ## . R######.## ### #### ##.############.## ######## ##.############.## ##.############.## ######## ##.############.## ######## ##.#######............##............##.####.#####.##.#####.####.##.####.#####.##.#####.####.##O..##....... .......##..O####.##.##.########.##.##.######.##.##.########.##.##.####......##....##....##......##.##########.##.##########.##.##########.##.##########.##..........................#############################"; var i = -1; while (i < 29) { Maze.attachMovie("Empty", i, i + 1); i++; } pos = 0; var j = 0; while (j < 31) { var i = 0; while (i < 28) { Maze[i][j] = m.charAt(pos++); pill = false; if (Maze[i][j] == ".") { pill = true; Maze[i].attachMovie("Pill", "P" + j, pos); } if (Maze[i][j] == "O") { pill = true; Maze[i].attachMovie("Power", "P" + j, pos); } if (pill) { with (Maze[i]["P" + j]) { _x = OFFX + (12 * i); _y = OFFY + (12 * j); } } i++; } j++; }
Instance of Symbol 25 MovieClip [Empty] "Maze" in Frame 65
onClipEvent (keyDown) { with (_root) { if (Key.getCode() == 38) { nextPacDir = 0; } else if (Key.getCode() == 39) { nextPacDir = 1; } else if (Key.getCode() == 40) { nextPacDir = 2; } else if (Key.getCode() == 37) { nextPacDir = 3; } else if (playing && ((Key.getCode() == 80) || (Key.getCode() == 112))) { if (Ready._visible) { Ready._visible = false; Ready.gotoAndStop(1); if (notMute) { startBGSnd(); } if (!stopped) { Pacman.play(); } play(); } else { stop(); Ready.gotoAndStop("Paused"); Ready._visible = true; stopAllSounds(); Pacman.stop(); } } else if (playing && (((Key.getCode() == 81) || (Key.getCode() == 113)) || (Key.getCode() == 27))) { quitting = true; stop(); Ready.gotoAndStop("Quit"); Ready._visible = true; stopAllSounds(); Pacman.stop(); } else if (quitting && ((Key.getCode() == 78) || (Key.getCode() == 110))) { quitting = false; Ready._visible = false; Ready.gotoAndStop(1); if (notMute) { startBGSnd(); } if (!stopped) { Pacman.play(); } play(); } else if (quitting && ((Key.getCode() == 89) || (Key.getCode() == 121))) { quit = true; play(); } else if ((playing && (!Ready._visible)) && ((Key.getCode() == 77) || (Key.getCode() == 109))) { notMute = !notMute; if (notMute) { startBGSnd(); } else { stopAllSounds(); } } else if ((Key.getCode() == 76) || (Key.getCode() == 108)) { toggleHighQuality(); } } }
Frame 66
stop(); stopAllSounds(); playing = false; stopped = true; Fruit.gotoAndStop(1); if (newLev) { newLev = false; bgNum = 1; pillEat = 0; level++; if (ghPause > 4) { ghPause = ghPause - 4; } if (ghBVal > 2) { ghBVal = ghBVal - 10; } if (fruitNum < 14) { fruitNum++; FrLev.gotoAndStop(fruitNum); } initVars(); if (!newGame) { var g = 1; while (g < 5) { Ghost[g]._visible = false; g++; } Pacman._visible = false; BGSnd.gotoAndPlay("NewLev"); } } if (newLife) { newLife = false; Ready._visible = true; lives--; if (lives > 0) { _root["Life" + lives]._visible = false; initVars(); BGSnd.gotoAndPlay("NewLife"); } else { Pacman._visible = false; Ready.gotoAndStop("GameOver"); } } if (newGame) { BGSnd.gotoAndPlay("NewGame"); }
Frame 67
ang = Math.abs(pacDir - nextPacDir) / 2; if (ang == 1) { pacDir = nextPacDir; } else if (pacPos == 0) { tempDir = pacDir; pacDir = nextPacDir; } setPacMove(pacDir); if (pacPos == 0) { P = Maze[pacX]["P" + pacY]; if (P._visible) { pacStep = 4; pacPosMax = 2; if (notMute) { tellTarget ("Snd") { if (ChSnd) { gotoAndPlay ("Chomp1"); } else { gotoAndPlay ("Chomp2"); } ChSnd = !ChSnd; }; } P._visible = false; pillEat++; if (notMute) { if (pillEat == 180) { BGSnd.Back1.stop(); bgNum = 2; BGSnd.Back2.start(0, 1000); } else if (pillEat == 230) { BGSnd.Back2.stop(); bgNum = 3; BGSnd.Back3.start(0, 1000); } } if (pillEat == 244) { newLev = true; gotoAndStop (66); } score = score + 10; if (Maze[pacX][pacY] == "O") { score = score + 40; if (notMute) { BGSnd["Back" + bgNum].stop(); BGSnd.BlueGh.start(0, 100); } ghBlue = ghBval; ghKill = 100; var g = 1; while (g < 5) { tellTarget (Ghost[g]) { if (Shape._visible) { c.setRGB(13311); gotoAndStop (2); ghFast = false; e = new Color(PPEyes); e.setRGB(16777215); } }; g++; } } } else if ((++pauseCount) % 2) { pacStep = 4; pacPosMax = 2; } else { pacStep = 6; pacPosMax = 1; } if (Maze[pacX + 1][pacY] == "L") { pacX = 28; nextX = 27; Pacman._x = OFFX + 336; } else if (Maze[pacX - 1][pacY] == "R") { pacX = -1; nextX = 0; Pacman._x = OFFX - 12; } if ((Maze[nextX][nextY] == "#") && (ang != 1)) { pacDir = tempDir; setPacMove(pacDir); } } if (!((pacPos == 0) && (Maze[nextX][nextY] == "#"))) { with (Pacman) { if (nextX < pacX) { _x = _x - pacStep; pacPos--; } else if (nextX > pacX) { _x = _x + pacStep; pacPos++; } else if (nextY < pacY) { _y = _y - pacStep; pacPos--; } else if (nextY > pacY) { _y = _y + pacStep; pacPos++; } } if ((pacPos < 0) || (pacPos > pacPosMax)) { if (pacPos > pacPosMax) { pacPos = 0; } else if (pacPos < 0) { pacPos = pacPosMax; } pacX = nextX; pacY = nextY; } if (stopped) { stopped = false; Pacman.play(); } } else if (!stopped) { stopped = true; Pacman.gotoAndStop(1); } tellTarget ("Fruit") { if (_currentframe == 1) { if (!random(600)) { gotoAndStop(_root.fruitNum); } } else if (fCount) { if (hitTest(_root.Pacman.Hit)) { gotoAndStop ("Show"); } else { fCount--; } } else { gotoAndStop (1); } }; if (ghBlue) { ghBlue--; } unBlue = false; var g = 1; while (g < 5) { with (Ghost[g]) { if (ghBlue && (_currentframe == 2)) { if (((((ghBlue == 50) || (ghBlue == 40)) || (ghBlue == 30)) || (ghBlue == 20)) || (ghBlue == 10)) { c.setRGB(16777215); e.setRGB(16711680); } else if (((((ghBlue == 45) || (ghBlue == 35)) || (ghBlue == 25)) || (ghBlue == 15)) || (ghBlue == 5)) { c.setRGB(13311); e.setRGB(16777215); } else if (ghBlue == 1) { gotoAndStop(1); c.setRGB(cOrig); ghFast = true; } } gTest = false; if (ghPos == 0) { if ((Maze[ghX + 1][ghY] == "L") && (ghDir == 3)) { ghX = 29; ghNX = 28; _x = OFFX + 348; } else if ((Maze[ghX - 1][ghY] == "R") && (ghDir == 1)) { ghX = -2; ghNX = -1; _x = OFFX - 24; } else if ((ghX > 0) && (ghX < 27)) { var i = 0; while (i < 4) { ghMove[i] = 1; i++; } oppDir = ((ghDir < 2) ? (ghDir + 2) : (ghDir - 2)); ghMove[oppDir] = 0; if (Maze[ghX][ghY - 1] == "#") { ghMove[0] = 0; } if (Maze[ghX + 1][ghY] == "#") { ghMove[1] = 0; } if (Maze[ghX][ghY + 1] == "#") { ghMove[2] = 0; } if (Maze[ghX - 1][ghY] == "#") { ghMove[3] = 0; } pos = 0; var i = 0; while (i < 4) { ghChoice[i] = -1; if (ghMove[i]) { ghChoice[pos++] = i; } i++; } bestXDir = -1; bestYDir = -1; if (Shape._visible && (_currentframe == 1)) { testX = pacX; testY = pacY; } else { testX = 13; testY = 11; } if (testX < ghX) { bestXDir = 3; } else if (testX > ghX) { bestXDir = 1; } if (testY < ghY) { bestYDir = 0; } else if (testY > ghY) { bestYDir = 2; } best = 0; var i = 0; while (i < pos) { if ((ghChoice[i] == bestXDir) || (ghChoice[i] == bestYDir)) { ghBest[best++] = ghChoice[i]; } i++; } if ((best == 0) || (Shape._visible && (!random(3)))) { ghDir = ghChoice[random(pos)]; } else { ghDir = ghBest[random(best)]; } if (ghFast) { ghStep = 4; ghPosMax = 2; } else { ghStep = 2; ghPosMax = 5; } gNum++; if (ghX == 13) { if ((ghY > 11) && (ghY < 15)) { if (Shape._visible) { gTest = true; ghDir = 0; if (gNum < 4) { _y = _y - 2; } } else if (ghY == 13) { unBlue = true; numEyes--; Shape._visible = true; Shape.Hit._visible = true; } } else if (ghY == 11) { if ((gNum == 1) && (g == 1)) { _x = _x - 2; } if (gNum == 4) { ghPos = 2; if (ghFast) { _x = _x + 2; } else { _x = _x - 2; } } if (!Shape._visible) { gTest = true; ghDir = 2; } } } if ((ghY > 11) && (ghY < 15)) { if ((ghX == 11) && (gNum == (ghPause + 2))) { gTest = true; ghDir = 1; gNum = -1; } if ((ghX == 15) && (gNum == ((2 * ghPause) + 2))) { gTest = true; ghDir = 3; gNum = -1; } } } } setGhMove(ghDir, g); if ((!((ghPos == 0) && (Maze[ghNX][ghNY] == "#"))) || (gTest)) { if (ghNX < ghX) { _x = _x - ghStep; ghPos--; } else if (ghNX > ghX) { _x = _x + ghStep; ghPos++; } else if (ghNY < ghY) { _y = _y - ghStep; ghPos--; } else if (ghNY > ghY) { _y = _y + ghStep; ghPos++; } Eyes.gotoAndStop(ghDir + 1); if ((ghPos < 0) || (ghPos > ghPosMax)) { if (ghPos > ghPosMax) { ghPos = 0; } else if (ghPos < 0) { ghPos = ghPosMax; } ghX = ghNX; ghY = ghNY; } } if ((Shape.Hit._visible && (Pacman.Hit.hitTest(Shape.Hit))) && (!newLev)) { if (_currentframe == 1) { _root.stop(); playing = false; Pacman.gotoAndPlay("Die"); } else { BGSnd.BlueGh.stop(); ghKill = ghKill * 2; score = score + ghKill; ghFast = true; if (ghPos > ghPosMax) { ghPos = 0; } else if (ghPos < 0) { ghPos = ghPosMax; } if (notMute) { Snd.gotoAndPlay("EatGhost"); } gotoAndStop(1); numEyes++; Shape._visible = false; Shape.Hit._visible = false; c.setRGB(cOrig); with (Ghost["K" + g]) { _visible = true; _x = Ghost[g]._x; _y = Ghost[g]._y; kval = ghKill; play(); } } } } g++; } if (ghBlue && (notMute)) { with (BGSnd) { if (ghBlue == 1) { BlueGh.stop(); EyesGh.stop(); eval ("Back" + bgNum).start(0, 1000); } else if (unBlue && (!numEyes)) { EyesGh.stop(); BlueGh.start(0, 100); } } } if (lastScore != score) { s = Math.floor(score / 10000); sTest = (s + 1) / 2; if (((lives < 5) && (sTest == int(sTest))) && (Math.floor(lastScore / 10000) < s)) { eval ("Life" + lives)._visible = true; lives++; if (notMute) { BGSnd.ExLife.start(0, 6); } } } lastScore = score; if (!playing) { stop(); } if (quit) { gotoAndStop (2); }
Frame 68
gotoAndPlay (67);
Frame 70
stop(); name_txt.restrict = "A-Z 0-9.\\-"; name_txt.text = game_so.data.playerName; Selection.setFocus(name_txt); Selection.setSelection(name_txt.length, name_txt.length);
Frame 71
stop(); showScores = function () { var i = 10; while (i > 0) { var n = scoreboard_lv["name" + (page + i)]; var s = scoreboard_lv["score" + (page + i)]; var l_mc = this[("line" + i) + "_mc"]; l_mc.rank_txt.text = (page + i) + "."; l_mc.name_txt.text = (n.length ? (n.toUpperCase()) : "..."); l_mc.score_txt.text = (s.length ? (s.addCommas()) : "..."); l_mc.rank_txt.textColor = (l_mc.name_txt.textColor = (l_mc.score_txt.textColor = ((game_so.data.playerName.length && (n.toUpperCase() == game_so.data.playerName.toUpperCase())) ? 16777011 : 16777215))); l_mc._visible = true; loading_mc._visible = false; i--; } }; page = 0; maxScore = 100; scoreboard_lv = new LoadVars(); if ((score > 0) && (game_so.data.playerName.length > 0)) { scoreboard_lv.score = score; scoreboard_lv.name = game_so.data.playerName.toLowerCase(); } scoreboard_lv.game = "munchyman"; scoreboard_lv.sendAndLoad("http://www.kwikgames.com/cgi/games_score_text.php", scoreboard_lv, "POST"); scoreboard_lv.onLoad = function (success) { if (success) { if (Boolean(scoreboard_lv.success)) { next_btn._visible = true; if (scoreboard_lv.maxScore.length > 0) { maxScore = Number(scoreboard_lv.maxScore); } showScores(); } else { loading_mc.errorMsg = scoreboard_lv.errorMsg.toUpperCase(); loading_mc.gotoAndStop(2); } } else { loading_mc.errorMsg = "COULD NOT ACCESS SCORES."; loading_mc.gotoAndStop(2); } }; score = 0; next_btn._visible = (last_btn._visible = false);
Frame 72
stop(); name_txt.restrict = "a-z 0-9.:\\-@"; Selection.setFocus(name_txt); Selection.setSelection(name_txt.length, name_txt.length); ok_btn.onRelease = function () { if (name_txt.length > 0) { _root.game_so.data.playerName = name_txt.text; } Body = "Check out MunchyMan - at www.kwikgames.com/munchyman.htm\n\n" + Body; loadVariablesNum ("http://www.kwikgames.com/cgi/flashemail.php", 0, "POST"); nextFrame(); }; ok_btn.onKeyDown = function () { if (Key.getCode() == 13) { Key.removeListener(ok_btn); this.onRelease(); } }; Key.addListener(ok_btn);
Frame 73
stop();
Symbol 16 MovieClip Frame 1
stop();
Symbol 19 MovieClip [Ghost] Frame 1
stop();
Symbol 24 MovieClip [GhKill] Frame 1
stop();
Symbol 24 MovieClip [GhKill] Frame 2
tellTarget ("/") { playing = false; Pacman._visible = false; }; play();
Symbol 24 MovieClip [GhKill] Frame 12
tellTarget ("/") { playing = true; Pacman._visible = true; gotoAndPlay ("Loop"); };
Symbol 24 MovieClip [GhKill] Frame 41
kval = ""; tellTarget ("_parent") { if (fval) { gotoAndStop (1); } };
Symbol 38 Button
on (release) { getURL ("http://www.kwikgames.com", _blank); }
Symbol 41 MovieClip Frame 1
stop(); CPac.gotoAndStop(1); _root.Demo.play();
Symbol 47 Button
on (release) { Key.removeListener(this); play(); }
Symbol 49 Button
on (release) { gotoAndStop (71); }
Symbol 53 Button
on (release) { gotoAndStop (72); }
Symbol 65 MovieClip Frame 1
fCount = 200; stop();
Symbol 65 MovieClip Frame 2
fval = 100;
Symbol 65 MovieClip Frame 3
fval = 300;
Symbol 65 MovieClip Frame 4
fval = 500;
Symbol 65 MovieClip Frame 5
fval = 500;
Symbol 65 MovieClip Frame 6
fval = 700;
Symbol 65 MovieClip Frame 7
fval = 700;
Symbol 65 MovieClip Frame 8
fval = 1000;
Symbol 65 MovieClip Frame 9
fval = 1000;
Symbol 65 MovieClip Frame 10
fval = 2000;
Symbol 65 MovieClip Frame 11
fval = 2000;
Symbol 65 MovieClip Frame 12
fval = 3000;
Symbol 65 MovieClip Frame 13
fval = 3000;
Symbol 65 MovieClip Frame 14
fval = 5000;
Symbol 65 MovieClip Frame 15
stop(); tellTarget ("/") { if (notMute) { Snd.gotoAndPlay("EatFruit"); } }; _root.score = _root.score + fval; F.kval = fval; F.gotoAndPlay(2);
Symbol 77 MovieClip Frame 8
stop();
Symbol 78 MovieClip Frame 5
gotoAndPlay (1);
Symbol 78 MovieClip Frame 6
_root.BGSnd.stop(); stopAllSounds();
Symbol 78 MovieClip Frame 25
tellTarget ("/") { BGSnd.gotoAndPlay("Killed"); for (var g in Ghost) { Ghost[g]._visible = false; } };
Symbol 78 MovieClip Frame 27
_rotation = 0;
Symbol 78 MovieClip Frame 59
stop(); tellTarget ("/") { newLife = true; gotoAndPlay ("Restart"); };
Symbol 87 MovieClip Frame 5
if (_root.notMute) { _root.BGSnd.NewLev.start(); }
Symbol 87 MovieClip Frame 33
stop();
Symbol 89 MovieClip Frame 26
stop(); _root.gotoAndPlay("Over");
Symbol 90 MovieClip Frame 1
stop();
Symbol 90 MovieClip Frame 4
with (_root) { LevMov.lval = ((level < 10) ? ("0" + level) : (level)); }
Symbol 94 MovieClip Frame 1
stop(); Back1 = new Sound(); Back1.attachSound("BG1"); Back2 = new Sound(); Back2.attachSound("BG2"); Back3 = new Sound(); Back3.attachSound("BG3"); BlueGh = new Sound(); BlueGh.attachSound("BGGhost"); EyesGh = new Sound(); EyesGh.attachSound("BGEyes"); ExLife = new Sound(); ExLife.attachSound("ExLife"); NewLev = new Sound(); NewLev.attachSound("NewLev");
Symbol 94 MovieClip Frame 2
if (!_root.notMute) { gotoAndPlay (21); }
Symbol 94 MovieClip Frame 31
tellTarget ("/") { if (!newGame) { Ready.gotoAndStop("Level"); Ready._visible = true; var j = 0; while (j < 31) { var i = 0; while (i < 28) { Maze[i]["P" + j]._visible = true; i++; } j++; } } newGame = false; };
Symbol 94 MovieClip Frame 65
tellTarget ("/") { g = 1; while (g < 5) { Ghost[g]._visible = true; g++; } Pacman._visible = true; Ready.gotoAndStop(1); };
Symbol 94 MovieClip Frame 87
tellTarget ("/") { Ready._visible = false; playing = true; nextPacDir = 3; play(); if (notMute) { BGSnd["Back" + bgNum].start(0, 1000); } }; stop();
Symbol 94 MovieClip Frame 88
if (!_root.notMute) { stop(); }
Symbol 94 MovieClip Frame 90
stop();
Symbol 99 MovieClip Frame 1
stop();
Symbol 99 MovieClip Frame 3
stop();
Symbol 99 MovieClip Frame 5
stop();
Symbol 99 MovieClip Frame 18
stop(); _root.BGSnd.EyesGh.start(0, 100);
Symbol 99 MovieClip Frame 20
stop();
Symbol 101 Button
on (release, keyPress "<Enter>") { if (name_txt.length > 0) { game_so.data.playerName = name_txt.text; } nextFrame(); }
Symbol 111 MovieClip Frame 1
stop(); errorMsg = "";
Symbol 113 Button
on (press) { page = page - 10; if (page < 0) { page = 0; } if (page < 10) { last_btn._visible = false; } next_btn._visible = true; showScores(); }
Symbol 115 Button
on (press) { page = page + 10; if (page > maxScore) { page = maxScore; } if (page > (maxScore - 20)) { next_btn._visible = false; } last_btn._visible = true; showScores(); }
Symbol 136 Button
on (release) { gotoAndStop (58); }

Library Items

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

Instance Names

"PacLogo"Frame 57Symbol 41 MovieClip
"Bar"Frame 57Symbol 44 MovieClip
"Hit"Frame 58Symbol 9 MovieClip
"PacLogo"Frame 58Symbol 41 MovieClip
"Maze"Frame 65Symbol 25 MovieClip [Empty]
"Fruit"Frame 65Symbol 65 MovieClip
"FrLev"Frame 65Symbol 65 MovieClip
"Ghost"Frame 65Symbol 25 MovieClip [Empty]
"Pacman"Frame 65Symbol 78 MovieClip
"Life1"Frame 65Symbol 78 MovieClip
"Life2"Frame 65Symbol 78 MovieClip
"Life3"Frame 65Symbol 78 MovieClip
"Ready"Frame 65Symbol 90 MovieClip
"Life4"Frame 65Symbol 78 MovieClip
"BGSnd"Frame 65Symbol 94 MovieClip
"Snd"Frame 65Symbol 99 MovieClip
"name_txt"Frame 70Symbol 102 EditableText
"PacLogo"Frame 70Symbol 41 MovieClip
"line1_mc"Frame 71Symbol 109 MovieClip
"Hit"Frame 71Symbol 9 MovieClip
"line2_mc"Frame 71Symbol 109 MovieClip
"line3_mc"Frame 71Symbol 109 MovieClip
"line4_mc"Frame 71Symbol 109 MovieClip
"line5_mc"Frame 71Symbol 109 MovieClip
"line6_mc"Frame 71Symbol 109 MovieClip
"line7_mc"Frame 71Symbol 109 MovieClip
"line8_mc"Frame 71Symbol 109 MovieClip
"line9_mc"Frame 71Symbol 109 MovieClip
"line10_mc"Frame 71Symbol 109 MovieClip
"loading_mc"Frame 71Symbol 111 MovieClip
"last_btn"Frame 71Symbol 113 Button
"next_btn"Frame 71Symbol 115 Button
"name_txt"Frame 72Symbol 118 EditableText
"name_txt"Frame 72Symbol 121 EditableText
"name_txt"Frame 72Symbol 122 EditableText
"ok_btn"Frame 72Symbol 130 Button
"Hit"Symbol 14 MovieClip Frame 1Symbol 9 MovieClip
"Btm"Symbol 14 MovieClip Frame 1Symbol 12 MovieClip
"Shape"Symbol 19 MovieClip [Ghost] Frame 1Symbol 14 MovieClip
"Eyes"Symbol 19 MovieClip [Ghost] Frame 1Symbol 16 MovieClip
"PPEyes"Symbol 19 MovieClip [Ghost] Frame 2Symbol 18 MovieClip
"F"Symbol 65 MovieClip Frame 15Symbol 24 MovieClip [GhKill]
"Hit"Symbol 78 MovieClip Frame 1Symbol 9 MovieClip
"D1"Symbol 78 MovieClip Frame 45Symbol 77 MovieClip
"D2"Symbol 78 MovieClip Frame 50Symbol 77 MovieClip
"Psd"Symbol 90 MovieClip Frame 2Symbol 83 MovieClip
"LevMov"Symbol 90 MovieClip Frame 4Symbol 87 MovieClip
"GO"Symbol 90 MovieClip Frame 5Symbol 89 MovieClip
"score_txt"Symbol 109 MovieClip Frame 1Symbol 106 EditableText
"name_txt"Symbol 109 MovieClip Frame 1Symbol 107 EditableText
"rank_txt"Symbol 109 MovieClip Frame 1Symbol 108 EditableText

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "NewLev"
ExportAssets (56)Timeline Frame 1Symbol 2 as "ExLife"
ExportAssets (56)Timeline Frame 1Symbol 3 as "BGEyes"
ExportAssets (56)Timeline Frame 1Symbol 4 as "BGGhost"
ExportAssets (56)Timeline Frame 1Symbol 5 as "BG3"
ExportAssets (56)Timeline Frame 1Symbol 6 as "BG2"
ExportAssets (56)Timeline Frame 1Symbol 7 as "BG1"
ExportAssets (56)Timeline Frame 1Symbol 19 as "Ghost"
ExportAssets (56)Timeline Frame 1Symbol 20 as "Pill"
ExportAssets (56)Timeline Frame 1Symbol 21 as "Power"
ExportAssets (56)Timeline Frame 1Symbol 24 as "GhKill"
ExportAssets (56)Timeline Frame 1Symbol 25 as "Empty"
ExportAssets (56)Timeline Frame 65Symbol 25 as "Empty"
ExportAssets (56)Timeline Frame 65Symbol 24 as "GhKill"
ExportAssets (56)Timeline Frame 65Symbol 25 as "Empty"
ExportAssets (56)Timeline Frame 66Symbol 25 as "Empty"
ExportAssets (56)Timeline Frame 66Symbol 25 as "Empty"
ExportAssets (56)Timeline Frame 67Symbol 25 as "Empty"
ExportAssets (56)Timeline Frame 67Symbol 25 as "Empty"
ExportAssets (56)Timeline Frame 68Symbol 25 as "Empty"
ExportAssets (56)Timeline Frame 68Symbol 25 as "Empty"
ExportAssets (56)Timeline Frame 69Symbol 25 as "Empty"

Labels

"Restart"Frame 66
"Loop"Frame 67
"Over"Frame 69
"tell"Frame 72
"Show"Symbol 65 MovieClip Frame 15
"Die"Symbol 78 MovieClip Frame 6
"Paused"Symbol 90 MovieClip Frame 2
"Quit"Symbol 90 MovieClip Frame 3
"Level"Symbol 90 MovieClip Frame 4
"GameOver"Symbol 90 MovieClip Frame 5
"NewGame"Symbol 94 MovieClip Frame 2
"NewLev"Symbol 94 MovieClip Frame 21
"NewLife"Symbol 94 MovieClip Frame 65
"Killed"Symbol 94 MovieClip Frame 88
"Chomp1"Symbol 99 MovieClip Frame 2
"Chomp2"Symbol 99 MovieClip Frame 4
"EatGhost"Symbol 99 MovieClip Frame 6
"EatFruit"Symbol 99 MovieClip Frame 19

Dynamic Text Variables

kvalSymbol 23 EditableText""
lvalSymbol 85 EditableText""
scoreSymbol 91 EditableText""
errorMsgSymbol 110 EditableText""
MailFromSymbol 118 EditableText""
MailToSymbol 121 EditableText""
BodySymbol 122 EditableText""




http://swfchan.com/6/27376/info.shtml
Created: 21/5 -2019 15:47:03 Last modified: 21/5 -2019 15:47:03 Server time: 15/05 -2024 21:15:22