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

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

Mini Mahjongg.swf

This is the info page for
Flash #42044

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


Text
Your Rank Is

Your Time Is

In

ver. 1.0

ver. 1.0

<p align="left"><font face="Chinese Takeaway" size="11" color="#ff0000"><a href="http://www.thepcmanwebsite.com"><b>The PCman Website </b></a><font size="8" color="#0000ff"><a href="http://www.thepcmanwebsite.com">free games</a></font></font></p>

Layout:

Back
ground:

Sound:

<p align="left"><font face="_sans" size="20" color="#000000"><b><i> &nbsp;&nbsp;</i></b><font size="13"><b><i>Game By:</i></b></font></font></p><p align="center"><font face="_sans" size="13" color="#000000"><b><i>HusseinGaafer</i></b></font></p>

voicings@hotmail.com
All rights reserved

<p align="center"><font face="_sans" size="8" color="#000000"><b><i>Provided by:</i></b></font></p><p align="center"><font face="_sans" size="14" color="#ff0000"><a href="http://www.thepcmanwebsite.com" target = "_top"><b><i>The PCman Website</i></b></a></font></p><p align="center"><font face="_sans" size="10" color="#ff0000"><a href="http://www.thepcmanwebsite.com" target = "_top"><b><i>fun free games-web tools-freeware</i></b></a></font></p><p align="center"><font face="_sans" size="10" color="#ff0000"><a href="http://www.thepcmanwebsite.com" target = "_top"><b><i>http://www.thepcmanwebsite.com</i></b></a></font></p>

<p align="center"><font face="_sans" size="10" color="#0000ff"><a href="http://www.thepcmanwebsite.com/affiliate_games.shtml" target = "_top"><b><i>Click here for FREE Games for your site</i></b></a></font></p>

<p align="left"><font face="_sans" size="15" color="#000000"><b><i>Objective</i></b><font size="13"><b><i>:</i></b></font></font></p><p align="left"><font face="_sans" size="13" color="#000000"><b>remove all the tiles from the </b></font></p><p align="left"><font face="_sans" size="13" color="#000000"><b>stage by clicking the matching</b></font></p><p align="left"><font face="_sans" size="13" color="#000000"><b>pairs,to choose a tile it must</b></font></p><p align="left"><font face="_sans" size="13" color="#000000"><b>be free from its right OR its</b></font></p><p align="left"><font face="_sans" size="13" color="#000000"><b>left(no tile beside it),use this</b></font></p><p align="left"><font face="_sans" size="13" color="#000000"><b>way to choose a matching</b></font></p><p align="left"><font face="_sans" size="13" color="#000000"><b>pair, and it will be removed.</b></font></p><p align="left"></p><p align="left"><font face="_sans" size="16" color="#000000"><b><i>Tiles:</i></b></font></p><p align="left"><font face="_sans" size="13" color="#000000"><b>the tiles set consists of:</b></font></p><p align="left"><font face="_sans" size="13" color="#000000"><b> </b></font></p>

<p align="left"><font face="_sans" size="13" color="#000000"><b><i>1.bamboos: </i></b><b>4 of each</b></font></p>

<p align="left"><font face="_sans" size="13" color="#000000"><b><i>2.craks:</i></b><b> 4 of each</b></font></p>

<p align="left"><font face="_sans" size="13" color="#000000"><b><i>3.dots:</i></b><b> 4 of each</b></font></p>

<p align="left"><font face="_sans" size="13" color="#000000"><b><i>4.dragons: </i></b><b>4 of each</b></font></p>

<p align="left"><font face="_sans" size="13" color="#000000"><b><i>5.winds: </i></b><b>4 of each</b></font></p>

<p align="left"><font face="_sans" size="13" color="#000000"><b><i>6.flowers:</i></b><b> 1 of each</b></font></p>

<p align="left"><font face="_sans" size="13" color="#000000"><b><i>7.seasons:</i></b><b> 1 of each</b></font></p>

<p align="left"><font face="_sans" size="16" color="#000000"><b><i>Pairs:</i></b></font></p><p align="left"><font face="_sans" size="13" color="#000000"><b>generally,the pairs must be of</b></font></p>

the same identical type(i.e. 6of
craks with 6of craks),except
with flowers and seasons ,in
which case,both tiles can be
just from the same family(i.e.
a summer tile with a spring
tile).

ActionScript [AS1/AS2]

Frame 1
function checkPressed(button) { x = _xmouse; y = _ymouse; if (button.hitTest(x, y, false)) { flip.start(); return(true); } return(false); } stop(); _root.clearScreen = false; flip = new Sound(); remove = new Sound(); fault = new Sound(); remove.attachSound("remove"); fault.attachSound("fault"); flip.attachSound("flip"); _root.layoutChoices = new Array("Volcano", "Valley", "Pyramid"); _root.bGChoices = new Array("Red grad", "Sea blue", "Blue night", "Kanji"); if (_root.choice == undefined) { _root.choice = 0; } if (_root.bChoice == undefined) { _root.bChoice = 0; } if (_root.soundStatus == undefined) { _root.soundStatus = "ON"; } _root.choosenLayout = _root.layoutChoices[_root.choice]; _root.choosenBG = _root.bGChoices[_root.bChoice];
Instance of Symbol 150 MovieClip in Frame 1
onClipEvent (load) { gotoAndStop (1); }
Instance of Symbol 153 MovieClip "start" in Frame 1
onClipEvent (mouseDown) { if (_root.checkPressed(this)) { _root.second = -1; _root.minute = 0; _root.elapsedMin = 0; _root.endTime = false; _root.gotoAndStop(2); } }
Instance of Symbol 155 MovieClip in Frame 1
onClipEvent (mouseDown) { if (_root.checkPressed(this)) { _root.gotoAndStop(3); } }
Instance of Symbol 157 MovieClip in Frame 1
onClipEvent (mouseDown) { if (_root.checkPressed(this)) { _root.gotoAndStop(4); } }
Instance of Symbol 163 MovieClip in Frame 1
onClipEvent (mouseDown) { if (_root.checkPressed(this)) { _root.gotoAndStop(5); } }
Instance of Symbol 150 MovieClip in Frame 1
onClipEvent (load) { gotoAndStop (1); }
Instance of Symbol 153 MovieClip "start" in Frame 1
onClipEvent (mouseDown) { if (_root.checkPressed(this)) { _root.second = -1; _root.minute = 0; _root.elapsedMin = 0; _root.endTime = false; _root.gotoAndStop(2); } }
Instance of Symbol 155 MovieClip in Frame 1
onClipEvent (mouseDown) { if (_root.checkPressed(this)) { _root.gotoAndStop(3); } }
Instance of Symbol 157 MovieClip in Frame 1
onClipEvent (mouseDown) { if (_root.checkPressed(this)) { _root.gotoAndStop(4); } }
Instance of Symbol 163 MovieClip in Frame 1
onClipEvent (mouseDown) { if (_root.checkPressed(this)) { _root.gotoAndStop(5); } }
Frame 2
function placer(reqTile, reqPlace) { depth = 2 * reqPlace; if (reqPlace <= 62) { layerOffsetX = -11; layerOffsetY = 15; layerPlace = reqPlace; } if ((reqPlace > 62) && (reqPlace <= 125)) { layerOffsetX = -6; layerOffsetY = 10; layerPlace = reqPlace - 63; } if ((reqPlace > 125) && (reqPlace <= 188)) { layerOffsetX = -1; layerOffsetY = 5; layerPlace = reqPlace - 126; } if ((reqPlace > 188) && (reqPlace <= 251)) { layerOffsetX = 4; layerOffsetY = 0; layerPlace = reqPlace - 189; } if ((reqPlace > 251) && (reqPlace <= 314)) { layerOffsetX = 9; layerOffsetY = -5; layerPlace = reqPlace - 252; } rowNumber = Math.floor(layerPlace / 9); colNumber = layerPlace % 9; _root.attachMovie(reqTile, reqPlace, depth); eval (reqPlace).tileType = reqTile; if ((reqTile >= 31) && (reqTile <= 34)) { eval (reqPlace).tileType = 31; } if ((reqTile >= 39) && (reqTile <= 42)) { eval (reqPlace).tileType = 39; } eval (reqPlace).place = reqPlace; eval (reqPlace).row = rowNumber; eval (reqPlace).col = colNumber; eval (reqPlace).alive = true; stageTiles.push(eval (reqPlace)); eval (reqPlace)._x = ((Stage1._x + layerOffsetX) - 10.5) - (colNumber * 21); eval (reqPlace)._y = ((Stage1._y + layerOffsetY) + 14) + (rowNumber * 28); } function move() { x = _xmouse; y = _ymouse; for (tile in stageTiles) { if (stageTiles[tile].hitTest(x, y, false)) { nextPlace = stageTiles[tile].place + 1; prevPlace = stageTiles[tile].place - 1; abovePlace = stageTiles[tile].place + 63; abovePlace2 = stageTiles[tile].place + 126; abovePlace3 = stageTiles[tile].place + 189; abovePlace4 = stageTiles[tile].place + 252; if (!((((((eval (nextPlace).alive && (eval (nextPlace).row == stageTiles[tile].row)) && (eval (prevPlace).alive && (eval (prevPlace).row == stageTiles[tile].row))) || (eval (abovePlace).alive)) || (eval (abovePlace2).alive)) || (eval (abovePlace3).alive)) || (eval (abovePlace4).alive))) { if (stageTiles[tile].place >= choosen.place) { choosen = stageTiles[tile]; } } } } choose(choosen); choosen = null; } function choose(choosenTile) { if (choosenTile != null) { if (secChoice) { if ((choosenTile.tileType == firstChoosen.tileType) && (firstChoosen != choosenTile)) { removeMovieClip(choosenTile); removeMovieClip(firstChoosen); for (tile in stageTiles) { if (!stageTiles[tile].alive) { stageTiles.splice(tile, 1); } } if (stageTiles.length == 0) { winner(); } remove.start(); } else if (firstChoosen == choosenTile) { firstChoosen.hiLight.removeMovieClip(); } else { firstChoosen.hiLight.removeMovieClip(); fault.start(); } firstChoosen = null; secChoice = false; } else { firstChoosen = choosenTile; choosenTile.attachMovie("hilight", "hiLight", choosenTile.depth + 1); choosenTile.hiLight._alpha = 50; secChoice = true; } } } function checkPressed(button) { x = _xmouse; y = _ymouse; if (button.hitTest(x, y, false)) { return(true); } return(false); } function gameOver() { _root.attachMovie("GameOver", "screen", 10000); eval (screen)._x = 104; eval (screen)._y = 110; eval (screen)._alpha = 80; eval (screen).gotoAndStop(1); removeMovieClip(eval (_root.timer)); _root.endTime = true; _root.clearScreen = true; } function winner() { _root.attachMovie("GameOver", "screen", 10000); eval (screen)._x = 104; eval (screen)._y = 110; eval (screen)._alpha = 80; eval (screen).gotoAndStop(2); removeMovieClip(eval (_root.timer)); _root.endTime = true; _root.clearScreen = true; if (_root.choosenLayout == "Volcano") { if (_root.minute < 2) { _root.rank = "CHAMPION!"; eval (screen).Lstar.gotoAndStop(1); eval (screen).Rstar.gotoAndStop(1); } if ((_root.minute > 1) && (_root.minute < 4)) { _root.rank = "Profissional"; eval (screen).Lstar.gotoAndStop(2); eval (screen).Rstar.gotoAndStop(2); } if (_root.minute >= 4) { _root.rank = "Amateur"; eval (screen).Lstar.gotoAndStop(3); eval (screen).Rstar.gotoAndStop(3); } } if (_root.choosenLayout == "Pyramid") { if (_root.minute < 2) { _root.rank = "CHAMPION!"; eval (screen).Lstar.gotoAndStop(1); eval (screen).Rstar.gotoAndStop(1); } if ((_root.minute > 1) && (_root.minute < 4)) { _root.rank = "Profissional"; eval (screen).Lstar.gotoAndStop(2); eval (screen).Rstar.gotoAndStop(2); } if (_root.minute >= 4) { _root.rank = "Amateur"; eval (screen).Lstar.gotoAndStop(3); eval (screen).Rstar.gotoAndStop(3); } } if (_root.choosenLayout == "Valley") { if (_root.minute < 2) { _root.rank = "CHAMPION!"; eval (screen).Lstar.gotoAndStop(1); eval (screen).Rstar.gotoAndStop(1); } if ((_root.minute > 1) && (_root.minute < 4)) { _root.rank = "Profissional"; eval (screen).Lstar.gotoAndStop(2); eval (screen).Rstar.gotoAndStop(2); } if (_root.minute >= 4) { _root.rank = "Amateur"; eval (screen).Lstar.gotoAndStop(3); eval (screen).Rstar.gotoAndStop(3); } } } function getHint() { for (tile in stageTiles) { } } function checkChoosable(tile) { nextPlace = tile.place + 1; prevPlace = tile.place - 1; abovePlace = tile.place + 63; } choosen = null; choosableTiles = new Array(); stop(); _root.attachMovie("timer", "timer", 9999); eval (timer)._x = 210; eval (timer)._y = 223; stageTiles = new Array(); var clearScreen; pile144 = 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, 28, 28, 28, 29, 29, 29, 29, 30, 30, 30, 30, 35, 35, 35, 35, 36, 36, 36, 36, 37, 37, 37, 37, 38, 38, 38, 38, 31, 32, 33, 34, 39, 40, 41, 42); pile84 = new Array(1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 15, 15, 16, 16, 17, 17, 18, 18, 19, 19, 20, 20, 21, 21, 22, 22, 23, 23, 24, 24, 25, 25, 26, 26, 27, 27, 28, 28, 29, 29, 30, 30, 31, 31, 32, 32, 33, 33, 34, 34, 35, 35, 36, 36, 37, 37, 38, 38, 39, 39, 40, 40, 41, 41, 42, 42); pile108 = new Array(1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 15, 15, 16, 16, 17, 17, 18, 18, 19, 19, 20, 20, 21, 21, 22, 22, 23, 23, 24, 24, 25, 25, 26, 26, 27, 27, 28, 28, 29, 29, 30, 30, 31, 31, 31, 31, 32, 32, 32, 32, 33, 33, 33, 33, 34, 34, 34, 34, 35, 35, 35, 35, 36, 36, 36, 36, 37, 37, 37, 37, 38, 38, 38, 38, 39, 39, 39, 39, 40, 40, 40, 40, 41, 41, 41, 41, 42, 42, 42, 42); Volcano = new Array(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 70, 73, 74, 75, 76, 77, 78, 79, 82, 83, 84, 85, 86, 87, 88, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 109, 110, 111, 112, 113, 114, 115, 119, 120, 121, 122, 123, 124, 137, 138, 139, 140, 141, 146, 147, 148, 149, 150, 155, 156, 157, 158, 159, 164, 165, 166, 167, 168, 173, 174, 175, 176, 177, 210, 211, 212, 219, 221, 228, 229, 230); Pyramid = new Array(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 65, 66, 67, 68, 69, 73, 74, 75, 76, 77, 78, 79, 82, 83, 84, 85, 86, 87, 88, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 109, 110, 111, 112, 113, 114, 115, 119, 120, 122, 123, 137, 138, 139, 140, 141, 146, 147, 148, 149, 150, 155, 156, 157, 158, 159, 164, 165, 166, 167, 168, 173, 174, 175, 176, 177, 210, 211, 212, 219, 220, 221, 228, 229, 230, 283, 118, 124); Valley = new Array(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 64, 65, 66, 68, 69, 70, 73, 74, 75, 77, 78, 79, 82, 83, 84, 86, 87, 88, 91, 92, 93, 95, 96, 97, 100, 101, 102, 104, 105, 106, 109, 110, 111, 113, 114, 115, 118, 119, 120, 122, 123, 124, 128, 129, 132, 133, 137, 138, 141, 142, 146, 147, 150, 151, 155, 156, 159, 160, 164, 165, 168, 169, 173, 174, 177, 178, 182, 183, 186, 187, 201, 205, 210, 214, 219, 223, 228, 232, 237, 241, 121); layout = eval (_root.choosenLayout); pile = new Array(); if (((_root.choosenLayout == "Volcano") || (_root.choosenLayout == "Valley")) || (_root.choosenLayout == "Pyramid")) { pile = pile144; } if (_root.choosenLayout == "Mountain King") { pile = pile84; } if (_root.choosenLayout == "Bloomy Spring") { pile = pile104; } for (tile in pile) { arrayElement = Math.floor(Math.random() * layout.length); place = layout[arrayElement]; placer(pile[tile], place); layout.splice(arrayElement, 1); }
Instance of Symbol 150 MovieClip "Stage1" in Frame 2
onClipEvent (load) { gotoAndStop(_root.choosenBG); } onClipEvent (mouseUp) { _root.move(); } onClipEvent (load) { _root.second = -1; _root.minute = 0; _root.elapsedMin = 0; } onClipEvent (enterFrame) { if (!_root.endTime) { beforeTime = new Date(); if (beforeTime.getSeconds() != afterTime.getSeconds()) { _root.second++; } afterTime = new Date(); if (_root.second == 59) { _root.minute++; _root.second = 0; } _root.time = (_root.minute + ":") + _root.second; } }
Instance of Symbol 171 MovieClip "quit" in Frame 2
onClipEvent (mouseDown) { if (_root.checkPressed(this)) { if (_root.clearScreen) { removeMovieClip(_root.screen); for (tile in _parent.stageTiles) { removeMovieClip(_parent.stageTiles[tile]); } _root.gotoAndStop(1); } if (!_root.clearScreen) { _root.gameOver(); } } }
Frame 3
stop();
Instance of Symbol 150 MovieClip in Frame 3
onClipEvent (load) { gotoAndStop (2); }
Instance of Symbol 171 MovieClip in Frame 3
onClipEvent (mouseDown) { if (_root.checkPressed(this)) { _root.gotoAndStop(1); } }
Instance of Symbol 177 MovieClip in Frame 3
onClipEvent (mouseDown) { if (_root.checkPressed(this)) { _root.choice++; if (_root.choice > 2) { _root.choice = 0; } _root.choosenLayout = _root.layoutChoices[_root.choice]; } }
Instance of Symbol 177 MovieClip in Frame 3
onClipEvent (mouseDown) { if (_root.checkPressed(this)) { _root.bChoice++; if (_root.bChoice > 3) { _root.bChoice = 0; } _root.choosenBG = _root.bGChoices[_root.bChoice]; } }
Instance of Symbol 177 MovieClip in Frame 3
onClipEvent (mouseDown) { if (_root.checkPressed(this)) { if (_root.soundStatus == "ON") { trace("hi"); _root.remove.setVolume(0); _root.fault.setVolume(0); _root.flip.setVolume(0); _root.soundStatus = "OFF"; } else { _root.remove.setVolume(100); _root.fault.setVolume(100); _root.flip.setVolume(100); _root.soundStatus = "ON"; } } }
Frame 4
stop();
Instance of Symbol 195 MovieClip in Frame 5
onClipEvent (mouseDown) { if (_root.checkPressed(this)) { _root.gotoAndStop(6); } }
Instance of Symbol 195 MovieClip in Frame 6
onClipEvent (mouseDown) { if (_root.checkPressed(this)) { _root.gotoAndStop(7); } }
Instance of Symbol 195 MovieClip in Frame 6
onClipEvent (mouseDown) { if (_root.checkPressed(this)) { _root.gotoAndStop(5); } }
Instance of Symbol 195 MovieClip in Frame 7
onClipEvent (mouseDown) { if (_root.checkPressed(this)) { _root.gotoAndStop(8); } }
Instance of Symbol 195 MovieClip in Frame 7
onClipEvent (mouseDown) { if (_root.checkPressed(this)) { _root.gotoAndStop(6); } }
Instance of Symbol 195 MovieClip in Frame 8
onClipEvent (mouseDown) { if (_root.checkPressed(this)) { _root.gotoAndStop(7); } }
Instance of Symbol 171 MovieClip in Frame 8
onClipEvent (mouseDown) { if (_root.checkPressed(this)) { _root.gotoAndStop(1); } }

Library Items

Symbol 1 Sound [remove]
Symbol 2 Sound [flip]
Symbol 3 Sound [fault]
Symbol 4 BitmapUsed by:5 75
Symbol 5 Graphic [edge]Uses:4Used by:7 32 35 38 41 44 47 50 53 56 59 62 65 68 71 74 77 78 81 83 85 86 87 88 89 92 95 98 101 104 107 110 113 116 119 122 125 128 131 134 137 140 143
Symbol 6 Graphic [edge]Used by:7 32 35 38 41 44 47 50 53 56 59 62 65 68 71 74 77 78 81 83 85 86 87 88 89 92 95 98 101 104 107 110 113 116 119 122 125 128 131 134 137 140 143
Symbol 7 MovieClip [edge]Uses:5 6
Symbol 8 GraphicUsed by:9 26 150
Symbol 9 MovieClip [hilight]Uses:8
Symbol 10 GraphicUsed by:26
Symbol 11 FontUsed by:12 14 19 20 161 165 174 175 178 179 183 184 185 188 189 190 193 197 198 199 200 201 202 203 204
Symbol 12 EditableTextUses:11Used by:26
Symbol 13 GraphicUsed by:26  Timeline
Symbol 14 EditableTextUses:11Used by:26
Symbol 15 FontUsed by:16 17 18
Symbol 16 EditableTextUses:15Used by:26
Symbol 17 EditableTextUses:15Used by:26
Symbol 18 EditableTextUses:15Used by:26
Symbol 19 EditableTextUses:11Used by:26
Symbol 20 EditableTextUses:11Used by:26
Symbol 21 GraphicUsed by:26
Symbol 22 GraphicUsed by:25
Symbol 23 GraphicUsed by:25
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:22 23 24Used by:26
Symbol 26 MovieClip [GameOver]Uses:10 12 13 8 14 16 17 18 19 20 21 25
Symbol 27 FontUsed by:28
Symbol 28 EditableTextUses:27Used by:29
Symbol 29 MovieClip [timer]Uses:28
Symbol 30 BitmapUsed by:31
Symbol 31 GraphicUses:30Used by:32
Symbol 32 MovieClip [31]Uses:31 5 6Used by:Timeline
Symbol 33 BitmapUsed by:34
Symbol 34 GraphicUses:33Used by:35
Symbol 35 MovieClip [32]Uses:34 5 6Used by:Timeline
Symbol 36 BitmapUsed by:37
Symbol 37 GraphicUses:36Used by:38
Symbol 38 MovieClip [33]Uses:37 5 6Used by:Timeline
Symbol 39 BitmapUsed by:40
Symbol 40 GraphicUses:39Used by:41
Symbol 41 MovieClip [34]Uses:40 5 6Used by:Timeline
Symbol 42 BitmapUsed by:43
Symbol 43 GraphicUses:42Used by:44
Symbol 44 MovieClip [39]Uses:43 5 6Used by:Timeline
Symbol 45 BitmapUsed by:46
Symbol 46 GraphicUses:45Used by:47
Symbol 47 MovieClip [40]Uses:46 5 6Used by:Timeline
Symbol 48 BitmapUsed by:49
Symbol 49 GraphicUses:48Used by:50
Symbol 50 MovieClip [41]Uses:49 5 6Used by:Timeline
Symbol 51 BitmapUsed by:52
Symbol 52 GraphicUses:51Used by:53
Symbol 53 MovieClip [42]Uses:52 5 6Used by:Timeline
Symbol 54 BitmapUsed by:55
Symbol 55 GraphicUses:54Used by:56
Symbol 56 MovieClip [35]Uses:55 5 6Used by:Timeline
Symbol 57 BitmapUsed by:58
Symbol 58 GraphicUses:57Used by:59
Symbol 59 MovieClip [36]Uses:58 5 6Used by:Timeline
Symbol 60 BitmapUsed by:61
Symbol 61 GraphicUses:60Used by:62
Symbol 62 MovieClip [37]Uses:61 5 6Used by:Timeline
Symbol 63 BitmapUsed by:64
Symbol 64 GraphicUses:63Used by:65
Symbol 65 MovieClip [38]Uses:64 5 6Used by:Timeline
Symbol 66 BitmapUsed by:67
Symbol 67 GraphicUses:66Used by:68
Symbol 68 MovieClip [30]Uses:67 5 6Used by:Timeline
Symbol 69 BitmapUsed by:70
Symbol 70 GraphicUses:69Used by:71
Symbol 71 MovieClip [29]Uses:70 5 6Used by:Timeline
Symbol 72 BitmapUsed by:73
Symbol 73 GraphicUses:72Used by:74
Symbol 74 MovieClip [28]Uses:73 5 6Used by:Timeline
Symbol 75 GraphicUses:4Used by:77 78 81 83 85 86 87 88 89
Symbol 76 GraphicUsed by:77 78
Symbol 77 MovieClip [19]Uses:75 76 5 6Used by:Timeline
Symbol 78 MovieClip [20]Uses:75 76 5 6Used by:Timeline
Symbol 79 GraphicUsed by:81 85 87
Symbol 80 GraphicUsed by:81 86 89
Symbol 81 MovieClip [21]Uses:75 79 80 5 6Used by:Timeline
Symbol 82 GraphicUsed by:83 86 87 89
Symbol 83 MovieClip [22]Uses:75 82 5 6Used by:Timeline
Symbol 84 GraphicUsed by:85 88
Symbol 85 MovieClip [23]Uses:75 79 84 5 6Used by:Timeline
Symbol 86 MovieClip [24]Uses:75 82 80 5 6Used by:Timeline
Symbol 87 MovieClip [25]Uses:75 82 79 5 6Used by:Timeline
Symbol 88 MovieClip [26]Uses:75 84 5 6Used by:Timeline
Symbol 89 MovieClip [27]Uses:75 80 82 5 6Used by:Timeline
Symbol 90 BitmapUsed by:91
Symbol 91 GraphicUses:90Used by:92
Symbol 92 MovieClip [1]Uses:91 5 6Used by:Timeline
Symbol 93 BitmapUsed by:94
Symbol 94 GraphicUses:93Used by:95
Symbol 95 MovieClip [2]Uses:94 5 6Used by:Timeline
Symbol 96 BitmapUsed by:97
Symbol 97 GraphicUses:96Used by:98
Symbol 98 MovieClip [3]Uses:97 5 6Used by:Timeline
Symbol 99 BitmapUsed by:100
Symbol 100 GraphicUses:99Used by:101
Symbol 101 MovieClip [4]Uses:100 5 6Used by:Timeline
Symbol 102 BitmapUsed by:103
Symbol 103 GraphicUses:102Used by:104
Symbol 104 MovieClip [5]Uses:103 5 6Used by:Timeline
Symbol 105 BitmapUsed by:106
Symbol 106 GraphicUses:105Used by:107
Symbol 107 MovieClip [6]Uses:106 5 6Used by:Timeline
Symbol 108 BitmapUsed by:109
Symbol 109 GraphicUses:108Used by:110
Symbol 110 MovieClip [7]Uses:109 5 6Used by:Timeline
Symbol 111 BitmapUsed by:112
Symbol 112 GraphicUses:111Used by:113
Symbol 113 MovieClip [8]Uses:112 5 6Used by:Timeline
Symbol 114 BitmapUsed by:115
Symbol 115 GraphicUses:114Used by:116
Symbol 116 MovieClip [9]Uses:115 5 6Used by:Timeline
Symbol 117 BitmapUsed by:118
Symbol 118 GraphicUses:117Used by:119
Symbol 119 MovieClip [10]Uses:118 5 6Used by:Timeline
Symbol 120 BitmapUsed by:121
Symbol 121 GraphicUses:120Used by:122
Symbol 122 MovieClip [11]Uses:121 5 6Used by:Timeline
Symbol 123 BitmapUsed by:124
Symbol 124 GraphicUses:123Used by:125
Symbol 125 MovieClip [12]Uses:124 5 6Used by:Timeline
Symbol 126 BitmapUsed by:127
Symbol 127 GraphicUses:126Used by:128
Symbol 128 MovieClip [13]Uses:127 5 6Used by:Timeline
Symbol 129 BitmapUsed by:130
Symbol 130 GraphicUses:129Used by:131
Symbol 131 MovieClip [14]Uses:130 5 6Used by:Timeline
Symbol 132 BitmapUsed by:133
Symbol 133 GraphicUses:132Used by:134
Symbol 134 MovieClip [15]Uses:133 5 6Used by:Timeline
Symbol 135 BitmapUsed by:136
Symbol 136 GraphicUses:135Used by:137
Symbol 137 MovieClip [16]Uses:136 5 6Used by:Timeline
Symbol 138 BitmapUsed by:139
Symbol 139 GraphicUses:138Used by:140
Symbol 140 MovieClip [17]Uses:139 5 6Used by:Timeline
Symbol 141 BitmapUsed by:142
Symbol 142 GraphicUses:141Used by:143
Symbol 143 MovieClip [18]Uses:142 5 6Used by:Timeline
Symbol 144 GraphicUsed by:150
Symbol 145 GraphicUsed by:150
Symbol 146 GraphicUsed by:150
Symbol 147 GraphicUsed by:150
Symbol 148 GraphicUsed by:150
Symbol 149 GraphicUsed by:150  Timeline
Symbol 150 MovieClipUses:8 144 145 146 147 148 149Used by:Timeline
Symbol 151 BitmapUsed by:152 154 156 162
Symbol 152 GraphicUses:151Used by:153
Symbol 153 MovieClipUses:152Used by:Timeline
Symbol 154 GraphicUses:151Used by:155
Symbol 155 MovieClipUses:154Used by:Timeline
Symbol 156 GraphicUses:151Used by:157
Symbol 157 MovieClipUses:156Used by:Timeline
Symbol 158 BitmapUsed by:159
Symbol 159 GraphicUses:158Used by:Timeline
Symbol 160 GraphicUsed by:Timeline
Symbol 161 EditableTextUses:11Used by:Timeline
Symbol 162 GraphicUses:151Used by:163
Symbol 163 MovieClipUses:162Used by:Timeline
Symbol 164 GraphicUsed by:Timeline
Symbol 165 EditableTextUses:11Used by:Timeline
Symbol 166 GraphicUsed by:Timeline
Symbol 167 FontUsed by:169
Symbol 168 FontUsed by:169
Symbol 169 EditableTextUses:167 168Used by:Timeline
Symbol 170 GraphicUsed by:171
Symbol 171 MovieClipUses:170Used by:Timeline
Symbol 172 GraphicUsed by:Timeline
Symbol 173 GraphicUsed by:Timeline
Symbol 174 EditableTextUses:11Used by:Timeline
Symbol 175 EditableTextUses:11Used by:Timeline
Symbol 176 GraphicUsed by:177
Symbol 177 MovieClipUses:176Used by:Timeline
Symbol 178 EditableTextUses:11Used by:Timeline
Symbol 179 EditableTextUses:11Used by:Timeline
Symbol 180 GraphicUsed by:Timeline
Symbol 181 GraphicUsed by:Timeline
Symbol 182 GraphicUsed by:Timeline
Symbol 183 EditableTextUses:11Used by:Timeline
Symbol 184 EditableTextUses:11Used by:Timeline
Symbol 185 EditableTextUses:11Used by:Timeline
Symbol 186 GraphicUsed by:Timeline
Symbol 187 GraphicUsed by:Timeline
Symbol 188 EditableTextUses:11Used by:Timeline
Symbol 189 EditableTextUses:11Used by:Timeline
Symbol 190 EditableTextUses:11Used by:Timeline
Symbol 191 GraphicUsed by:Timeline
Symbol 192 FontUsed by:205
Symbol 193 EditableTextUses:11Used by:Timeline
Symbol 194 GraphicUsed by:195
Symbol 195 MovieClipUses:194Used by:Timeline
Symbol 196 GraphicUsed by:Timeline
Symbol 197 EditableTextUses:11Used by:Timeline
Symbol 198 EditableTextUses:11Used by:Timeline
Symbol 199 EditableTextUses:11Used by:Timeline
Symbol 200 EditableTextUses:11Used by:Timeline
Symbol 201 EditableTextUses:11Used by:Timeline
Symbol 202 EditableTextUses:11Used by:Timeline
Symbol 203 EditableTextUses:11Used by:Timeline
Symbol 204 EditableTextUses:11Used by:Timeline
Symbol 205 EditableTextUses:192Used by:Timeline

Instance Names

"start"Frame 1Symbol 153 MovieClip
"start"Frame 1Symbol 153 MovieClip
"Stage1"Frame 2Symbol 150 MovieClip
"quit"Frame 2Symbol 171 MovieClip
"Lstar"Symbol 26 MovieClip [GameOver] Frame 2Symbol 25 MovieClip
"Rstar"Symbol 26 MovieClip [GameOver] Frame 2Symbol 25 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$.c$yGpsxF9epXlu/lMgjS1uC.."
ExportAssets (56)Timeline Frame 1Symbol 1 as "remove"
ExportAssets (56)Timeline Frame 1Symbol 2 as "flip"
ExportAssets (56)Timeline Frame 1Symbol 3 as "fault"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 7 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 9 as "hilight"
ExportAssets (56)Timeline Frame 1Symbol 26 as "GameOver"
ExportAssets (56)Timeline Frame 1Symbol 29 as "timer"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 32 as "31"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 35 as "32"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 38 as "33"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 41 as "34"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 44 as "39"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 47 as "40"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 50 as "41"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 53 as "42"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 56 as "35"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 59 as "36"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 62 as "37"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 65 as "38"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 68 as "30"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 71 as "29"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 74 as "28"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 77 as "19"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 78 as "20"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 81 as "21"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 83 as "22"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 85 as "23"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 86 as "24"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 87 as "25"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 88 as "26"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 89 as "27"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 92 as "1"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 95 as "2"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 98 as "3"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 101 as "4"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 104 as "5"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 107 as "6"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 110 as "7"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 113 as "8"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 116 as "9"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 119 as "10"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 122 as "11"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 125 as "12"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 128 as "13"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 131 as "14"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 134 as "15"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 137 as "16"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 140 as "17"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 5 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 6 as "edge"
ExportAssets (56)Timeline Frame 1Symbol 143 as "18"
ExportAssets (56)Timeline Frame 6Symbol 143 as "18"
ExportAssets (56)Timeline Frame 6Symbol 140 as "17"
ExportAssets (56)Timeline Frame 6Symbol 137 as "16"
ExportAssets (56)Timeline Frame 6Symbol 134 as "15"
ExportAssets (56)Timeline Frame 6Symbol 131 as "14"
ExportAssets (56)Timeline Frame 6Symbol 128 as "13"
ExportAssets (56)Timeline Frame 6Symbol 125 as "12"
ExportAssets (56)Timeline Frame 6Symbol 122 as "11"
ExportAssets (56)Timeline Frame 6Symbol 119 as "10"
ExportAssets (56)Timeline Frame 6Symbol 116 as "9"
ExportAssets (56)Timeline Frame 6Symbol 113 as "8"
ExportAssets (56)Timeline Frame 6Symbol 110 as "7"
ExportAssets (56)Timeline Frame 6Symbol 107 as "6"
ExportAssets (56)Timeline Frame 6Symbol 104 as "5"
ExportAssets (56)Timeline Frame 6Symbol 101 as "4"
ExportAssets (56)Timeline Frame 6Symbol 98 as "3"
ExportAssets (56)Timeline Frame 6Symbol 95 as "2"
ExportAssets (56)Timeline Frame 6Symbol 92 as "1"
ExportAssets (56)Timeline Frame 6Symbol 89 as "27"
ExportAssets (56)Timeline Frame 6Symbol 88 as "26"
ExportAssets (56)Timeline Frame 6Symbol 87 as "25"
ExportAssets (56)Timeline Frame 6Symbol 86 as "24"
ExportAssets (56)Timeline Frame 6Symbol 85 as "23"
ExportAssets (56)Timeline Frame 6Symbol 83 as "22"
ExportAssets (56)Timeline Frame 6Symbol 81 as "21"
ExportAssets (56)Timeline Frame 6Symbol 78 as "20"
ExportAssets (56)Timeline Frame 6Symbol 77 as "19"
ExportAssets (56)Timeline Frame 6Symbol 74 as "28"
ExportAssets (56)Timeline Frame 6Symbol 71 as "29"
ExportAssets (56)Timeline Frame 6Symbol 68 as "30"
ExportAssets (56)Timeline Frame 7Symbol 65 as "38"
ExportAssets (56)Timeline Frame 7Symbol 62 as "37"
ExportAssets (56)Timeline Frame 7Symbol 59 as "36"
ExportAssets (56)Timeline Frame 7Symbol 56 as "35"
ExportAssets (56)Timeline Frame 7Symbol 53 as "42"
ExportAssets (56)Timeline Frame 7Symbol 50 as "41"
ExportAssets (56)Timeline Frame 7Symbol 47 as "40"
ExportAssets (56)Timeline Frame 7Symbol 44 as "39"
ExportAssets (56)Timeline Frame 7Symbol 41 as "34"
ExportAssets (56)Timeline Frame 7Symbol 38 as "33"
ExportAssets (56)Timeline Frame 7Symbol 35 as "32"
ExportAssets (56)Timeline Frame 7Symbol 32 as "31"

Labels

"MainMenu"Frame 1
"GamePlay"Frame 2
"Credits"Frame 3
"Options"Frame 4
"Sea blue"Symbol 150 MovieClip Frame 4
"Red grad"Symbol 150 MovieClip Frame 5
"Blue night"Symbol 150 MovieClip Frame 6
"Kanji"Symbol 150 MovieClip Frame 7

Dynamic Text Variables

_root.timeSymbol 12 EditableText""
_root.timeSymbol 14 EditableText""
_root.rankSymbol 19 EditableText""
_root.choosenLayoutSymbol 20 EditableText""
_root.timeSymbol 28 EditableText""
_root.choosenLayoutSymbol 178 EditableText""
_root.choosenBGSymbol 179 EditableText""
_root.soundStatusSymbol 184 EditableText""




http://swfchan.com/9/42044/info.shtml
Created: 10/5 -2019 03:15:00 Last modified: 10/5 -2019 03:15:00 Server time: 05/05 -2024 10:30:09