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

final_pacman.swf

This is the info page for
Flash #43802

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


Text
K

C

A

B

K

C

A

B

E

V

I

T

C

J

B

O

You're a Moogle who has lost all his Gil after a
Chocobo bumped into you.
It's you task to collect all your Gill.
But watch out for the Chocobo's!
They're to big and way to stupid to notice
you and they will step on you!

T

X

E

N

T

X

E

N

FUN FACTS

There are quite some funny things about this game:
(Hold over to reveal the goodies)

Name

It had three different names
- Final Fantasy C (with the C representing pacman)
- Final Wakka (after Wakka from FFX and the sound pacman makes)
- Final Pacman

Possible Characters

I had a number of characters in mind.
First would be Cloud and Sephiroth (bit cheesy...)
Second was Tidus and Seymour
Third was Wakka and Tidus (because he was kicked out of
he Blitzball team)
And Finally, Moogles, Cactuars and Chocobo's

Logo

The first logo made was just a plain text version:
FINAL FANTASY C
But then I found a Final Fantasy font which gave
me two versions:
final fantasyc
FINAL FANTASY C
I picked the second and shortly dubbed it
FF Wakka before setting sail under the name
Final Pacman

Candy

I always eat sweets when making movies, games
or pics. i counted the amount of sweets I ate and it
is....
Lotsa liqurice (about 300/400 grams)
and 3 cookies with my coffee

play the chocobo song
(FFIII)

play the chocobo song
(FFIII)

Stop playing the chocobo song
and return to menu

Stop playing the chocobo song
and return to menu

S

L

R

N

SHIFT+

PAUSE

MUTE

QUIT

www.neave.com/webgames

Source code & most programming by:

Renaru-san, thanks for the help \(^o^)/

LOADING

SCORE

PHOENIX DOWNS

GET READY

PAUSE

STOP YES OR NO

GAME OVER

ActionScript [AS1/AS2]

Frame 2
gotoAndPlay (9);
Frame 5
stop(); stopAllSounds();
Frame 6
stop();
Frame 7
stopAllSounds(); gotoAndPlay (9);
Frame 9
play();
Frame 75
stop();
Frame 76
score = 0;
Frame 77
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) { with (_root) { 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 (_root.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(); eval ("Back" + _root.bgNum).start(0, 1000); } }; } OFFX = 18; OFFY = 18; score = 0; lastScore = 0; lives = 3; level = 0; fruitNum = 1; notMute = true; newLev = true; newLife = false; newGame = true; 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); g = 1; while (g < 5) { Ghost.attachMovie("Ghost", g, g); Ghost.attachMovie("GhKill", "K" + g, g + 4); Ghost["K" + g].Scr.kval = ""; g++; } 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####.##.##.########.##.##.######.##.##.########.##.##.####......##....##....##......##.##########.##.##########.##.##########.##.##########.##..........................#############################"; i = -1; while (i < 29) { Maze.attachMovie("Empty", i, i + 1); i++; } pos = 0; j = 0; while (j < 31) { 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 40 MovieClip [Empty] "Maze" in Frame 77
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 78
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) { 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) { Pacman._visible = false; Ready.gotoAndStop("GameOver"); } else { eval ("Life" + lives)._visible = false; initVars(); BGSnd.gotoAndPlay("NewLife"); } } if (newGame) { BGSnd.gotoAndPlay("NewGame"); }
Frame 79
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 (pillEat == 244) { newLev = true; gotoAndStop ("Restart"); } score = score + 10; if (Maze[pacX][pacY] == "O") { score = score + 40; if (notMute) { BGSnd.BlueGh.start(0, 100); } ghBlue = 200; ghKill = 100; 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; 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)) { 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; 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; 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 { 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 (Ghost02["K" + g]) { _x = Ghost[g]._x; _y = Ghost[g]._y; Scr.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 ("Menu"); }
Frame 80
gotoAndPlay ("Loop");
Frame 82
gotoAndPlay (9);
Symbol 26 MovieClip Frame 1
stop();
Symbol 29 MovieClip [Ghost] Frame 1
stop();
Symbol 35 MovieClip [Ghost02] Frame 1
stop();
Symbol 39 MovieClip [GhKill] Frame 1
stop();
Symbol 39 MovieClip [GhKill] Frame 2
tellTarget (_root) { playing = false; Pacman._visible = false; }; play();
Symbol 39 MovieClip [GhKill] Frame 12
tellTarget (_root) { playing = true; Pacman._visible = true; gotoAndPlay ("Loop"); };
Symbol 39 MovieClip [GhKill] Frame 41
Scr.kval = ""; tellTarget (_parent) { if (fval) { gotoAndStop (1); } };
Symbol 47 Button
on (release) { getURL ("http://sgtpepper17.deviantart.com", "_blank"); }
Symbol 53 Button
on (release) { _root.play(); }
Symbol 54 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }
Symbol 54 MovieClip Frame 2
gotoAndPlay (1);
Symbol 65 Button
on (release) { gotoAndPlay (9); }
Symbol 104 Button
on (release) { gotoAndStop (8); }
Symbol 123 Button
on (release) { gotoAndStop (6); }
Symbol 128 Button
on (release) { gotoAndPlay (7); }
Symbol 168 MovieClip Frame 135
gotoAndPlay (2);
Symbol 175 Button
on (release) { play(); }
Symbol 177 Button
on (release) { gotoAndStop (5); }
Symbol 181 Button
on (release) { gotoAndStop (3); }
Symbol 186 Button
on (release) { gotoAndStop (4); }
Symbol 189 Button
on (release) { getURL ("http://www.neave.com/webgames", "_blank"); }
Symbol 193 Button
on (release) { getURL ("http://renaru-san.deviantart.com/", "_self"); }
Symbol 217 MovieClip Frame 1
fCount = 200; stop();
Symbol 217 MovieClip Frame 2
fval = 100;
Symbol 217 MovieClip Frame 3
fval = 300;
Symbol 217 MovieClip Frame 4
fval = 500;
Symbol 217 MovieClip Frame 5
fval = 500;
Symbol 217 MovieClip Frame 6
fval = 700;
Symbol 217 MovieClip Frame 7
fval = 700;
Symbol 217 MovieClip Frame 8
fval = 1000;
Symbol 217 MovieClip Frame 9
fval = 1000;
Symbol 217 MovieClip Frame 10
fval = 2000;
Symbol 217 MovieClip Frame 11
fval = 2000;
Symbol 217 MovieClip Frame 12
fval = 3000;
Symbol 217 MovieClip Frame 13
fval = 3000;
Symbol 217 MovieClip Frame 14
fval = 5000;
Symbol 217 MovieClip Frame 15
stop(); tellTarget (_root) { if (notMute) { Snd.gotoAndPlay("EatFruit"); } }; _root.score = _root.score + fval; F.Scr.kval = fval; F.gotoAndPlay(2);
Symbol 222 MovieClip Frame 5
gotoAndPlay (1);
Symbol 222 MovieClip Frame 6
_root.BGSnd.stop(); stopAllSounds();
Symbol 222 MovieClip Frame 25
_root.BGSnd.gotoAndPlay("Killed"); tellTarget (_root) { g = 1; while (g < 5) { Ghost[g]._visible = false; g++; } };
Symbol 222 MovieClip Frame 27
_rotation = 0;
Symbol 222 MovieClip Frame 77
stop(); tellTarget (_root) { newLife = true; gotoAndPlay ("Restart"); };
Symbol 233 MovieClip Frame 5
tellTarget (_root) { if (notMute) { BGSnd.NewLev.start(); } };
Symbol 233 MovieClip Frame 33
stop();
Symbol 235 MovieClip Frame 26
stop(); _root.gotoAndPlay("Over");
Symbol 236 MovieClip Frame 1
stop();
Instance of Symbol 233 MovieClip "LevMov" in Symbol 236 MovieClip Frame 4
onClipEvent (load) { with (_root) { Num.lval = ((level < 10) ? ("0" + level) : (level)); } }
Symbol 240 MovieClip Frame 1
stop(); Back1 = new Sound(); Back1.attachSound("BG1"); BlueGh = new Sound(); EyesGh.attachSound("BGEyes"); ExLife = new Sound(); ExLife.attachSound("ExLife"); NewLev = new Sound(); NewLev.attachSound("NewLev");
Symbol 240 MovieClip Frame 2
if (!_root.notMute) { gotoAndPlay ("NewLev"); }
Symbol 240 MovieClip Frame 31
tellTarget (_root) { if (!newGame) { Ready.gotoAndStop("Level"); Ready._visible = true; j = 0; while (j < 31) { i = 0; while (i < 28) { Maze[i]["P" + j]._visible = true; i++; } j++; } } newGame = false; };
Symbol 240 MovieClip Frame 65
tellTarget (_root) { g = 1; while (g < 5) { Ghost[g]._visible = true; g++; } Pacman._visible = true; Ready.gotoAndStop(1); };
Symbol 240 MovieClip Frame 87
tellTarget (_root) { Ready._visible = false; playing = true; play(); if (notMute) { BGSnd["Back" + bgNum].start(0, 1000); } }; stop();
Symbol 240 MovieClip Frame 88
if (!_root.notMute) { stop(); }
Symbol 240 MovieClip Frame 90
stop();
Symbol 245 MovieClip Frame 1
stop();
Symbol 245 MovieClip Frame 3
stop();
Symbol 245 MovieClip Frame 5
stop();
Symbol 245 MovieClip Frame 18
stop(); _root.BGSnd.EyesGh.start(0, 100);
Symbol 245 MovieClip Frame 20
stop();

Library Items

Symbol 1 Sound [NewLev]
Symbol 2 Sound [NewGame]
Symbol 3 Sound [ExLife]
Symbol 4 Sound [BGEyes]
Symbol 5 Sound [BGGhost]
Symbol 6 Sound [BG1]Used by:Timeline
Symbol 7 GraphicUsed by:8 30 189 217 222 236  Timeline
Symbol 8 MovieClipUses:7Used by:13 222
Symbol 9 GraphicUsed by:11
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:9 10Used by:13
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:8 11 12Used by:29
Symbol 14 GraphicUsed by:17
Symbol 15 GraphicUsed by:17
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:14 15 16Used by:26 35
Symbol 18 GraphicUsed by:21
Symbol 19 GraphicUsed by:21
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:18 19 20Used by:26 35 94
Symbol 22 GraphicUsed by:25
Symbol 23 GraphicUsed by:25
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:22 23 24Used by:26 35
Symbol 26 MovieClipUses:17 21 25Used by:29
Symbol 27 MovieClipUsed by:29
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClip [Ghost]Uses:13 26 27 28
Symbol 30 MovieClip [Pill]Uses:7
Symbol 31 GraphicUsed by:33
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClip [Power]Uses:31 32
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClip [Ghost02]Uses:17 34 21 25
Symbol 36 FontUsed by:37 134 165 166 167
Symbol 37 EditableTextUses:36Used by:38
Symbol 38 MovieClipUses:37Used by:39
Symbol 39 MovieClip [GhKill]Uses:38Used by:217
Symbol 40 MovieClip [Empty]Used by:Timeline
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:41Used by:54
Symbol 43 GraphicUsed by:54
Symbol 44 GraphicUsed by:47
Symbol 45 GraphicUsed by:47 110 113 116 119 175
Symbol 46 GraphicUsed by:47
Symbol 47 ButtonUses:44 45 46Used by:54
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:48Used by:54
Symbol 50 GraphicUsed by:53
Symbol 51 GraphicUsed by:53
Symbol 52 GraphicUsed by:53
Symbol 53 ButtonUses:50 51 52Used by:54
Symbol 54 MovieClipUses:42 43 47 49 53Used by:Timeline
Symbol 55 FontUsed by:56 57 58 59 61 62 63 64 95 96 97 98 100 101 102 103 225 226 228
Symbol 56 TextUses:55Used by:65
Symbol 57 TextUses:55Used by:65
Symbol 58 TextUses:55Used by:65
Symbol 59 TextUses:55Used by:65
Symbol 60 GraphicUsed by:65
Symbol 61 TextUses:55Used by:65
Symbol 62 TextUses:55Used by:65
Symbol 63 TextUses:55Used by:65
Symbol 64 TextUses:55Used by:65
Symbol 65 ButtonUses:56 57 58 59 60 61 62 63 64Used by:Timeline
Symbol 66 FontUsed by:67 68 69 70 71 72 73 74 105 115 129 130 131 132 196 223 224 228 234
Symbol 67 TextUses:66Used by:Timeline
Symbol 68 TextUses:66Used by:Timeline
Symbol 69 TextUses:66Used by:Timeline
Symbol 70 TextUses:66Used by:Timeline
Symbol 71 TextUses:66Used by:Timeline
Symbol 72 TextUses:66Used by:Timeline
Symbol 73 TextUses:66Used by:Timeline
Symbol 74 TextUses:66Used by:Timeline
Symbol 75 FontUsed by:76 106 107 109 111 112 114 115 117 118 120 122 125 127 190 191
Symbol 76 TextUses:75Used by:Timeline
Symbol 77 BitmapUsed by:78 91 218 220 221
Symbol 78 GraphicUses:77Used by:85
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:85
Symbol 81 BitmapUsed by:82
Symbol 82 GraphicUses:81Used by:85
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:85
Symbol 85 MovieClipUses:78 80 82 84Used by:94 168 222
Symbol 86 GraphicUsed by:90
Symbol 87 GraphicUsed by:90
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:90
Symbol 90 MovieClipUses:86 87 89Used by:94
Symbol 91 GraphicUses:77Used by:94
Symbol 92 GraphicUsed by:94
Symbol 93 GraphicUsed by:94
Symbol 94 MovieClipUses:85 90 91 92 21 93Used by:Timeline
Symbol 95 TextUses:55Used by:104
Symbol 96 TextUses:55Used by:104
Symbol 97 TextUses:55Used by:104
Symbol 98 TextUses:55Used by:104
Symbol 99 GraphicUsed by:104
Symbol 100 TextUses:55Used by:104
Symbol 101 TextUses:55Used by:104
Symbol 102 TextUses:55Used by:104
Symbol 103 TextUses:55Used by:104
Symbol 104 ButtonUses:95 96 97 98 99 100 101 102 103Used by:Timeline
Symbol 105 TextUses:66Used by:Timeline
Symbol 106 TextUses:75Used by:Timeline
Symbol 107 TextUses:75Used by:110
Symbol 108 GraphicUsed by:110
Symbol 109 TextUses:75Used by:110
Symbol 110 ButtonUses:107 45 108 109Used by:Timeline
Symbol 111 TextUses:75Used by:113
Symbol 112 TextUses:75Used by:113
Symbol 113 ButtonUses:111 45 112Used by:Timeline
Symbol 114 TextUses:75Used by:116
Symbol 115 TextUses:75 66Used by:116
Symbol 116 ButtonUses:114 45 115Used by:Timeline
Symbol 117 TextUses:75Used by:119
Symbol 118 TextUses:75Used by:119
Symbol 119 ButtonUses:117 45 118Used by:Timeline
Symbol 120 TextUses:75Used by:123
Symbol 121 GraphicUsed by:123
Symbol 122 TextUses:75Used by:123
Symbol 123 ButtonUses:120 121 122Used by:Timeline
Symbol 124 GraphicUsed by:Timeline
Symbol 125 TextUses:75Used by:128
Symbol 126 GraphicUsed by:128
Symbol 127 TextUses:75Used by:128
Symbol 128 ButtonUses:125 126 127Used by:Timeline
Symbol 129 TextUses:66Used by:Timeline
Symbol 130 TextUses:66Used by:Timeline
Symbol 131 TextUses:66Used by:Timeline
Symbol 132 TextUses:66Used by:Timeline
Symbol 133 GraphicUsed by:168
Symbol 134 TextUses:36Used by:168
Symbol 135 GraphicUsed by:136
Symbol 136 MovieClipUses:135Used by:168
Symbol 137 BitmapUsed by:138
Symbol 138 GraphicUses:137Used by:145 222
Symbol 139 BitmapUsed by:140
Symbol 140 GraphicUses:139Used by:145
Symbol 141 BitmapUsed by:142
Symbol 142 GraphicUses:141Used by:145
Symbol 143 BitmapUsed by:144
Symbol 144 GraphicUses:143Used by:145
Symbol 145 MovieClipUses:138 140 142 144Used by:168
Symbol 146 BitmapUsed by:147
Symbol 147 GraphicUses:146Used by:154
Symbol 148 BitmapUsed by:149
Symbol 149 GraphicUses:148Used by:154
Symbol 150 BitmapUsed by:151
Symbol 151 GraphicUses:150Used by:154
Symbol 152 BitmapUsed by:153
Symbol 153 GraphicUses:152Used by:154
Symbol 154 MovieClipUses:147 149 151 153Used by:168
Symbol 155 BitmapUsed by:156 164
Symbol 156 GraphicUses:155Used by:163 222
Symbol 157 BitmapUsed by:158
Symbol 158 GraphicUses:157Used by:163
Symbol 159 BitmapUsed by:160
Symbol 160 GraphicUses:159Used by:163
Symbol 161 BitmapUsed by:162
Symbol 162 GraphicUses:161Used by:163
Symbol 163 MovieClipUses:156 158 160 162Used by:168
Symbol 164 GraphicUses:155Used by:168
Symbol 165 TextUses:36Used by:168
Symbol 166 TextUses:36Used by:168
Symbol 167 TextUses:36Used by:168
Symbol 168 MovieClipUses:133 134 136 145 85 154 163 164 165 166 167Used by:Timeline
Symbol 169 GraphicUsed by:177  Timeline
Symbol 170 GraphicUsed by:Timeline
Symbol 171 GraphicUsed by:Timeline
Symbol 172 SoundUsed by:Timeline
Symbol 173 GraphicUsed by:175
Symbol 174 GraphicUsed by:175
Symbol 175 ButtonUses:173 45 174Used by:Timeline
Symbol 176 GraphicUsed by:177
Symbol 177 ButtonUses:169 176Used by:Timeline
Symbol 178 GraphicUsed by:181
Symbol 179 GraphicUsed by:181
Symbol 180 GraphicUsed by:181
Symbol 181 ButtonUses:178 179 180Used by:Timeline
Symbol 182 GraphicUsed by:185 186
Symbol 183 GraphicUsed by:185 186
Symbol 184 GraphicUsed by:185 186
Symbol 185 ButtonUses:182 183 184Used by:Timeline
Symbol 186 ButtonUses:182 183 184Used by:Timeline
Symbol 187 FontUsed by:188
Symbol 188 TextUses:187Used by:189
Symbol 189 ButtonUses:188 7Used by:Timeline
Symbol 190 TextUses:75Used by:Timeline
Symbol 191 TextUses:75Used by:193
Symbol 192 GraphicUsed by:193
Symbol 193 ButtonUses:191 192Used by:Timeline
Symbol 194 ShapeTweeningUsed by:Timeline
Symbol 195 GraphicUsed by:Timeline
Symbol 196 TextUses:66Used by:Timeline
Symbol 197 GraphicUsed by:Timeline
Symbol 198 GraphicUsed by:Timeline
Symbol 199 GraphicUsed by:Timeline
Symbol 200 GraphicUsed by:Timeline
Symbol 201 GraphicUsed by:Timeline
Symbol 202 GraphicUsed by:Timeline
Symbol 203 GraphicUsed by:Timeline
Symbol 204 GraphicUsed by:Timeline
Symbol 205 GraphicUsed by:Timeline
Symbol 206 GraphicUsed by:Timeline
Symbol 207 GraphicUsed by:217
Symbol 208 GraphicUsed by:217
Symbol 209 GraphicUsed by:217
Symbol 210 GraphicUsed by:217
Symbol 211 GraphicUsed by:217
Symbol 212 GraphicUsed by:217
Symbol 213 GraphicUsed by:217
Symbol 214 GraphicUsed by:217
Symbol 215 GraphicUsed by:217
Symbol 216 GraphicUsed by:217
Symbol 217 MovieClipUses:7 207 208 209 210 211 212 213 214 215 216 39Used by:Timeline
Symbol 218 GraphicUses:77Used by:222
Symbol 219 SoundUsed by:222
Symbol 220 GraphicUses:77Used by:222
Symbol 221 GraphicUses:77Used by:222
Symbol 222 MovieClipUses:8 7 85 218 219 138 220 156 221Used by:Timeline
Symbol 223 TextUses:66Used by:Timeline
Symbol 224 TextUses:66Used by:Timeline
Symbol 225 TextUses:55Used by:236
Symbol 226 TextUses:55Used by:227
Symbol 227 MovieClipUses:226Used by:236
Symbol 228 TextUses:66 55Used by:236
Symbol 229 FontUsed by:230 237
Symbol 230 EditableTextUses:229Used by:231
Symbol 231 MovieClipUses:230Used by:233
Symbol 232 GraphicUsed by:233
Symbol 233 MovieClipUses:231 232Used by:236
Symbol 234 TextUses:66Used by:235
Symbol 235 MovieClipUses:234Used by:236
Symbol 236 MovieClipUses:225 7 227 228 233 235Used by:Timeline
Symbol 237 EditableTextUses:229Used by:Timeline
Symbol 238 GraphicUsed by:239
Symbol 239 MovieClipUses:238Used by:Timeline
Symbol 240 MovieClipUses:SS1Used by:Timeline
Symbol 241 SoundUsed by:245
Symbol 242 SoundUsed by:245
Symbol 243 SoundUsed by:245
Symbol 244 SoundUsed by:245
Symbol 245 MovieClipUses:241 242 243 244Used by:Timeline
Streaming Sound 1Used by:Symbol 240 MovieClip

Instance Names

"Maze"Frame 77Symbol 40 MovieClip [Empty]
"Fruit"Frame 77Symbol 217 MovieClip
"FrLev"Frame 77Symbol 217 MovieClip
"Ghost"Frame 77Symbol 40 MovieClip [Empty]
"Pacman"Frame 77Symbol 222 MovieClip
"Ready"Frame 77Symbol 236 MovieClip
"Life1"Frame 77Symbol 239 MovieClip
"Life2"Frame 77Symbol 239 MovieClip
"Life3"Frame 77Symbol 239 MovieClip
"Life4"Frame 77Symbol 239 MovieClip
"BGSnd"Frame 77Symbol 240 MovieClip
"Snd"Frame 77Symbol 245 MovieClip
"Poster"Frame 82Symbol 40 MovieClip [Empty]
"Hit"Symbol 13 MovieClip Frame 1Symbol 8 MovieClip
"Btm"Symbol 13 MovieClip Frame 1Symbol 11 MovieClip
"Shape"Symbol 29 MovieClip [Ghost] Frame 1Symbol 13 MovieClip
"Eyes"Symbol 29 MovieClip [Ghost] Frame 1Symbol 26 MovieClip
"PPEyes"Symbol 29 MovieClip [Ghost] Frame 2Symbol 27 MovieClip
"Scr"Symbol 39 MovieClip [GhKill] Frame 1Symbol 38 MovieClip
"bar"Symbol 54 MovieClip Frame 1Symbol 42 MovieClip
"F"Symbol 217 MovieClip Frame 15Symbol 39 MovieClip [GhKill]
"Hit"Symbol 222 MovieClip Frame 1Symbol 8 MovieClip
"Num"Symbol 233 MovieClip Frame 1Symbol 231 MovieClip
"Psd"Symbol 236 MovieClip Frame 2Symbol 227 MovieClip
"LevMov"Symbol 236 MovieClip Frame 4Symbol 233 MovieClip
"GO"Symbol 236 MovieClip Frame 5Symbol 235 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "NewLev"
ExportAssets (56)Timeline Frame 1Symbol 2 as "NewGame"
ExportAssets (56)Timeline Frame 1Symbol 3 as "ExLife"
ExportAssets (56)Timeline Frame 1Symbol 4 as "BGEyes"
ExportAssets (56)Timeline Frame 1Symbol 5 as "BGGhost"
ExportAssets (56)Timeline Frame 1Symbol 6 as "BG1"
ExportAssets (56)Timeline Frame 1Symbol 29 as "Ghost"
ExportAssets (56)Timeline Frame 1Symbol 30 as "Pill"
ExportAssets (56)Timeline Frame 1Symbol 33 as "Power"
ExportAssets (56)Timeline Frame 1Symbol 35 as "Ghost02"
ExportAssets (56)Timeline Frame 1Symbol 39 as "GhKill"
ExportAssets (56)Timeline Frame 1Symbol 40 as "Empty"

Labels

"Menu"Frame 9
"Menu"Frame 76
"Restart"Frame 78
"Loop"Frame 79
"Over"Frame 81
"loaded"Symbol 54 MovieClip Frame 3
"Show"Symbol 217 MovieClip Frame 15
"Die"Symbol 222 MovieClip Frame 6
"Paused"Symbol 236 MovieClip Frame 2
"Quit"Symbol 236 MovieClip Frame 3
"Level"Symbol 236 MovieClip Frame 4
"GameOver"Symbol 236 MovieClip Frame 5
"NewGame"Symbol 240 MovieClip Frame 2
"NewLev"Symbol 240 MovieClip Frame 21
"NewLife"Symbol 240 MovieClip Frame 65
"Killed"Symbol 240 MovieClip Frame 88
"Chomp1"Symbol 245 MovieClip Frame 2
"Chomp2"Symbol 245 MovieClip Frame 4
"EatGhost"Symbol 245 MovieClip Frame 6
"EatFruit"Symbol 245 MovieClip Frame 19

Dynamic Text Variables

kvalSymbol 37 EditableText""
lvalSymbol 230 EditableText""
scoreSymbol 237 EditableText""




http://swfchan.com/9/43802/info.shtml
Created: 9/5 -2019 00:21:30 Last modified: 9/5 -2019 00:21:30 Server time: 08/05 -2024 20:25:42