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

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

Dedal4.swf

This is the info page for
Flash #12490

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


Text
Z

Q

S

D

space = pause

© Eric Marchal : http://www.eric-marchal.fr.st - Music : Brian Eno & Bauhaus

© Eric Marchal : http://www.eric-marchal.fr.st - Music : Brian Eno & Bauhaus

1 joueur

2 joueurs

Quitter

Plein Ecran / full Screen

GREEN WIN

RED WIN

PAUSE

ActionScript [AS1/AS2]

Frame 1
fscommand (fullscreen, true); winblue._visible = 0; winred._visible = 0; son2 = new Sound(This); son2.attachsound("lien"); son2.start(0, 1); sonbing = new Sound(This); sonbing.attachsound("sonbing"); tdgirat = new Array("eson", "esno", "eosn", "eons", "enos", "enso", "sone", "soen", "snoe", "sneo", "seon", "seno", "ones", "onse", "oesn", "oens", "osne", "osen", "neso", "neos", "nseo", "nsoe", "noes", "nose"); stop();
Frame 10
function init() { _root.pause = -1; _root.mecx = (random(2) * (_root.dimx - 1)) + 1; _root.mecy = (random(2) * (_root.dimy - 1)) + 1; _root.nanax = _root.mecx; _root.nanay = _root.mecy; _root.sortx = (dimx - mecx) + 1; _root.sorty = (dimy - mecy) + 1; if (mecx == 1) { if (mecy == 1) { dirbot = "eson"; } else { dirbot = "enos"; } } else if (mecy == 1) { dirbot = "sone"; } else { dirnot = "nose"; } _root.laby = new Array(); _root.rapport = Math.min(Math.floor(45000 / (_root.dimy * _root.c0._height)) / 100, Math.floor(61000 / (_root.dimx * _root.c0._height)) / 100); j = 1; while (j <= dimy) { _root.laby[j] = new Array(); i = 1; while (i <= dimx) { _root.laby[j][i] = 0; i++; } j++; } } function aff() { _root.nbcases = _root.dimx * _root.dimy; j = 1; while (j <= _root.dimy) { i = 1; while (i <= _root.dimx) { nom = "c" add _root.laby[j][i]; eval (nom).duplicateMovieClip((("case" add i) add "-") add j, (100 + ((j - 1) * _root.dimx)) + i); eval ((("_root.case" add i) add "-") add j)._width = _root.c0._width * _root.rapport; eval ((("_root.case" add i) add "-") add j)._height = _root.c0._height * _root.rapport; eval ((("_root.case" add i) add "-") add j)._x = 25 + (eval ((("_root.case" add i) add "-") add j)._width * (i - 1)); eval ((("_root.case" add i) add "-") add j)._y = 25 + (eval ((("_root.case" add i) add "-") add j)._height * (j - 1)); i++; } j++; } } function crealaby(x, y, boussole, incr) { boussole = tdgirat[random(24)]; _root.niveauZZZ++; incr = 0; while (incr < 4) { if (boussole.charAt(incr) == "e") { if ((x < _root.dimx) and (_root.laby[y][x + 1] == 0)) { _root.laby[y][x] = _root.laby[y][x] + 1; _root.laby[y][x + 1] = _root.laby[y][x + 1] + 4; if (_root.niveauZZZ > 253) { _root.tabSansIssuX.push(x + 1); _root.tabSansIssuY.push(y); } else { crealaby(x + 1, y, boussole, incr); } } } else if (boussole.charAt(incr) == "s") { if ((y < _root.dimy) and (_root.laby[y + 1][x] == 0)) { _root.laby[y][x] = _root.laby[y][x] + 2; _root.laby[y + 1][x] = _root.laby[y + 1][x] + 8; if (_root.niveauZZZ > 253) { trace("+"); _root.tabSansIssuX.push(x); _root.tabSansIssuY.push(y + 1); } else { crealaby(x, y + 1, boussole, incr); } } } else if (boussole.charAt(incr) == "o") { if ((x > 1) and (_root.laby[y][x - 1] == 0)) { _root.laby[y][x] = _root.laby[y][x] + 4; _root.laby[y][x - 1] = _root.laby[y][x - 1] + 1; if (_root.niveauZZZ > 253) { _root.tabSansIssuX.push(x - 1); _root.tabSansIssuY.push(y); } else { crealaby(x - 1, y, boussole, incr); } } } else if (boussole.charAt(incr) == "n") { if ((y > 1) and (_root.laby[y - 1][x] == 0)) { _root.laby[y][x] = _root.laby[y][x] + 8; _root.laby[y - 1][x] = _root.laby[y - 1][x] + 2; if (_root.niveauZZZ > 253) { _root.tabSansIssuX.push(x); _root.tabSansIssuY.push(y - 1); } else { crealaby(x, y - 1, boussole, incr); } } } incr++; } _root.niveauZZZ--; } level = 0; dimx = 8; dimy = 6; red = 0; blue = 0; tempoEnCours = 0;
Frame 12
init(); tabSansIssuX = new Array(); tabSansIssuY = new Array(); crealaby(Math.round(_root.dimx / 2), Math.round(_root.dimy / 2)); ii = 0; while (ii < _root.tabSansIssuX.length) { crealaby(tabSansIssuX[ii], tabSansIssuY[ii]); ii++; } _root.level++; aff(); m.duplicateMovieClip("mec", 99999); mec._width = _root.m._width * _root.rapport; mec._height = _root.m._height * _root.rapport; mec._x = 25 + ((_root.c0._width * _root.rapport) * (mecx - 1)); mec._y = 25 + ((_root.c0._height * _root.rapport) * (mecy - 1)); n.duplicateMovieClip("nana", 99998); nana._width = _root.n._width * _root.rapport; nana._height = _root.n._height * _root.rapport; nana._x = 28 + ((_root.c0._width * _root.rapport) * (nanax - 1)); nana._y = 28 + ((_root.c0._height * _root.rapport) * (nanay - 1)); s.duplicateMovieClip("sortie", 99997); sortie._width = _root.s._width * _root.rapport; sortie._height = _root.s._height * _root.rapport; sortie._x = 25 + ((_root.c0._width * _root.rapport) * (sortx - 1)); sortie._y = 25 + ((_root.c0._height * _root.rapport) * (sorty - 1)); winblue._visible = 0; winred._visible = 0; p.duplicateMovieClip("pause", 99996);
Frame 14
if (_root.nbj == 2) { lacase = _root.laby[nanay][nanax]; if (Key.isDown(68) and (lacase & 1)) { nanax++; } else if (Key.isDown(83) and (lacase & 2)) { nanay++; } else if (Key.isDown(81) and (lacase & 4)) { nanax = nanax - 1; } else if (Key.isDown(90) and (lacase & 8)) { nanay = nanay - 1; } nana._x = 28 + ((_root.c0._width * _root.rapport) * (nanax - 1)); nana._y = 28 + ((_root.c0._height * _root.rapport) * (nanay - 1)); if ((sortx == nanax) and (sorty == nanay)) { nana._x = 28 + ((_root.c0._width * _root.rapport) * (nanax - 1)); nana._y = 25 + ((_root.c0._height * _root.rapport) * (nanay - 1)); _root.dimx++; _root.dimy++; _root.red++; son2.start(0, 1); winred._visible = 1; gotoAndPlay (11); } } else { tempoEnCours++; temporis = 5 - (_root.level / 2); if (temporis <= tempoEnCours) { tempoEnCours = 1; } if (tempoEnCours == 1) { lacase = _root.laby[nanay][nanax]; bidon = _root.dirbot; _root.dirbot = bidon.slice(1, 4) add bidon.slice(0, 1); if (((lacase & 1) and (sortx == (nanax + 1))) and (sorty == nanay)) { nanax++; } else if (((lacase & 2) and (sortx == nanax)) and (sorty == (nanay + 1))) { nanay++; } else if (((lacase & 4) and (sortx == (nanax - 1))) and (sorty == nanay)) { nanax--; } else if (((lacase & 8) and (sortx == nanax)) and (sorty == (nanay - 1))) { nanay--; } else if (((_root.dirbot.slice(0, 1) == "e") and (lacase & 1)) and (_root.laby[nanay][nanax + 1] != 4)) { nanax++; } else if (((_root.dirbot.slice(0, 1) == "s") and (lacase & 2)) and (_root.laby[nanay + 1][nanax] != 8)) { nanay++; } else if (((_root.dirbot.slice(0, 1) == "o") and (lacase & 4)) and (_root.laby[nanay][nanax - 1] != 1)) { nanax = nanax - 1; } else if (((_root.dirbot.slice(0, 1) == "n") and (lacase & 8)) and (_root.laby[nanay - 1][nanax] != 2)) { nanay = nanay - 1; } else { bidon = _root.dirbot; _root.dirbot = bidon.slice(3, 4) add bidon.slice(0, 3); if (((_root.dirbot.slice(0, 1) == "e") and (lacase & 1)) and (_root.laby[nanay][nanax + 1] != 4)) { nanax++; } else if (((_root.dirbot.slice(0, 1) == "s") and (lacase & 2)) and (_root.laby[nanay + 1][nanax] != 8)) { nanay++; } else if (((_root.dirbot.slice(0, 1) == "o") and (lacase & 4)) and (_root.laby[nanay][nanax - 1] != 1)) { nanax = nanax - 1; } else if (((_root.dirbot.slice(0, 1) == "n") and (lacase & 8)) and (_root.laby[nanay - 1][nanax] != 2)) { nanay = nanay - 1; } else { bidon = _root.dirbot; _root.dirbot = bidon.slice(3, 4) add bidon.slice(0, 3); } } } nana._x = 28 + ((_root.c0._width * _root.rapport) * (nanax - 1)); nana._y = 28 + ((_root.c0._height * _root.rapport) * (nanay - 1)); if ((sortx == nanax) and (sorty == nanay)) { nana._x = 28 + ((_root.c0._width * _root.rapport) * (nanax - 1)); nana._y = 25 + ((_root.c0._height * _root.rapport) * (nanay - 1)); _root.dimx++; _root.dimy++; _root.red++; son2.start(0, 1); winred._visible = 1; gotoAndPlay (11); } } lacase = _root.laby[mecy][mecx]; if (Key.isDown(39) and (lacase & 1)) { mec.gotoAndPlay(2); mecx++; } else if (Key.isDown(40) and (lacase & 2)) { mecy++; } else if (Key.isDown(37) and (lacase & 4)) { mecx = mecx - 1; } else if (Key.isDown(38) and (lacase & 8)) { mecy = mecy - 1; } mec._x = 25 + ((_root.c0._width * _root.rapport) * (mecx - 1)); mec._y = 25 + ((_root.c0._height * _root.rapport) * (mecy - 1)); if ((sortx == mecx) and (sorty == mecy)) { mec._x = 25 + ((_root.c0._width * _root.rapport) * (mecx - 1)); mec._y = 25 + ((_root.c0._height * _root.rapport) * (mecy - 1)); _root.dimx++; _root.dimy++; _root.blue++; son2.start(0, 1); winblue._visible = 1; gotoAndPlay (11); } if ((mecx == nanax) and (mecy == nanay)) { sonbing.start(0, 1); }
Frame 15
stop();
Instance of Symbol 97 MovieClip in Frame 15
onClipEvent (enterFrame) { if (Key.isDown(32)) { _root.pause = -_root.pause; } if (_root.pause == 1) { _root.stop(); } else { _root.gotoAndPlay(14); } }
Symbol 45 MovieClip Frame 1
stop();
Symbol 62 Button
on (release) { getURL ("http://www.eric-marchal.fr.st"); }
Symbol 67 Button
on (release) { _root.nbj = 1; gotoAndPlay (9); }
Symbol 69 Button
on (release) { _root.nbj = 2; gotoAndPlay (9); }
Symbol 71 Button
on (release) { getURL ("http://www.eric-marchal.fr.st/games/close.html"); fscommand ("quit"); }
Symbol 73 Button
on (release) { getURL ("http://www.eric-marchal.fr.st/games/loaddedal4f.html"); }
Symbol 81 Button
on (release) { getURL ("http://www.eric-marchal.fr.st/games/dedal4.html"); }
Instance of Symbol 85 MovieClip in Symbol 86 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = (this._rotation + random(3)) + 1; }
Instance of Symbol 85 MovieClip in Symbol 86 MovieClip Frame 10
onClipEvent (enterFrame) { this._rotation = (this._rotation + (random(4) * 3)) + 1; }
Instance of Symbol 85 MovieClip in Symbol 86 MovieClip Frame 17
onClipEvent (enterFrame) { this._rotation = (this._rotation + random(5)) + 2; }

Library Items

Symbol 1 Sound [sonbing]
Symbol 2 Sound [lien]
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClip [15]Uses:3Used by:Timeline
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClip [14]Uses:5Used by:Timeline
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClip [13]Uses:7Used by:Timeline
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClip [12]Uses:9Used by:Timeline
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClip [11]Uses:11Used by:Timeline
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClip [10]Uses:13Used by:Timeline
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClip [9]Uses:15Used by:Timeline
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClip [8]Uses:17Used by:Timeline
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClip [7]Uses:19Used by:Timeline
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClip [6]Uses:21Used by:Timeline
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClip [5]Uses:23Used by:Timeline
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClip [4]Uses:25Used by:Timeline
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClip [3]Uses:27Used by:Timeline
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClip [2]Uses:29Used by:Timeline
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClip [1]Uses:31Used by:Timeline
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClip [0]Uses:33Used by:Timeline
Symbol 35 GraphicUsed by:Timeline
Symbol 36 GraphicUsed by:Timeline
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:37Used by:Timeline
Symbol 39 GraphicUsed by:44 54
Symbol 40 GraphicUsed by:43
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:41Used by:43 53
Symbol 43 MovieClipUses:40 42Used by:44
Symbol 44 MovieClipUses:39 43Used by:45
Symbol 45 MovieClipUses:44Used by:Timeline
Symbol 46 GraphicUsed by:Timeline
Symbol 47 FontUsed by:48 49 50 51 57 68 70 72 74 76 78 87
Symbol 48 TextUses:47Used by:Timeline
Symbol 49 TextUses:47Used by:Timeline
Symbol 50 TextUses:47Used by:Timeline
Symbol 51 TextUses:47Used by:Timeline
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:52 42Used by:54
Symbol 54 MovieClipUses:39 53Used by:55
Symbol 55 MovieClipUses:54Used by:Timeline
Symbol 56 GraphicUsed by:Timeline
Symbol 57 TextUses:47Used by:Timeline
Symbol 58 FontUsed by:59 60
Symbol 59 TextUses:58Used by:62
Symbol 60 TextUses:58Used by:62
Symbol 61 GraphicUsed by:62
Symbol 62 ButtonUses:59 60 61Used by:63
Symbol 63 MovieClipUses:62Used by:Timeline
Symbol 64 GraphicUsed by:67 69 71 73 81
Symbol 65 GraphicUsed by:67 69 71 73 81
Symbol 66 GraphicUsed by:67 69 71 73 81
Symbol 67 ButtonUses:64 65 66Used by:Timeline
Symbol 68 TextUses:47Used by:Timeline
Symbol 69 ButtonUses:64 65 66Used by:Timeline
Symbol 70 TextUses:47Used by:Timeline
Symbol 71 ButtonUses:64 65 66Used by:Timeline
Symbol 72 TextUses:47Used by:Timeline
Symbol 73 ButtonUses:64 65 66Used by:Timeline
Symbol 74 TextUses:47Used by:Timeline
Symbol 75 GraphicUsed by:Timeline
Symbol 76 TextUses:47Used by:77
Symbol 77 MovieClipUses:76Used by:Timeline
Symbol 78 TextUses:47Used by:79
Symbol 79 MovieClipUses:78Used by:Timeline
Symbol 80 SoundUsed by:Timeline
Symbol 81 ButtonUses:64 65 66Used by:Timeline
Symbol 82 GraphicUsed by:86
Symbol 83 ShapeTweeningUsed by:85
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:83 84Used by:86
Symbol 86 MovieClipUses:82 85Used by:Timeline
Symbol 87 TextUses:47Used by:88
Symbol 88 MovieClipUses:87Used by:89
Symbol 89 MovieClipUses:88Used by:Timeline
Symbol 90 FontUsed by:91 92 93 94
Symbol 91 EditableTextUses:90Used by:Timeline
Symbol 92 EditableTextUses:90Used by:Timeline
Symbol 93 EditableTextUses:90Used by:Timeline
Symbol 94 EditableTextUses:90Used by:Timeline
Symbol 95 GraphicUsed by:Timeline
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClipUses:96Used by:Timeline

Instance Names

"adresse"Frame 1Symbol 63 MovieClip
"winblue"Frame 1Symbol 77 MovieClip
"winred"Frame 1Symbol 79 MovieClip
"c0"Frame 10Symbol 34 MovieClip [0]
"c1"Frame 10Symbol 32 MovieClip [1]
"c2"Frame 10Symbol 30 MovieClip [2]
"c3"Frame 10Symbol 28 MovieClip [3]
"c4"Frame 10Symbol 26 MovieClip [4]
"c5"Frame 10Symbol 24 MovieClip [5]
"c6"Frame 10Symbol 22 MovieClip [6]
"c7"Frame 10Symbol 20 MovieClip [7]
"c8"Frame 10Symbol 18 MovieClip [8]
"c9"Frame 10Symbol 16 MovieClip [9]
"c10"Frame 10Symbol 14 MovieClip [10]
"c11"Frame 10Symbol 12 MovieClip [11]
"c12"Frame 10Symbol 10 MovieClip [12]
"c13"Frame 10Symbol 8 MovieClip [13]
"c14"Frame 10Symbol 6 MovieClip [14]
"c15"Frame 10Symbol 4 MovieClip [15]
"m"Frame 11Symbol 45 MovieClip
"s"Frame 11Symbol 86 MovieClip
"n"Frame 11Symbol 55 MovieClip
"p"Frame 11Symbol 89 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "sonbing"
ExportAssets (56)Timeline Frame 1Symbol 2 as "lien"
ExportAssets (56)Timeline Frame 1Symbol 4 as "15"
ExportAssets (56)Timeline Frame 1Symbol 6 as "14"
ExportAssets (56)Timeline Frame 1Symbol 8 as "13"
ExportAssets (56)Timeline Frame 1Symbol 10 as "12"
ExportAssets (56)Timeline Frame 1Symbol 12 as "11"
ExportAssets (56)Timeline Frame 1Symbol 14 as "10"
ExportAssets (56)Timeline Frame 1Symbol 16 as "9"
ExportAssets (56)Timeline Frame 1Symbol 18 as "8"
ExportAssets (56)Timeline Frame 1Symbol 20 as "7"
ExportAssets (56)Timeline Frame 1Symbol 22 as "6"
ExportAssets (56)Timeline Frame 1Symbol 24 as "5"
ExportAssets (56)Timeline Frame 1Symbol 26 as "4"
ExportAssets (56)Timeline Frame 1Symbol 28 as "3"
ExportAssets (56)Timeline Frame 1Symbol 30 as "2"
ExportAssets (56)Timeline Frame 1Symbol 32 as "1"
ExportAssets (56)Timeline Frame 1Symbol 34 as "0"
ExportAssets (56)Timeline Frame 10Symbol 34 as "0"
ExportAssets (56)Timeline Frame 10Symbol 32 as "1"
ExportAssets (56)Timeline Frame 10Symbol 30 as "2"
ExportAssets (56)Timeline Frame 10Symbol 28 as "3"
ExportAssets (56)Timeline Frame 10Symbol 26 as "4"
ExportAssets (56)Timeline Frame 10Symbol 24 as "5"
ExportAssets (56)Timeline Frame 10Symbol 22 as "6"
ExportAssets (56)Timeline Frame 10Symbol 20 as "7"
ExportAssets (56)Timeline Frame 10Symbol 18 as "8"
ExportAssets (56)Timeline Frame 10Symbol 16 as "9"
ExportAssets (56)Timeline Frame 10Symbol 14 as "10"
ExportAssets (56)Timeline Frame 10Symbol 12 as "11"
ExportAssets (56)Timeline Frame 10Symbol 10 as "12"
ExportAssets (56)Timeline Frame 10Symbol 8 as "13"
ExportAssets (56)Timeline Frame 10Symbol 6 as "14"
ExportAssets (56)Timeline Frame 10Symbol 4 as "15"
ExportAssets (56)Timeline Frame 11Symbol 34 as "0"
ExportAssets (56)Timeline Frame 11Symbol 32 as "1"
ExportAssets (56)Timeline Frame 11Symbol 30 as "2"
ExportAssets (56)Timeline Frame 11Symbol 28 as "3"
ExportAssets (56)Timeline Frame 11Symbol 26 as "4"
ExportAssets (56)Timeline Frame 11Symbol 24 as "5"
ExportAssets (56)Timeline Frame 11Symbol 22 as "6"
ExportAssets (56)Timeline Frame 11Symbol 20 as "7"
ExportAssets (56)Timeline Frame 11Symbol 18 as "8"
ExportAssets (56)Timeline Frame 11Symbol 16 as "9"
ExportAssets (56)Timeline Frame 11Symbol 14 as "10"
ExportAssets (56)Timeline Frame 11Symbol 12 as "11"
ExportAssets (56)Timeline Frame 11Symbol 10 as "12"
ExportAssets (56)Timeline Frame 11Symbol 8 as "13"
ExportAssets (56)Timeline Frame 11Symbol 6 as "14"
ExportAssets (56)Timeline Frame 11Symbol 4 as "15"
ExportAssets (56)Timeline Frame 12Symbol 34 as "0"
ExportAssets (56)Timeline Frame 12Symbol 32 as "1"
ExportAssets (56)Timeline Frame 12Symbol 30 as "2"
ExportAssets (56)Timeline Frame 12Symbol 28 as "3"
ExportAssets (56)Timeline Frame 12Symbol 26 as "4"
ExportAssets (56)Timeline Frame 12Symbol 24 as "5"
ExportAssets (56)Timeline Frame 12Symbol 22 as "6"
ExportAssets (56)Timeline Frame 12Symbol 20 as "7"
ExportAssets (56)Timeline Frame 12Symbol 18 as "8"
ExportAssets (56)Timeline Frame 12Symbol 16 as "9"
ExportAssets (56)Timeline Frame 12Symbol 14 as "10"
ExportAssets (56)Timeline Frame 12Symbol 12 as "11"
ExportAssets (56)Timeline Frame 12Symbol 10 as "12"
ExportAssets (56)Timeline Frame 12Symbol 8 as "13"
ExportAssets (56)Timeline Frame 12Symbol 6 as "14"
ExportAssets (56)Timeline Frame 12Symbol 4 as "15"
ExportAssets (56)Timeline Frame 13Symbol 34 as "0"
ExportAssets (56)Timeline Frame 13Symbol 32 as "1"
ExportAssets (56)Timeline Frame 13Symbol 30 as "2"
ExportAssets (56)Timeline Frame 13Symbol 28 as "3"
ExportAssets (56)Timeline Frame 13Symbol 26 as "4"
ExportAssets (56)Timeline Frame 13Symbol 24 as "5"
ExportAssets (56)Timeline Frame 13Symbol 22 as "6"
ExportAssets (56)Timeline Frame 13Symbol 20 as "7"
ExportAssets (56)Timeline Frame 13Symbol 18 as "8"
ExportAssets (56)Timeline Frame 13Symbol 16 as "9"
ExportAssets (56)Timeline Frame 13Symbol 14 as "10"
ExportAssets (56)Timeline Frame 13Symbol 12 as "11"
ExportAssets (56)Timeline Frame 13Symbol 10 as "12"
ExportAssets (56)Timeline Frame 13Symbol 8 as "13"
ExportAssets (56)Timeline Frame 13Symbol 6 as "14"
ExportAssets (56)Timeline Frame 13Symbol 4 as "15"
ExportAssets (56)Timeline Frame 14Symbol 34 as "0"
ExportAssets (56)Timeline Frame 14Symbol 32 as "1"
ExportAssets (56)Timeline Frame 14Symbol 30 as "2"
ExportAssets (56)Timeline Frame 14Symbol 28 as "3"
ExportAssets (56)Timeline Frame 14Symbol 26 as "4"
ExportAssets (56)Timeline Frame 14Symbol 24 as "5"
ExportAssets (56)Timeline Frame 14Symbol 22 as "6"
ExportAssets (56)Timeline Frame 14Symbol 20 as "7"
ExportAssets (56)Timeline Frame 14Symbol 18 as "8"
ExportAssets (56)Timeline Frame 14Symbol 16 as "9"
ExportAssets (56)Timeline Frame 14Symbol 14 as "10"
ExportAssets (56)Timeline Frame 14Symbol 12 as "11"
ExportAssets (56)Timeline Frame 14Symbol 10 as "12"
ExportAssets (56)Timeline Frame 14Symbol 8 as "13"
ExportAssets (56)Timeline Frame 14Symbol 6 as "14"
ExportAssets (56)Timeline Frame 14Symbol 4 as "15"
ExportAssets (56)Timeline Frame 15Symbol 34 as "0"
ExportAssets (56)Timeline Frame 15Symbol 32 as "1"
ExportAssets (56)Timeline Frame 15Symbol 30 as "2"
ExportAssets (56)Timeline Frame 15Symbol 28 as "3"
ExportAssets (56)Timeline Frame 15Symbol 26 as "4"
ExportAssets (56)Timeline Frame 15Symbol 24 as "5"
ExportAssets (56)Timeline Frame 15Symbol 22 as "6"
ExportAssets (56)Timeline Frame 15Symbol 20 as "7"
ExportAssets (56)Timeline Frame 15Symbol 18 as "8"
ExportAssets (56)Timeline Frame 15Symbol 16 as "9"
ExportAssets (56)Timeline Frame 15Symbol 14 as "10"
ExportAssets (56)Timeline Frame 15Symbol 12 as "11"
ExportAssets (56)Timeline Frame 15Symbol 10 as "12"
ExportAssets (56)Timeline Frame 15Symbol 8 as "13"
ExportAssets (56)Timeline Frame 15Symbol 6 as "14"
ExportAssets (56)Timeline Frame 15Symbol 4 as "15"

Dynamic Text Variables

_root.levelSymbol 91 EditableText""
_root.nbcasesSymbol 92 EditableText""
_root.blueSymbol 93 EditableText""
_root.redSymbol 94 EditableText""




http://swfchan.com/3/12490/info.shtml
Created: 5/6 -2019 23:15:14 Last modified: 5/6 -2019 23:15:14 Server time: 02/05 -2024 10:51:42