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

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

Mahjongg.swf

This is the info page for
Flash #205809

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


Text
Demo

Click to play.

Mah
Jongg

0

New
Game

More
Games

Pause

Options

Demo

Hint

Paused

Click to play.

You must remove all tiles to win.
You can remove equal tiles by selecting first tile and clicking on the
second.  Only tiles without left or right neighbour are accessible.
Also you can't select tiles overlapped by others.
Players with best time result can publish their results in global TOP.
Hints increase time.
In addition the following groups of tiles are considered as equal:

Help

Download full
version

Classic

Ring

Pyramid

Hole

Hexagon

Arena

Alpha effects

Select layout:

Play sounds

Options

OK

Cancel

Enter your name and press Publish to send your result to
global TOP.

Your result is 0.

Publish

Victory!

Begin new game ?

Your result is 0.

Game over!

NO MOVES LEFT!

Your final result increase to 100 times
for each pair of tiles left on the board

ActionScript [AS1/AS2]

Frame 1
function DemoInit(isSave) { isSuspend = false; isPause = false; isDemo = true; isHelp = false; isOptions = false; isVictory = false; isRemoving = false; game._visible = true; vic._visible = false; pause._visible = false; help._visible = false; options._visible = false; demo._visible = true; newgame._visible = false; gameover._visible = false; bar._visible = false; if (isSave) { oldLayout = layout; oldBonesNum = bonesNum; oldTime = bar.timer.value; oldBones = new Array(); for (var fn in game) { var f = eval ("game/" + fn); oldBones.push(f.x, f.y, f.level, f.name, f.type); } } layout = classic; bones = demoBones; types = demoTypes; PlaceBones(); selected = 0; var now = new Date(); bar.timer.lastTime = now.getTime(); bar.timer.value = 0; bar.timer.isOn = true; demoPhase = 0; demoStep = 0; stepTime = demoTimes[demoPhase]; } function DemoDeInit() { if (oldBonesNum == undefined) { Initialize(); return(undefined); } layout = oldLayout; bonesNum = oldBonesNum; for (var fn in game) { var f = eval ("game/" + fn); f.removeMovieClip(); } origX = (-layout[1]) * 20; origY = (-layout[2]) * 22.5; tileW = 40; tileH = 50; shiftX = 3.5; shiftY = 3.5; var sh = ((bonesNum - 1) * 5); currentLevel = 0; var name = ((((("tile_" + oldBones[sh + 0]) + "_") + oldBones[sh + 1]) + "_") + oldBones[sh + 2]); game.attachMovie("eTile", name, currentLevel++); t0 = eval ("game/" + name); t0.x = oldBones[sh + 0]; t0.y = oldBones[sh + 1]; t0.level = oldBones[sh + 2]; t0._x = (origX + ((oldBones[sh + 0] / 2) * (tileW + 2))) - (oldBones[sh + 2] * shiftX); t0._y = (origY + ((oldBones[sh + 1] / 2) * (tileH + 2))) - (oldBones[sh + 2] * shiftY); t0.ta.attachMovie(oldBones[sh + 3], "pic", 2); t0.name = oldBones[sh + 3]; t0.type = oldBones[sh + 4]; t0.ta.pic._x = -0.1; t0.ta.pic._y = 1.9; var i = (bonesNum - 2); while (i >= 0) { var name = ((((("tile_" + oldBones[(i * 5) + 0]) + "_") + oldBones[(i * 5) + 1]) + "_") + oldBones[(i * 5) + 2]); t0.duplicateMovieClip(name, currentLevel++); var added = eval ("game/" + name); added._x = (origX + ((oldBones[(i * 5) + 0] / 2) * (tileW + 2))) - (oldBones[(i * 5) + 2] * shiftX); added._y = (origY + ((oldBones[(i * 5) + 1] / 2) * (tileH + 2))) - (oldBones[(i * 5) + 2] * shiftY); added.x = oldBones[(i * 5) + 0]; added.y = oldBones[(i * 5) + 1]; added.level = oldBones[(i * 5) + 2]; added.ta.attachMovie(oldBones[(i * 5) + 3], "pic", 2); added.name = oldBones[(i * 5) + 3]; added.type = oldBones[(i * 5) + 4]; added.ta.pic._x = -0.1; added.ta.pic._y = 1.9; i--; } isSuspend = false; isDemo = false; isRemoving = false; isHint = false; game._visible = true; vic._visible = false; pause._visible = false; help._visible = false; options._visible = false; demo._visible = false; newgame._visible = false; gameover._visible = false; bar._visible = true; selected = 0; var now = new Date(); bar.timer.lastTime = now.getTime(); bar.timer.value = oldTime; bar.timer.isOn = true; } function DemoFrame() { if (bar.timer.value < stepTime) { return(undefined); } if (demoPhase == 0) { demoPhase++; stepTime = demoTimes[demoPhase] + bar.timer.value; Highlight(demoSteps[demoStep * 6], demoSteps[(demoStep * 6) + 1], demoSteps[(demoStep * 6) + 2], true); } else if (demoPhase == 1) { demoPhase++; stepTime = demoTimes[demoPhase] + bar.timer.value; Highlight(demoSteps[demoStep * 6], demoSteps[(demoStep * 6) + 1], demoSteps[(demoStep * 6) + 2], false); Click(demoSteps[demoStep * 6], demoSteps[(demoStep * 6) + 1], demoSteps[(demoStep * 6) + 2]); } else if (demoPhase == 2) { demoPhase++; stepTime = demoTimes[demoPhase] + bar.timer.value; Highlight(demoSteps[(demoStep * 6) + 3], demoSteps[(demoStep * 6) + 4], demoSteps[(demoStep * 6) + 5], true); } else if (demoPhase == 3) { demoPhase = 0; stepTime = demoTimes[demoPhase] + bar.timer.value; Click(demoSteps[(demoStep * 6) + 3], demoSteps[(demoStep * 6) + 4], demoSteps[(demoStep * 6) + 5]); demoStep++; } } function Highlight(x, y, level, isHl) { var mov = GetTile(x, y, level); if (isHl) { mov.hl._alpha = 30; } else { mov.hl._alpha = 0; } } function MoreGames() { getURL ("http://absolutist.com/online/?r=mahjongonline\t", "_blank"); trace("http://absolutist.com/online/?r=mahjongonline\t"); } function Publish(name, score, layout) { SendScoreURL = "http://absolutist.com/cgi-bin/gameres.pl?e="; var stSend = ((((((((Number(score) + "\t") + (Number(layout) + 1)) + "\t") + name) + "\t") + "maj") + "\t") + "swf"); trace(stSend); getURL (SendScoreURL + _root.Crypto(stSend), "_blank"); } function Crypto(st) { var sum1 = 0; var sum2 = 0; var i = 0; while (i < st.length) { sum1 = sum1 + st.charCodeAt(i); sum2 = sum2 + (st.charCodeAt(i) ^ 175); i++; } sum1 = sum1 % 256; sum2 = sum2 % 256; st = (String.fromCharCode(sum1) + String.fromCharCode(sum2)) + st; var cryptSt = ""; var b0 = 193; var i = 0; while (i < st.length) { var b = st.charCodeAt(i); var CryptB = (b ^ b0); CryptB = CryptB.toString(); var len = CryptB.length; var j = 0; while (j < (3 - len)) { CryptB = "0" + CryptB; j++; } cryptSt = cryptSt + CryptB; b0 = b; i++; } return(cryptSt); } function RandomizeBones() { types = new Array(1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 6, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 10, 10, 10, 10, 11, 11, 11, 11, 12, 12, 12, 12, 13, 13, 13, 13, 14, 14, 14, 14, 15, 15, 15, 15, 16, 16, 16, 16, 17, 17, 17, 17, 18, 18, 18, 18, 19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 22, 22, 22, 22, 23, 23, 23, 23, 24, 24, 24, 24, 25, 25, 25, 25, 26, 26, 26, 26, 27, 27, 27, 27, 28, 29, 30, 31, 28, 29, 30, 31, 28, 29, 30, 31, 28, 29, 30, 31, 32, 32, 32, 32, 33, 33, 33, 33, 34, 34, 34, 34, 35, 35, 35, 35, 36, 36, 36, 36); bones = new Array("e1b", "e1b", "e1b", "e1b", "e1d", "e1d", "e1d", "e1d", "e1w", "e1w", "e1w", "e1w", "e2b", "e2b", "e2b", "e2b", "e2d", "e2d", "e2d", "e2d", "e2w", "e2w", "e2w", "e2w", "e3b", "e3b", "e3b", "e3b", "e3d", "e3d", "e3d", "e3d", "e3w", "e3w", "e3w", "e3w", "e4b", "e4b", "e4b", "e4b", "e4d", "e4d", "e4d", "e4d", "e4w", "e4w", "e4w", "e4w", "e5b", "e5b", "e5b", "e5b", "e5d", "e5d", "e5d", "e5d", "e5w", "e5w", "e5w", "e5w", "e6b", "e6b", "e6b", "e6b", "e6d", "e6d", "e6d", "e6d", "e6w", "e6w", "e6w", "e6w", "e7b", "e7b", "e7b", "e7b", "e7d", "e7d", "e7d", "e7d", "e7w", "e7w", "e7w", "e7w", "e8b", "e8b", "e8b", "e8b", "e8d", "e8d", "e8d", "e8d", "e8w", "e8w", "e8w", "e8w", "e9b", "e9b", "e9b", "e9b", "e9d", "e9d", "e9d", "e9d", "e9w", "e9w", "e9w", "e9w", "ewe", "ewn", "ews", "eww", "ewe", "ewn", "ews", "eww", "ewe", "ewn", "ews", "eww", "ewe", "ewn", "ews", "eww", "edg", "edg", "edg", "edg", "edr", "edr", "edr", "edr", "edw", "edw", "edw", "edw", "ef1", "ef2", "ef3", "ef4", "es1", "es2", "es3", "es4"); var i; var j; var temp; i = 0; while (i < 144) { j = random(144); temp = bones[i]; bones[i] = bones[j]; bones[j] = temp; temp = types[i]; types[i] = types[j]; types[j] = temp; i++; } } function AddTile(x, y, level) { if (isFirst) { isFirst = false; currentLevel = 0; currentBone = 0; var name = ((((("tile_" + x) + "_") + y) + "_") + level); game.attachMovie("eTile", name, currentLevel++); t0 = eval ("game/" + name); t0.x = x; t0.y = y; t0.level = level; t0._x = (origX + ((x / 2) * (tileW + 2))) - (level * shiftX); t0._y = (origY + ((y / 2) * (tileH + 2))) - (level * shiftY); t0.ta.attachMovie(bones[currentBone], "pic", 2); t0.name = bones[currentBone]; t0.type = types[currentBone++]; t0.ta.pic._x = -0.1; t0.ta.pic._y = 1.9; } else { var name = ((((("tile_" + x) + "_") + y) + "_") + level); t0.duplicateMovieClip(name, currentLevel++); var added = eval ("game/" + name); added._x = (origX + ((x / 2) * (tileW + 2))) - (level * shiftX); added._y = (origY + ((y / 2) * (tileH + 2))) - (level * shiftY); added.x = x; added.y = y; added.level = level; added.ta.attachMovie(bones[currentBone], "pic", 2); added.name = bones[currentBone]; added.type = types[currentBone++]; added.ta.pic._x = -0.1; added.ta.pic._y = 1.9; } } function PlaceBones() { bonesNum = 144; origX = (-layout[1]) * 20; origY = (-layout[2]) * 22.5; tileW = 40; tileH = 50; shiftX = 3.5; shiftY = 3.5; isFirst = true; var index = 4; var cd = 0; while (cd < layout[2]) { var spans = layout[index++]; var span = 0; while (span < spans) { var cy = layout[index++]; var cxb = layout[index++]; var len = layout[index++]; var cx = 0; while (cx < len) { AddTile((cx * 2) + cxb, cy, cd); cx++; } span++; } cd++; } } function GetTile(x, y, level) { return(eval ((((("game/tile_" + x) + "_") + y) + "_") + level)); } function IsAvailable(mov) { var x = mov.x; var y = mov.y; var level = mov.level; if (eval ((((("game/tile_" + x) + "_") + y) + "_") + (level + 1)) != undefined) { return(false); } if (eval ((((("game/tile_" + (x + 1)) + "_") + y) + "_") + (level + 1)) != undefined) { return(false); } if (eval ((((("game/tile_" + (x - 1)) + "_") + y) + "_") + (level + 1)) != undefined) { return(false); } if (eval ((((("game/tile_" + x) + "_") + (y + 1)) + "_") + (level + 1)) != undefined) { return(false); } if (eval ((((("game/tile_" + x) + "_") + (y - 1)) + "_") + (level + 1)) != undefined) { return(false); } if (eval ((((("game/tile_" + (x - 1)) + "_") + (y - 1)) + "_") + (level + 1)) != undefined) { return(false); } if (eval ((((("game/tile_" + (x + 1)) + "_") + (y - 1)) + "_") + (level + 1)) != undefined) { return(false); } if (eval ((((("game/tile_" + (x + 1)) + "_") + (y + 1)) + "_") + (level + 1)) != undefined) { return(false); } if (eval ((((("game/tile_" + (x - 1)) + "_") + (y + 1)) + "_") + (level + 1)) != undefined) { return(false); } if (((eval ((((("game/tile_" + (x + 2)) + "_") + y) + "_") + level) == undefined) && (eval ((((("game/tile_" + (x + 2)) + "_") + (y + 1)) + "_") + level) == undefined)) && (eval ((((("game/tile_" + (x + 2)) + "_") + (y - 1)) + "_") + level) == undefined)) { return(true); } if (((eval ((((("game/tile_" + (x - 2)) + "_") + y) + "_") + level) == undefined) && (eval ((((("game/tile_" + (x - 2)) + "_") + (y + 1)) + "_") + level) == undefined)) && (eval ((((("game/tile_" + (x - 2)) + "_") + (y - 1)) + "_") + level) == undefined)) { return(true); } return(false); } function IsPair(first, second) { return(first.type == second.type); } function Click(x, y, level) { if (isHint) { isHint = false; hint1.hl._alpha = 0; hint2.hl._alpha = 0; } var mov = GetTile(x, y, level); if (IsAvailable(mov)) { if (!selected) { selected = mov; mov.ta.gotoAndPlay(2); if (isSounds) { soundSelect.start(); } } else if (selected == mov) { selected = 0; mov.ta.gotoAndPlay(1); if (isSounds) { soundWrong.start(); } } else if (IsPair(selected, mov)) { if (isRemoving) { Remove(remove1, remove2, true); } Remove(mov, selected, !isAnimation); selected = 0; if (isSounds) { soundRemove.start(); } } else { selected.ta.gotoAndPlay(1); selected = 0; if (isSounds) { soundWrong.start(); } } } else if (isSounds) { soundNotAv.start(); } } function Suspend(isSus) { isSuspend = isSus; if (isSuspend == true) { bar.timer.isOn = false; game._visible = false; bar._visible = false; } else { bar.timer.isOn = true; var now = new Date(); bar.timer.lastTime = now.getTime(); game._visible = true; bar._visible = true; } } function Remove(first, second, isFinally) { if (isFinally) { removeMovieClip(first); removeMovieClip(second); bonesNum = bonesNum - 2; if (bonesNum == 0) { if (isDemo) { DemoInit(false); } else { Suspend(true); vic._visible = true; vic.result = ("Your result is " + bar.timer.timeText) + "!"; } } isRemoving = false; if ((!isDemo) && (!vic._visible)) { if (!Validate()) { Suspend(true); gameover._visible = true; _root.timer.value = _root.timer.value + ((bonesNum / 2) * 100); gameover.result = ("Your result is " + (Number(bar.timer.timeText) + ((bonesNum / 2) * 100))) + "!"; } } } else { remove1 = first; remove2 = second; isRemoving = true; } } function Validate() { for (var fn in game) { var f = eval ("game/" + fn); if (IsAvailable(f)) { for (var sn in game) { var s = eval ("game/" + sn); if (((s != f) && (IsAvailable(s))) && (IsPair(f, s))) { hint1 = f; hint2 = s; return(true); } } } } return(false); } function Initialize() { isSuspend = false; isDemo = false; isRemoving = false; isHint = false; game._visible = true; vic._visible = false; pause._visible = false; help._visible = false; options._visible = false; demo._visible = false; newgame._visible = false; gameover._visible = false; bar._visible = true; RandomizeBones(); PlaceBones(); selected = 0; var now = new Date(); bar.timer.lastTime = now.getTime(); bar.timer.value = 0; bar.timer.isOn = true; if (!Validate()) { Initialize(); } if (isPublished) { isPublished = false; DemoInit(true); } } demoBones = new Array("e7w", "e7b", "e3b", "edg", "e7w", "e7d", "e1w", "ewe", "edr", "edw", "eww", "e3w", "e1b", "e8d", "e6w", "e7d", "edg", "e4b", "e7w", "e2b", "e3w", "e7b", "e2d", "ews", "e3d", "e1b", "edr", "ewe", "e7b", "e2b", "e8w", "e6b", "e2w", "e9d", "e1d", "e6d", "e5b", "e3d", "ews", "e4d", "e3b", "e9d", "e4w", "e8d", "e4d", "e5w", "ewn", "e9b", "e1b", "e6w", "eww", "e2d", "e6d", "e9b", "e1w", "e8b", "e8w", "e5b", "eww", "e6b", "e4w", "e9d", "e9d", "e1d", "ewn", "e4b", "eww", "e5b", "e5d", "e5w", "e4w", "es1", "e3b", "e9b", "e4b", "e7d", "e5w", "e1b", "e5d", "e1d", "e2d", "ews", "e4d", "e2b", "e2b", "e8w", "e6b", "e4d", "e6w", "ef1", "e5b", "ef2", "e6w", "e1w", "e7d", "ews", "edw", "e3b", "e9w", "es3", "e4b", "edg", "edw", "ewn", "e9b", "e5d", "e5w", "e9w", "e5d", "edr", "e3d", "edr", "e8w", "ewe", "e7w", "es2", "e6d", "edg", "e9w", "e4w", "e2w", "e6b", "e2w", "e8d", "e8b", "ewe", "e1d", "edw", "e1w", "e3d", "e8d", "e2w", "e8b", "e6d", "ef3", "e8b", "e3w", "ef4", "e3w", "es4", "e7b", "e2d", "ewn", "e9w"); demoTypes = new Array(21, 19, 7, 32, 21, 20, 3, 28, 33, 34, 31, 9, 1, 23, 18, 20, 32, 10, 21, 4, 9, 19, 5, 30, 8, 1, 33, 28, 19, 4, 24, 16, 6, 26, 2, 17, 13, 8, 30, 11, 7, 26, 12, 23, 11, 15, 29, 25, 1, 18, 31, 5, 17, 25, 3, 22, 24, 13, 31, 16, 12, 26, 26, 2, 29, 10, 31, 13, 14, 15, 12, 36, 7, 25, 10, 20, 15, 1, 14, 2, 5, 30, 11, 4, 4, 24, 16, 11, 18, 35, 13, 35, 18, 3, 20, 30, 34, 7, 27, 36, 10, 32, 34, 29, 25, 14, 15, 27, 14, 33, 8, 33, 24, 28, 21, 36, 17, 32, 27, 12, 6, 16, 6, 23, 22, 28, 2, 34, 3, 8, 23, 6, 22, 17, 35, 22, 9, 35, 9, 36, 19, 5, 29, 27); demoSteps = new Array(18, 4, 1, 13, 7, 4, 22, 10, 0, 14, 8, 3, 8, 6, 1, 12, 6, 3, 4, 10, 0, 10, 10, 2, 0, 7, 0, 6, 10, 0, 28, 7, 0, 2, 6, 0, 20, 10, 0, 16, 4, 2, 2, 8, 0, 10, 4, 2, 4, 8, 0, 8, 2, 1, 18, 2, 1, 10, 2, 1, 12, 10, 2, 16, 10, 2, 24, 14, 0, 22, 4, 0, 22, 14, 0, 20, 2, 0, 20, 4, 0, 14, 6, 3, 16, 2, 1, 12, 2, 1, 14, 10, 2, 16, 8, 2, 18, 2, 0, 2, 0, 0, 2, 14, 0, 18, 6, 1, 14, 8, 2, 18, 10, 1, 18, 4, 0, 14, 4, 2, 20, 12, 0, 16, 4, 1, 10, 6, 2, 14, 4, 1, 16, 4, 0, 8, 10, 1, 10, 10, 1, 26, 7, 0, 24, 8, 0, 12, 6, 2, 10, 8, 2, 18, 12, 1, 6, 2, 0, 14, 4, 0, 16, 6, 2, 8, 2, 0, 14, 6, 2, 18, 8, 1, 6, 12, 0, 10, 6, 1, 16, 2, 0, 4, 14, 0, 8, 10, 0, 14, 2, 1, 12, 6, 1, 14, 2, 0, 24, 0, 0, 4, 4, 0, 4, 0, 0, 6, 4, 0, 22, 0, 0, 10, 10, 0, 14, 6, 1, 20, 0, 0, 16, 8, 1, 18, 0, 0, 18, 12, 0, 16, 10, 1, 16, 0, 0, 12, 10, 1, 16, 12, 1, 12, 10, 0, 24, 6, 0, 16, 12, 0, 18, 10, 0, 22, 6, 0, 4, 6, 0, 14, 12, 1, 16, 10, 0, 6, 6, 0, 14, 0, 0, 8, 4, 1, 12, 0, 0, 10, 4, 1, 6, 14, 0, 12, 2, 0, 6, 0, 0, 20, 6, 0, 8, 12, 1, 8, 0, 0, 18, 6, 0, 20, 14, 0, 8, 4, 0, 12, 8, 3, 12, 8, 2, 12, 4, 2, 10, 4, 0, 12, 4, 1, 14, 8, 1, 8, 8, 1, 10, 8, 1, 6, 8, 0, 16, 6, 1, 8, 8, 0, 16, 6, 0, 18, 14, 0, 10, 12, 1, 12, 8, 1, 8, 14, 0, 14, 12, 0, 10, 8, 0, 22, 8, 0, 14, 10, 1, 10, 0, 0, 12, 12, 1, 14, 10, 0, 14, 6, 0, 12, 4, 0, 12, 8, 0, 10, 14, 0, 12, 14, 0, 12, 12, 0, 10, 2, 0, 14, 8, 0, 8, 12, 0, 16, 8, 0, 10, 12, 0, 12, 6, 0, 20, 8, 0, 10, 6, 0, 16, 14, 0, 18, 8, 0, 8, 6, 0, 14, 14, 0); demoTimes = new Array(1500, 400, 600, 1000); classic = new Array(0, 15, 8, 5, 10, 0, 2, 12, 2, 6, 8, 4, 4, 10, 7, 0, 1, 6, 2, 12, 8, 2, 12, 10, 4, 10, 12, 6, 8, 14, 2, 12, 7, 26, 2, 6, 2, 8, 6, 4, 8, 6, 6, 8, 6, 8, 8, 6, 10, 8, 6, 12, 8, 6, 4, 4, 10, 4, 6, 10, 4, 8, 10, 4, 10, 10, 4, 2, 6, 12, 2, 8, 12, 2, 1, 7, 13, 1); ring = new Array(1, 10, 8, 4, 14, 0, 4, 6, 2, 2, 2, 2, 14, 2, 4, 1, 2, 4, 15, 2, 6, 0, 2, 6, 16, 2, 8, 0, 2, 8, 16, 2, 10, 1, 2, 10, 15, 2, 12, 2, 2, 12, 14, 2, 14, 4, 6, 14, 0, 4, 6, 2, 2, 2, 2, 14, 2, 4, 1, 2, 4, 15, 2, 6, 0, 2, 6, 16, 2, 8, 0, 2, 8, 16, 2, 10, 1, 2, 10, 15, 2, 12, 2, 2, 12, 14, 2, 14, 4, 6, 14, 0, 4, 6, 2, 2, 2, 2, 14, 2, 4, 1, 2, 4, 15, 2, 6, 0, 2, 6, 16, 2, 8, 0, 2, 8, 16, 2, 10, 1, 2, 10, 15, 2, 12, 2, 2, 12, 14, 2, 14, 4, 6, 14, 0, 4, 6, 2, 2, 2, 2, 14, 2, 4, 1, 2, 4, 15, 2, 6, 0, 2, 6, 16, 2, 8, 0, 2, 8, 16, 2, 10, 1, 2, 10, 15, 2, 12, 2, 2, 12, 14, 2, 14, 4, 6); pyramid = new Array(2, 10, 8, 6, 10, 0, 5, 6, 2, 4, 7, 4, 3, 8, 7, 0, 1, 6, 2, 9, 8, 2, 9, 7, 20, 1, 10, 3, 8, 12, 4, 7, 14, 5, 6, 7, 1, 6, 5, 3, 5, 6, 5, 4, 7, 7, 3, 8, 9, 4, 7, 11, 5, 6, 13, 6, 5, 5, 3, 8, 3, 5, 6, 5, 7, 6, 5, 9, 6, 5, 11, 8, 3, 3, 5, 7, 4, 7, 7, 4, 9, 7, 4, 2, 6, 9, 2, 8, 9, 2, 1, 7, 10, 1); hole = new Array(3, 8, 6, 4, 8, 0, 0, 8, 2, 0, 8, 4, 0, 3, 4, 10, 3, 6, 0, 3, 6, 10, 3, 8, 0, 8, 10, 0, 8, 8, 0, 0, 8, 2, 2, 6, 4, 2, 2, 4, 10, 2, 6, 2, 2, 6, 10, 2, 8, 2, 6, 10, 0, 8, 8, 0, 0, 8, 2, 2, 6, 4, 2, 2, 4, 10, 2, 6, 2, 2, 6, 10, 2, 8, 2, 6, 10, 0, 8, 8, 0, 0, 8, 2, 4, 4, 4, 4, 1, 4, 10, 1, 6, 4, 1, 6, 10, 1, 8, 4, 4, 10, 0, 8); hexagon = new Array(4, 14, 8, 5, 10, 0, 8, 6, 2, 6, 8, 4, 4, 10, 7, 0, 1, 6, 2, 12, 8, 2, 12, 7, 26, 1, 10, 4, 10, 12, 6, 8, 14, 8, 6, 6, 2, 8, 6, 4, 6, 8, 6, 4, 10, 8, 4, 10, 10, 6, 8, 12, 8, 6, 4, 4, 10, 4, 6, 10, 4, 8, 10, 4, 10, 10, 4, 2, 6, 12, 2, 8, 12, 2, 2, 6, 13, 1, 8, 13, 1); arena = new Array(5, 13, 7, 5, 19, 0, 0, 5, 0, 16, 5, 2, 0, 4, 2, 10, 3, 2, 18, 4, 4, 0, 3, 4, 12, 1, 4, 20, 3, 6, 0, 2, 6, 10, 3, 6, 22, 2, 8, 0, 3, 8, 12, 1, 8, 20, 3, 10, 0, 4, 10, 10, 3, 10, 18, 4, 12, 0, 5, 12, 16, 5, 17, 0, 0, 4, 0, 18, 4, 2, 0, 3, 2, 12, 1, 2, 20, 3, 4, 0, 2, 4, 22, 2, 6, 0, 1, 6, 12, 1, 6, 24, 1, 8, 0, 2, 8, 22, 2, 10, 0, 3, 10, 12, 1, 10, 20, 3, 12, 0, 4, 12, 18, 4, 12, 0, 0, 3, 0, 20, 3, 2, 0, 2, 2, 22, 2, 4, 0, 1, 4, 24, 1, 8, 0, 1, 8, 24, 1, 10, 0, 2, 10, 22, 2, 12, 0, 3, 12, 20, 3, 8, 0, 0, 2, 0, 22, 2, 2, 0, 1, 2, 24, 1, 10, 0, 1, 10, 24, 1, 12, 0, 2, 12, 22, 2, 4, 0, 0, 1, 0, 24, 1, 12, 0, 1, 12, 24, 1); hintPenalty = 100; isAnimation = true; isSounds = true; layout = classic; isPublished = false; soundClick = new Sound(); soundClick.attachSound("sClick"); soundSwitch = new Sound(); soundSwitch.attachSound("sSwitch"); soundSelect = new Sound(); soundSelect.attachSound("sSelect"); soundWrong = new Sound(); soundWrong.attachSound("sWrong"); soundRemove = new Sound(); soundRemove.attachSound("sRemove"); soundNotAv = new Sound(); soundNotAv.attachSound("sNotAv"); DemoInit(false);
Frame 2
if (isDemo) { DemoFrame(); } if (isRemoving) { if (remove1._alpha == 0) { Remove(remove1, remove2, true); } if (remove1._alpha >= 20) { remove1._alpha = remove1._alpha - 20; remove2._alpha = remove2._alpha - 20; } else { remove1._alpha = 0; remove2._alpha = 0; } }
Frame 3
gotoAndPlay (2);
Symbol 136 MovieClip Frame 1
stop();
Symbol 136 MovieClip Frame 11
gotoAndPlay (2);
Symbol 141 Button
on (press) { if (!_root.isDemo) { _root.Click(x, y, level); } }
Symbol 144 Button
on (release) { tellTarget (_root) { if (isSounds) { soundClick.start(); } DemoDeInit(); }; }
Symbol 158 Button
on (release) { if (isSounds) { soundClick.start(); } if (((!isDemo) && (!newgame._visible)) && (!gameover._visible)) { Suspend(true); isPause = true; pause._visible = true; } getURL ("http://absolutist.com/?r=mahjongonline", "_blank"); trace("http://absolutist.com/?r=mahjongonline"); }
Symbol 162 MovieClip Frame 1
timeText = Math.floor(value / 1000); if (isOn) { var now = new Date(); var cur = now.getTime(); value = value + (cur - lastTime); lastTime = cur; }
Symbol 162 MovieClip Frame 2
gotoAndPlay (1);
Symbol 175 MovieClip Frame 1
stop();
Symbol 175 MovieClip Frame 5
stop();
Symbol 175 MovieClip Frame 8
gotoAndStop (1);
Symbol 175 MovieClip Frame 12
gotoAndStop (1);
Symbol 177 Button
on (rollOver) { knop1.gotoAndPlay(2); } on (rollOut) { knop1.gotoAndPlay(6); } on (release) { tellTarget (_root) { if (isSounds) { soundClick.start(); } newgame._visible = true; }; }
Symbol 182 MovieClip Frame 1
stop();
Symbol 182 MovieClip Frame 5
stop();
Symbol 183 Button
on (rollOver) { knop2.gotoAndPlay(2); } on (rollOut) { knop2.gotoAndPlay(6); } on (release) { tellTarget (_root) { if (isSounds) { soundClick.start(); } Suspend(true); isPause = true; pause._visible = true; MoreGames(); }; }
Symbol 187 Button
on (release) { tellTarget (_root) { if (isSounds) { soundClick.start(); } Suspend(true); pause._visible = true; }; }
Symbol 189 Button
on (release) { tellTarget (_root) { if (isSounds) { soundClick.start(); } Suspend(true); options._visible = true; if (isSounds) { options.checksounds.gotoAndStop(1); } else { options.checksounds.gotoAndStop(2); } if (isAnimation) { options.checkalpha.gotoAndStop(1); } else { options.checkalpha.gotoAndStop(2); } options.radiolayout.gotoAndStop(layout[0] + 1); oldSounds = isSounds; oldAnimation = isAnimation; oldLayout = layout; }; }
Symbol 191 Button
on (release) { tellTarget (_root) { if (isSounds) { soundClick.start(); } DemoInit(true); }; }
Symbol 193 Button
on (release) { tellTarget (_root) { if (isSounds) { soundClick.start(); } Suspend(true); help._visible = true; }; }
Symbol 195 Button
on (release) { tellTarget (_root) { if (isSounds) { soundClick.start(); } isHint = true; hint1.hl._alpha = 60; hint2.hl._alpha = 60; }; _root.bar.timer.value = _root.bar.timer.value + (_root.hintPenalty * 1000); }
Symbol 198 Button
on (release) { tellTarget (_root) { if (isSounds) { soundClick.start(); } isPause = false; pause._visible = false; Suspend(false); }; }
Symbol 206 Button
on (release) { tellTarget (_root) { if (isSounds) { soundClick.start(); } Suspend(false); help._visible = false; }; }
Symbol 210 Button
on (press) { getURL ("http://absolutist.com/mahjong/mahjong.exe", "_blank"); trace("http://absolutist.com/mahjong/mahjong.exe"); }
Symbol 220 Button
on (release) { if (_root.isSounds) { _root.soundSwitch.start(); } gotoAndStop (1); _root.layout = _root.classic; }
Symbol 221 Button
on (release) { if (_root.isSounds) { _root.soundSwitch.start(); } gotoAndStop (2); _root.layout = _root.ring; }
Symbol 222 Button
on (release) { if (_root.isSounds) { _root.soundSwitch.start(); } gotoAndStop (3); _root.layout = _root.pyramid; }
Symbol 223 Button
on (release) { if (_root.isSounds) { _root.soundSwitch.start(); } gotoAndStop (4); _root.layout = _root.hole; }
Symbol 224 Button
on (release) { if (_root.isSounds) { _root.soundSwitch.start(); } gotoAndStop (5); _root.layout = _root.hexagon; }
Symbol 225 Button
on (release) { if (_root.isSounds) { _root.soundSwitch.start(); } gotoAndStop (6); _root.layout = _root.arena; }
Symbol 226 MovieClip Frame 1
stop();
Symbol 230 Button
on (release) { if (_root.isSounds) { _root.soundSwitch.start(); } gotoAndStop (2); _root.isAnimation = false; Set("/:check", "\"off\""); }
Symbol 231 Button
on (release) { if (_root.isSounds) { _root.soundSwitch.start(); } gotoAndStop (1); _root.isAnimation = true; Set("/:check", "\"on\""); }
Symbol 232 MovieClip Frame 1
stop();
Symbol 235 Button
on (release) { if (_root.isSounds) { _root.soundSwitch.start(); } gotoAndStop (2); _root.isSounds = false; Set("/:check", "\"off\""); }
Symbol 236 Button
on (release) { if (_root.isSounds) { _root.soundSwitch.start(); } gotoAndStop (1); _root.isSounds = true; Set("/:check", "\"on\""); }
Symbol 237 MovieClip Frame 1
stop();
Symbol 239 Button
on (release) { tellTarget (_root) { if (isSounds) { soundClick.start(); } if (layout != oldLayout) { newgame._visible = true; } else { Suspend(false); options._visible = false; } }; }
Symbol 240 Button
on (release) { tellTarget (_root) { if (isSounds) { soundClick.start(); } Suspend(false); options._visible = false; isSounds = oldSounds; isAnimation = oldAnimation; layout = oldLayout; }; }
Symbol 247 Button
on (release) { tellTarget (_root) { if (isSounds) { soundClick.start(); } Initialize(); }; }
Symbol 248 Button
on (release) { tellTarget (_root) { if (isSounds) { soundClick.start(); } _root.Publish(victoryName, Math.floor(_root.bar.timer.value / 1000), _root.layout[0]); _root.isPublished = true; Initialize(); }; }
Symbol 255 Button
on (release) { tellTarget (_root) { if (isSounds) { soundClick.start(); } newgame._visible = false; Initialize(); }; }
Symbol 256 Button
on (release) { tellTarget (_root) { if (isSounds) { soundClick.start(); } newgame._visible = false; Suspend(false); options._visible = false; }; }
Symbol 260 Button
on (release) { if (_root.isSounds) { _root.soundClick.start(); } _root.Publish(victoryName, Math.floor(_root.bar.timer.value / 1000), _root.layout[0]); _root.isPublished = true; _root.Initialize(); }

Library Items

Symbol 1 Sound [sRemove]
Symbol 2 Sound [sSwitch]
Symbol 3 Sound [sSelect]
Symbol 4 Sound [sNotAv]
Symbol 5 Sound [sWrong]
Symbol 6 Sound [sClick]
Symbol 7 BitmapUsed by:8
Symbol 8 GraphicUses:7Used by:9
Symbol 9 MovieClip [e1b]Uses:8
Symbol 10 BitmapUsed by:11
Symbol 11 GraphicUses:10Used by:12
Symbol 12 MovieClip [e1d]Uses:11
Symbol 13 BitmapUsed by:14
Symbol 14 GraphicUses:13Used by:15
Symbol 15 MovieClip [e1w]Uses:14
Symbol 16 BitmapUsed by:17
Symbol 17 GraphicUses:16Used by:18
Symbol 18 MovieClip [e2b]Uses:17
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:21
Symbol 21 MovieClip [e2d]Uses:20
Symbol 22 BitmapUsed by:23
Symbol 23 GraphicUses:22Used by:24
Symbol 24 MovieClip [e2w]Uses:23
Symbol 25 BitmapUsed by:26
Symbol 26 GraphicUses:25Used by:27
Symbol 27 MovieClip [e3b]Uses:26
Symbol 28 BitmapUsed by:29
Symbol 29 GraphicUses:28Used by:30
Symbol 30 MovieClip [e3d]Uses:29
Symbol 31 BitmapUsed by:32
Symbol 32 GraphicUses:31Used by:33
Symbol 33 MovieClip [e3w]Uses:32
Symbol 34 BitmapUsed by:35
Symbol 35 GraphicUses:34Used by:36
Symbol 36 MovieClip [e4b]Uses:35
Symbol 37 BitmapUsed by:38
Symbol 38 GraphicUses:37Used by:39
Symbol 39 MovieClip [e4w]Uses:38
Symbol 40 BitmapUsed by:41
Symbol 41 GraphicUses:40Used by:42
Symbol 42 MovieClip [e4d]Uses:41
Symbol 43 BitmapUsed by:44
Symbol 44 GraphicUses:43Used by:45
Symbol 45 MovieClip [e5b]Uses:44
Symbol 46 BitmapUsed by:47
Symbol 47 GraphicUses:46Used by:48
Symbol 48 MovieClip [e5d]Uses:47
Symbol 49 BitmapUsed by:50
Symbol 50 GraphicUses:49Used by:51
Symbol 51 MovieClip [e5w]Uses:50
Symbol 52 BitmapUsed by:53
Symbol 53 GraphicUses:52Used by:54
Symbol 54 MovieClip [e6d]Uses:53
Symbol 55 BitmapUsed by:56
Symbol 56 GraphicUses:55Used by:57
Symbol 57 MovieClip [e6b]Uses:56
Symbol 58 BitmapUsed by:59
Symbol 59 GraphicUses:58Used by:60
Symbol 60 MovieClip [e6w]Uses:59
Symbol 61 BitmapUsed by:62
Symbol 62 GraphicUses:61Used by:63
Symbol 63 MovieClip [e7d]Uses:62
Symbol 64 BitmapUsed by:65
Symbol 65 GraphicUses:64Used by:66
Symbol 66 MovieClip [e7b]Uses:65
Symbol 67 BitmapUsed by:68
Symbol 68 GraphicUses:67Used by:69
Symbol 69 MovieClip [e7w]Uses:68
Symbol 70 BitmapUsed by:71
Symbol 71 GraphicUses:70Used by:72
Symbol 72 MovieClip [e8b]Uses:71
Symbol 73 BitmapUsed by:74
Symbol 74 GraphicUses:73Used by:75
Symbol 75 MovieClip [e8d]Uses:74
Symbol 76 BitmapUsed by:77
Symbol 77 GraphicUses:76Used by:78
Symbol 78 MovieClip [e8w]Uses:77
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:81
Symbol 81 MovieClip [e9d]Uses:80
Symbol 82 BitmapUsed by:83
Symbol 83 GraphicUses:82Used by:84
Symbol 84 MovieClip [e9b]Uses:83
Symbol 85 BitmapUsed by:86
Symbol 86 GraphicUses:85Used by:87
Symbol 87 MovieClip [e9w]Uses:86
Symbol 88 BitmapUsed by:89
Symbol 89 GraphicUses:88Used by:90
Symbol 90 MovieClip [edg]Uses:89
Symbol 91 BitmapUsed by:92
Symbol 92 GraphicUses:91Used by:93
Symbol 93 MovieClip [edr]Uses:92
Symbol 94 BitmapUsed by:95
Symbol 95 GraphicUses:94Used by:96
Symbol 96 MovieClip [edw]Uses:95
Symbol 97 BitmapUsed by:98
Symbol 98 GraphicUses:97Used by:99
Symbol 99 MovieClip [ewe]Uses:98
Symbol 100 BitmapUsed by:101
Symbol 101 GraphicUses:100Used by:102
Symbol 102 MovieClip [ewn]Uses:101
Symbol 103 BitmapUsed by:104
Symbol 104 GraphicUses:103Used by:105
Symbol 105 MovieClip [ews]Uses:104
Symbol 106 BitmapUsed by:107
Symbol 107 GraphicUses:106Used by:108
Symbol 108 MovieClip [eww]Uses:107
Symbol 109 BitmapUsed by:110
Symbol 110 GraphicUses:109Used by:111 212
Symbol 111 MovieClip [ef1]Uses:110
Symbol 112 BitmapUsed by:113
Symbol 113 GraphicUses:112Used by:114 212
Symbol 114 MovieClip [ef2]Uses:113
Symbol 115 BitmapUsed by:116
Symbol 116 GraphicUses:115Used by:117 212
Symbol 117 MovieClip [ef3]Uses:116
Symbol 118 BitmapUsed by:119
Symbol 119 GraphicUses:118Used by:120 212
Symbol 120 MovieClip [ef4]Uses:119
Symbol 121 BitmapUsed by:122
Symbol 122 GraphicUses:121Used by:123 212
Symbol 123 MovieClip [es1]Uses:122
Symbol 124 BitmapUsed by:125
Symbol 125 GraphicUses:124Used by:126 212
Symbol 126 MovieClip [es2]Uses:125
Symbol 127 BitmapUsed by:128
Symbol 128 GraphicUses:127Used by:129 212
Symbol 129 MovieClip [es3]Uses:128
Symbol 130 BitmapUsed by:131
Symbol 131 GraphicUses:130Used by:132 212
Symbol 132 MovieClip [es4]Uses:131
Symbol 133 GraphicUsed by:136
Symbol 134 GraphicUsed by:136
Symbol 135 GraphicUsed by:136
Symbol 136 MovieClipUses:133 134 135Used by:142
Symbol 137 GraphicUsed by:138 141
Symbol 138 MovieClipUses:137Used by:142
Symbol 139 GraphicUsed by:141
Symbol 140 GraphicUsed by:141
Symbol 141 ButtonUses:139 137 140Used by:142
Symbol 142 MovieClip [eTile]Uses:136 138 141
Symbol 143 GraphicUsed by:144 198 253
Symbol 144 ButtonUses:143Used by:149
Symbol 145 GraphicUsed by:149 201 212 243 251 264
Symbol 146 FontUsed by:147 148 154 161 178 199 200 205 214 215 216 217 218 219 227 233 234 238 241 242 249 250 254 261 262 263
Symbol 147 TextUses:146Used by:149
Symbol 148 TextUses:146Used by:149
Symbol 149 MovieClip [eDemo]Uses:144 145 147 148Used by:Timeline
Symbol 150 GraphicUsed by:Timeline
Symbol 151 Font
Symbol 152 TextUsed by:Timeline
Symbol 153 MovieClipUsed by:Timeline
Symbol 154 TextUses:146Used by:Timeline
Symbol 155 GraphicUsed by:158
Symbol 156 GraphicUsed by:158
Symbol 157 GraphicUsed by:158
Symbol 158 ButtonUses:155 156 157Used by:Timeline
Symbol 159 GraphicUsed by:160
Symbol 160 MovieClipUses:159Used by:162
Symbol 161 EditableTextUses:146Used by:162
Symbol 162 MovieClipUses:160 161Used by:197
Symbol 163 FontUsed by:164 188 190 192 196
Symbol 164 TextUses:163Used by:165
Symbol 165 MovieClipUses:164Used by:175
Symbol 166 GraphicUsed by:175 182
Symbol 167 GraphicUsed by:170
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClipUses:168Used by:170 187 189 191 193 195 206 220 221 222 223 224 225 230 231 235 236
Symbol 170 MovieClipUses:167 169Used by:175 182
Symbol 171 ShapeTweeningUsed by:175
Symbol 172 GraphicUsed by:175 182
Symbol 173 ShapeTweeningUsed by:175
Symbol 174 GraphicUsed by:175 182
Symbol 175 MovieClipUses:165 166 170 171 172 173 174Used by:197
Symbol 176 GraphicUsed by:177 183
Symbol 177 ButtonUses:176Used by:197
Symbol 178 TextUses:146Used by:179
Symbol 179 MovieClipUses:178Used by:182
Symbol 180 ShapeTweeningUsed by:182
Symbol 181 ShapeTweeningUsed by:182
Symbol 182 MovieClipUses:179 166 170 180 172 181 174Used by:197
Symbol 183 ButtonUses:176Used by:197
Symbol 184 GraphicUsed by:187 189 191 193 195 206 220 221 222 223 224 225 230 231 235 236
Symbol 185 GraphicUsed by:187 189 191 193 195 206 220 221 222 223 224 225 226 230 231 235 236
Symbol 186 GraphicUsed by:187 189 191 193 195 206 220 221 222 223 224 225 230 231 235 236
Symbol 187 ButtonUses:169 184 185 186Used by:197
Symbol 188 TextUses:163Used by:197
Symbol 189 ButtonUses:169 184 185 186Used by:197
Symbol 190 TextUses:163Used by:197
Symbol 191 ButtonUses:169 184 185 186Used by:197
Symbol 192 TextUses:163Used by:197
Symbol 193 ButtonUses:169 184 185 186Used by:197
Symbol 194 GraphicUsed by:197
Symbol 195 ButtonUses:169 184 185 186Used by:197
Symbol 196 TextUses:163Used by:197
Symbol 197 MovieClipUses:162 175 177 182 183 187 188 189 190 191 192 193 194 195 196Used by:Timeline
Symbol 198 ButtonUses:143Used by:201
Symbol 199 TextUses:146Used by:201
Symbol 200 TextUses:146Used by:201
Symbol 201 MovieClipUses:198 145 199 200Used by:Timeline
Symbol 202 GraphicUsed by:212
Symbol 203 FontUsed by:204 211 244 245 246 258 259
Symbol 204 TextUses:203Used by:212
Symbol 205 TextUses:146Used by:212
Symbol 206 ButtonUses:169 184 185 186Used by:212
Symbol 207 GraphicUsed by:212
Symbol 208 GraphicUsed by:210 239 240 247 248 255 256 260
Symbol 209 GraphicUsed by:210 239 240 247 248 255 256 260
Symbol 210 ButtonUses:208 209Used by:212
Symbol 211 TextUses:203Used by:212
Symbol 212 MovieClipUses:202 204 110 113 116 119 122 125 128 131 145 205 206 207 210 211Used by:Timeline
Symbol 213 GraphicUsed by:243 252 257 265
Symbol 214 TextUses:146Used by:226
Symbol 215 TextUses:146Used by:226
Symbol 216 TextUses:146Used by:226
Symbol 217 TextUses:146Used by:226
Symbol 218 TextUses:146Used by:226
Symbol 219 TextUses:146Used by:226
Symbol 220 ButtonUses:169 184 185 186Used by:226
Symbol 221 ButtonUses:169 184 185 186Used by:226
Symbol 222 ButtonUses:169 184 185 186Used by:226
Symbol 223 ButtonUses:169 184 185 186Used by:226
Symbol 224 ButtonUses:169 184 185 186Used by:226
Symbol 225 ButtonUses:169 184 185 186Used by:226
Symbol 226 MovieClipUses:214 215 216 217 218 219 220 221 222 223 224 225 185Used by:243
Symbol 227 TextUses:146Used by:232
Symbol 228 GraphicUsed by:229
Symbol 229 MovieClipUses:228Used by:232 237
Symbol 230 ButtonUses:169 184 185 186Used by:232
Symbol 231 ButtonUses:169 184 185 186Used by:232
Symbol 232 MovieClipUses:227 229 230 231Used by:243
Symbol 233 TextUses:146Used by:243
Symbol 234 TextUses:146Used by:237
Symbol 235 ButtonUses:169 184 185 186Used by:237
Symbol 236 ButtonUses:169 184 185 186Used by:237
Symbol 237 MovieClipUses:234 229 235 236Used by:243
Symbol 238 TextUses:146Used by:243
Symbol 239 ButtonUses:208 209Used by:243
Symbol 240 ButtonUses:208 209Used by:243
Symbol 241 TextUses:146Used by:243 257
Symbol 242 TextUses:146Used by:243 252 257 265
Symbol 243 MovieClipUses:213 226 232 233 237 145 238 239 240 241 242Used by:Timeline
Symbol 244 TextUses:203Used by:252 265
Symbol 245 EditableTextUses:203Used by:252
Symbol 246 EditableTextUses:203Used by:252
Symbol 247 ButtonUses:208 209Used by:252 265
Symbol 248 ButtonUses:208 209Used by:252
Symbol 249 TextUses:146Used by:252 265
Symbol 250 TextUses:146Used by:251
Symbol 251 MovieClipUses:145 250Used by:252
Symbol 252 MovieClipUses:213 244 245 246 247 242 248 249 251Used by:Timeline
Symbol 253 ButtonUses:143Used by:257
Symbol 254 TextUses:146Used by:257
Symbol 255 ButtonUses:208 209Used by:257
Symbol 256 ButtonUses:208 209Used by:257
Symbol 257 MovieClipUses:253 213 254 255 256 241 242Used by:Timeline
Symbol 258 EditableTextUses:203Used by:265
Symbol 259 EditableTextUses:203Used by:265
Symbol 260 ButtonUses:208 209Used by:265
Symbol 261 TextUses:146Used by:264
Symbol 262 TextUses:146Used by:264
Symbol 263 TextUses:146Used by:264
Symbol 264 MovieClipUses:145 261 262 263Used by:265
Symbol 265 MovieClipUses:213 244 258 259 247 242 260 249 264Used by:Timeline

Instance Names

"game"Frame 1Symbol 153 MovieClip
"bar"Frame 1Symbol 197 MovieClip
"pause"Frame 1Symbol 201 MovieClip
"demo"Frame 1Symbol 149 MovieClip [eDemo]
"help"Frame 1Symbol 212 MovieClip
"options"Frame 1Symbol 243 MovieClip
"vic"Frame 1Symbol 252 MovieClip
"newgame"Frame 1Symbol 257 MovieClip
"gameover"Frame 1Symbol 265 MovieClip
"ta"Symbol 142 MovieClip [eTile] Frame 1Symbol 136 MovieClip
"hl"Symbol 142 MovieClip [eTile] Frame 1Symbol 138 MovieClip
"timer"Symbol 197 MovieClip Frame 1Symbol 162 MovieClip
"knop1"Symbol 197 MovieClip Frame 1Symbol 175 MovieClip
"knop2"Symbol 197 MovieClip Frame 1Symbol 182 MovieClip
"Indicator"Symbol 232 MovieClip Frame 1Symbol 229 MovieClip
"Indicator"Symbol 237 MovieClip Frame 1Symbol 229 MovieClip
"radiolayout"Symbol 243 MovieClip Frame 1Symbol 226 MovieClip
"checkalpha"Symbol 243 MovieClip Frame 1Symbol 232 MovieClip
"checksounds"Symbol 243 MovieClip Frame 1Symbol 237 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "sRemove"
ExportAssets (56)Timeline Frame 1Symbol 2 as "sSwitch"
ExportAssets (56)Timeline Frame 1Symbol 3 as "sSelect"
ExportAssets (56)Timeline Frame 1Symbol 4 as "sNotAv"
ExportAssets (56)Timeline Frame 1Symbol 5 as "sWrong"
ExportAssets (56)Timeline Frame 1Symbol 6 as "sClick"
ExportAssets (56)Timeline Frame 1Symbol 9 as "e1b"
ExportAssets (56)Timeline Frame 1Symbol 12 as "e1d"
ExportAssets (56)Timeline Frame 1Symbol 15 as "e1w"
ExportAssets (56)Timeline Frame 1Symbol 18 as "e2b"
ExportAssets (56)Timeline Frame 1Symbol 21 as "e2d"
ExportAssets (56)Timeline Frame 1Symbol 24 as "e2w"
ExportAssets (56)Timeline Frame 1Symbol 27 as "e3b"
ExportAssets (56)Timeline Frame 1Symbol 30 as "e3d"
ExportAssets (56)Timeline Frame 1Symbol 33 as "e3w"
ExportAssets (56)Timeline Frame 1Symbol 36 as "e4b"
ExportAssets (56)Timeline Frame 1Symbol 39 as "e4w"
ExportAssets (56)Timeline Frame 1Symbol 42 as "e4d"
ExportAssets (56)Timeline Frame 1Symbol 45 as "e5b"
ExportAssets (56)Timeline Frame 1Symbol 48 as "e5d"
ExportAssets (56)Timeline Frame 1Symbol 51 as "e5w"
ExportAssets (56)Timeline Frame 1Symbol 54 as "e6d"
ExportAssets (56)Timeline Frame 1Symbol 57 as "e6b"
ExportAssets (56)Timeline Frame 1Symbol 60 as "e6w"
ExportAssets (56)Timeline Frame 1Symbol 63 as "e7d"
ExportAssets (56)Timeline Frame 1Symbol 66 as "e7b"
ExportAssets (56)Timeline Frame 1Symbol 69 as "e7w"
ExportAssets (56)Timeline Frame 1Symbol 72 as "e8b"
ExportAssets (56)Timeline Frame 1Symbol 75 as "e8d"
ExportAssets (56)Timeline Frame 1Symbol 78 as "e8w"
ExportAssets (56)Timeline Frame 1Symbol 81 as "e9d"
ExportAssets (56)Timeline Frame 1Symbol 84 as "e9b"
ExportAssets (56)Timeline Frame 1Symbol 87 as "e9w"
ExportAssets (56)Timeline Frame 1Symbol 90 as "edg"
ExportAssets (56)Timeline Frame 1Symbol 93 as "edr"
ExportAssets (56)Timeline Frame 1Symbol 96 as "edw"
ExportAssets (56)Timeline Frame 1Symbol 99 as "ewe"
ExportAssets (56)Timeline Frame 1Symbol 102 as "ewn"
ExportAssets (56)Timeline Frame 1Symbol 105 as "ews"
ExportAssets (56)Timeline Frame 1Symbol 108 as "eww"
ExportAssets (56)Timeline Frame 1Symbol 111 as "ef1"
ExportAssets (56)Timeline Frame 1Symbol 114 as "ef2"
ExportAssets (56)Timeline Frame 1Symbol 117 as "ef3"
ExportAssets (56)Timeline Frame 1Symbol 120 as "ef4"
ExportAssets (56)Timeline Frame 1Symbol 123 as "es1"
ExportAssets (56)Timeline Frame 1Symbol 126 as "es2"
ExportAssets (56)Timeline Frame 1Symbol 129 as "es3"
ExportAssets (56)Timeline Frame 1Symbol 132 as "es4"
ExportAssets (56)Timeline Frame 1Symbol 142 as "eTile"
ExportAssets (56)Timeline Frame 1Symbol 149 as "eDemo"
ExportAssets (56)Timeline Frame 1Symbol 149 as "eDemo"
ExportAssets (56)Timeline Frame 2Symbol 149 as "eDemo"
ExportAssets (56)Timeline Frame 3Symbol 149 as "eDemo"

Dynamic Text Variables

timeTextSymbol 161 EditableText"0"
victoryNameSymbol 245 EditableText""
resultSymbol 246 EditableText"Your result is 0."
victoryNameSymbol 258 EditableText""
resultSymbol 259 EditableText"Your result is 0."




http://swfchan.com/42/205809/info.shtml
Created: 10/10 -2018 03:26:07 Last modified: 10/10 -2018 03:26:07 Server time: 26/04 -2024 12:57:53