| STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 231344 |
| /disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2623 · P5245 |
![]() | This is the info page for Flash #48473 |
| LEVEL: 1 |
| Load data |
| CREDITS Programming: Zoranan Game Design: Zoranan Music: Arcsynth, Mercury Skies Sounds http://freesoundfiles.tintagel.net/ www.grsites.com 3D Flash Animator (www.3dfa.com) Supporters Allison and Samantha (my sisters) Chase (my brother) Cameron (my best friend) My Mom and Dad (duh) NEW GROUNDS!!!! Thanks to everyone who designed a level, and sent it in! xXxAlecxXx terryquan Wolfen1414 xeuorux x-master-nl xTOXICxEMPIRE BLiZAGA burgelschnouser chickendance333 csdthegreat Epoque eyenot JO-whizard Kodman15323 LeirbagZero Quidoo luigipwnsmario Uberkewl deadlysins13 funkycaveman acez0spad3s flamingemu Special Thanks to xTOXICxEMPIRE, for giving me so many ideas on how to make the finished product. Also to Arcsynth for sending me the best quality copy of his song. And finally, to csdthegreat. For supporting me more than anyone |
| Level By: Zoranan |
ActionScript [AS1/AS2]
Frame 1setProperty("end1", _visible , 1); setProperty("viewedperson1", _visible , 1); setProperty("guy1", _visible , 0); setProperty("smoke1", _visible , 0); smoke1.gotoAndStop(1); setProperty("explosion26", _visible , 0); explosion26.gotoAndStop(1); setProperty("teleport1", _visible , 0); teleport1.gotoAndStop(1); setProperty("mainmenu1", _visible , 0); setProperty("startmenu1", _visible , 0); setProperty("credits1", _visible , 0); setProperty("options1", _visible , 0); setProperty("finishlvl1", _visible , 0); setProperty("levelauthor1", _visible , 0); setProperty("tutorial1", _visible , 0); setProperty("menu1", _visible , 0); setProperty("_1", _visible , 0); setProperty("_47", _visible , 0); setProperty("_48", _visible , 0); setProperty("_49", _visible , 0); setProperty("_50", _visible , 0); setProperty("_51", _visible , 0); setProperty("_52", _visible , 0); setProperty("_53", _visible , 0); setProperty("_54", _visible , 0); setProperty("_55", _visible , 0); setProperty("_56", _visible , 0); setProperty("_57", _visible , 0); setProperty("_58", _visible , 0); setProperty("_59", _visible , 0); setProperty("_60", _visible , 0); setProperty("_61", _visible , 0); setProperty("_62", _visible , 0); setProperty("_63", _visible , 0); setProperty("_64", _visible , 0); setProperty("_65", _visible , 0); setProperty("_66", _visible , 0); setProperty("_67", _visible , 0); setProperty("_68", _visible , 0); setProperty("_69", _visible , 0); setProperty("_70", _visible , 0); _top_depth = 1096; function start() { gotoAndPlay(1); } stage = Stage; graphics = this; portal_exit_x = 0; portal_exit_y = 0; draw_location = 33; level = 1; total_lvl = 1; guyX = 320; guyY = 240; pressedLeft = false; pressedRight = false; pressedUp = false; pressedDown = false; touched_wall = false; touched_lava = false; touched_portal = false; opened_menu = false; music_timeout = 0; playing = false; function saveGame() { save = SharedObject.getLocal("maze"); save.data.tot_lvl = total_lvl; save.flush(); } function load() { save = SharedObject.getLocal("maze"); trace(save.data.tot_lvl); loading = true; if (save.data.tot_lvl != null) { total_lvl = save.data.tot_lvl; } } function UpLVL() { if (level < (total_lvl + 1)) { level++; } } function DownLVL() { if (level > 1) { level--; } } row1 = new String("111111111111111111111111111111111"); row2 = new String("100000000000000000000000000010001"); row3 = new String("100000000000000000000000000010001"); row4 = new String("10000000000000000000000000001=001"); row5 = new String("100000000000000000000000000011111"); row6 = new String("100000000000000000000000000000001"); row7 = new String("100000000000000000000000000000001"); row8 = new String("100000000000000000000000000000001"); row9 = new String("100000000000000000000000000000001"); row10 = new String("100000000000000000000000000000001"); row11 = new String("100000000000000000000000000000001"); row12 = new String("10000000000000000P000000000000001"); row13 = new String("100000000000000000000000000000001"); row14 = new String("100000000000000000000000000000001"); row15 = new String("100000000000000000000000000000001"); row16 = new String("100000000000000000000000000000001"); row17 = new String("100000000000000000000000000000001"); row18 = new String("100000000000000000000000000000E01"); row19 = new String("100000000000000000000000000000001"); row20 = new String("100000000000000000000000000000001"); row21 = new String("100000000000000000000000000000001"); row22 = new String("100000000000000000000000000000001"); row23 = new String("100000000000000000000000000000001"); row24 = new String("100000000000000000000000000000001"); row25 = new String("111111111111111111111111111111111"); author = new String(""); row = row13; rowAbove = row12; rowBelow = row14; _root.load(); if (save.data.tot_lvl == null) { _root.startmenu1.savedata1.text = "No Save Data Found"; } if (save.data.tot_lvl != null) { _root.startmenu1.savedata1.text = "Your Highest Level is " + total_lvl; } _root.mainmenu1._visible = 1; function moveRight() { if ((Math.abs(_root.guy1._x - _root.viewedperson1._x) < 20) && (Math.abs(_root.guy1._y - _root.viewedperson1._y) < 20)) { if (row.charAt(X + 1) != "1") { _root.guy1._x = _root.guy1._x + 20; } } } function moveLeft() { if ((Math.abs(_root.guy1._x - _root.viewedperson1._x) < 20) && (Math.abs(_root.guy1._y - _root.viewedperson1._y) < 20)) { if (row.charAt(X - 1) != "1") { _root.guy1._x = _root.guy1._x - 20; } } } function moveUp() { if ((Math.abs(_root.guy1._x - _root.viewedperson1._x) < 20) && (Math.abs(_root.guy1._y - _root.viewedperson1._y) < 20)) { if (rowAbove.charAt(X) != "1") { _root.guy1._y = _root.guy1._y - 20; } } } function moveDown() { if ((Math.abs(_root.guy1._x - _root.viewedperson1._x) < 20) && (Math.abs(_root.guy1._y - _root.viewedperson1._y) < 20)) { if (rowBelow.charAt(X) != "1") { _root.guy1._y = _root.guy1._y + 20; } } } function maze() { if (level == 1) { pressedLeft = false; pressedRight = false; pressedUp = false; pressedDown = false; touched_wall = false; touched_lava = false; touched_portal = false; opened_menu = false; _root.tutorial1.tutorialslides1.showSlide("Slide 1"); author = "Zoranan"; row1 = new String("111111111111111111111111111111111"); row2 = new String("100000000000000010000000000010001"); row3 = new String("100000000000000010000000000010001"); row4 = new String("10000000000000001000000000001=001"); row5 = new String("100000000000000010000000000011111"); row6 = new String("100000000000000010000000000000001"); row7 = new String("100000000000000010000000000000001"); row8 = new String("100000000000000010000000000000001"); row9 = new String("100000000000000010000000000000001"); row10 = new String("100000000000000010000000000000001"); row11 = new String("100000000000000010000000000000001"); row12 = new String("100000000000000010000000000000001"); row13 = new String("111111111111111110000000000000001"); row14 = new String("100000000000000000000000000000001"); row15 = new String("100000000000000000000000000000001"); row16 = new String("100000000000000000000000000000001"); row17 = new String("100000000000000000000000000000001"); row18 = new String("10000000000000000P000000000000001"); row19 = new String("100000000000000000000000000000001"); row20 = new String("100000000000000000000000000000001"); row21 = new String("100000000000000000000000000000001"); row22 = new String("100000000000000000000000000000001"); row23 = new String("100000000000000000000000000000001"); row24 = new String("100000000000000000000000000000001"); row25 = new String("111111111111111111111111111111111"); } if (level == 2) { author = "Zoranan"; row1 = new String("111111111111111111111111111111111"); row2 = new String("1P1000000000000000000000000000001"); row3 = new String("101011111110000000000000000000001"); row4 = new String("101010000010000000000000000000001"); row5 = new String("101010000010000000000000000000001"); row6 = new String("101010000010000000000000000000001"); row7 = new String("100010000010000000000000000000001"); row8 = new String("111110000011111111111111111110001"); row9 = new String("100000000000000000000000000000001"); row10 = new String("100000000000000000000000000000001"); row11 = new String("100000000000000000000000000000001"); row12 = new String("100000000000000000000000000000001"); row13 = new String("100000000000000000000000000000001"); row14 = new String("100000000000000000000000000000001"); row15 = new String("100000000000000000000000000000001"); row16 = new String("1000000000000000000E0000000000001"); row17 = new String("100000000000000000000000000000001"); row18 = new String("100000000000000000000000000000001"); row19 = new String("100000000000000000000000000000001"); row20 = new String("100000000000000000000000000000001"); row21 = new String("100000000000000000000000000000001"); row22 = new String("100000000000000000000000000000001"); row23 = new String("100000000000000000000000000000001"); row24 = new String("100000000000000000000000000000001"); row25 = new String("111111111111111111111111111111111"); } if (level == 3) { author = "Zoranan"; row1 = new String("111111111111111111111111111111111"); row2 = new String("1E000000L000000000000000000000001"); row3 = new String("1LLLLLL0L000000000000000000000001"); row4 = new String("10000000L000000000000000000000001"); row5 = new String("10LLLLLLL000000000000000000001111"); row6 = new String("10L000000000000000000000000001001"); row7 = new String("10L000000000000000000000000001001"); row8 = new String("10L000000000000000000000000001001"); row9 = new String("10L000000000000000000000000001001"); row10 = new String("10L000000000000000000000000010001"); row11 = new String("100L00000000000000000000000010101"); row12 = new String("100L00000000000000000000000010101"); row13 = new String("100L00000000000000000000000010101"); row14 = new String("100L00001111100000000000000010101"); row15 = new String("100L00001000100000000000000010101"); row16 = new String("100100001010100000000000000010101"); row17 = new String("110111110010010000000000011110101"); row18 = new String("100000000100001000000000100010101"); row19 = new String("100001111100001111111000101000101"); row20 = new String("111100000000000000000111101110001"); row21 = new String("100001110000000000010000000001111"); row22 = new String("100001L100000111001L1000000100001"); row23 = new String("111111L1111111L1111L1111111L11101"); row24 = new String("1P0000000000000000000000000000001"); row25 = new String("111111111111111111111111111111111"); } if (level == 4) { author = "Zoranan"; row1 = new String("111111111111111111111111111111111"); row2 = new String("100000000000000000000000000000001"); row3 = new String("10000000L111111111111111100000001"); row4 = new String("10000L00L000000000000000L00000001"); row5 = new String("10000L00L000000000000000LLLLLLL01"); row6 = new String("10000L00L000000000000000LL0E00101"); row7 = new String("10000100L000000000000000L00000111"); row8 = new String("10000100L000000000000000L00000001"); row9 = new String("10000100L000000000LLLLLLLLLLLL001"); row10 = new String("1000100L00000000L0000000000000001"); row11 = new String("1000100LLLLLLLLL11111111111111101"); row12 = new String("100010L00000000000000000000000001"); row13 = new String("1000L0000000000000000000000000001"); row14 = new String("1000L0000000000000000000000000001"); row15 = new String("100L00000000000000000000000000001"); row16 = new String("10L000000000000000000000000000001"); row17 = new String("10L00000000000000000000000LLLLLL1"); row18 = new String("10L00000000000000000000000L000001"); row19 = new String("10L00000000000000000000000L00L001"); row20 = new String("10L00LLLLLLLLLLLLLLLLLLLLLL00L001"); row21 = new String("10L00000000000000000000000000L001"); row22 = new String("10L00000000000000000000000000L001"); row23 = new String("10LLLLLLLLLLLLLLLLLLLLLLLLLLLL001"); row24 = new String("1P0000000000000000000000000000001"); row25 = new String("111111111111111111111111111111111"); } if (level == 5) { author = "Zoranan"; row1 = new String("111111111111111111111111111111111"); row2 = new String("1P0010E01111111111111111111111111"); row3 = new String("110LLL011LLLLLLLLLLLLLLLLLLLLLLLL"); row4 = new String("1000LL000000000000000000000000001"); row5 = new String("L000LLLLLLLLLLLLLLLLLLLLLLLLLLL0L"); row6 = new String("L0000000000000000000000000000000L"); row7 = new String("LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL"); row8 = new String("100000000000000000000000000000001"); row9 = new String("10LLLLL00LL00LLLL0000000000000001"); row10 = new String("10000L00L00L0L00L0000000000000001"); row11 = new String("1000L000L00L0LLL00000000000000001"); row12 = new String("100L0000L00L0L00L0000000000000001"); row13 = new String("10LLLLL00LL00L00L0000000000000001"); row14 = new String("100000000000000000000000000000001"); row15 = new String("100000000000000000000000000000001"); row16 = new String("100000000000000000000000000000001"); row17 = new String("100000000000000000000000000000001"); row18 = new String("100000000000000000000000000000001"); row19 = new String("100000000000000000000000000000001"); row20 = new String("100000000000000000000000000000001"); row21 = new String("100000000000000000000000000000001"); row22 = new String("100000000000000000000000000000001"); row23 = new String("100000000000000000000000000000001"); row24 = new String("100000000000000000000000000000001"); row25 = new String("111111111111111111111111111111111"); } if (level == 6) { author = "Zoranan"; row1 = new String("111111111111111111111111111111111"); row2 = new String("100000000000000000000000000000001"); row3 = new String("10E000000000000000000000000000001"); row4 = new String("100000000000000000000000000000001"); row5 = new String("100000000000000000000000000000001"); row6 = new String("10000LLL0000LLL000LLL00LLL0000001"); row7 = new String("1LLLL000LLLL000LLL000LL000LL00001"); row8 = new String("100000L000000L00000L0000L0000LLL1"); row9 = new String("101111111111111111111111111111111"); row10 = new String("100000000000000000000000000000001"); row11 = new String("111111111111111111111111111111101"); row12 = new String("100000000000000000000000000000001"); row13 = new String("101L1L1L1L1L1L1L1L1L1L1L1L1L1L1L1"); row14 = new String("100000000000000000000000000000001"); row15 = new String("11L1L1L1L1L1L1L1L1L1L1L1L1L1L1L01"); row16 = new String("100000000000000000000000000000001"); row17 = new String("10LLLLLLLLLLLLLLLLLLLLLLLLLLLLLL1"); row18 = new String("100000000000000000000000000000001"); row19 = new String("1LLLLLLLLLLLLLLLLLLLLLLLLLLLLLL01"); row20 = new String("100000000000000000000000000000001"); row21 = new String("10LLLLLLLLLLLLLLLLLLLLLLLLLLLLLL1"); row22 = new String("100000000000000000000000000000001"); row23 = new String("1LLLLLLLLLLLLLLLLLLLLLLLLLLLLLL01"); row24 = new String("1P0000000000000000000000000000001"); row25 = new String("111111111111111111111111111111111"); } if (level == 7) { author = "Zoranan"; row1 = new String("0L11111111111111111111111111111L0"); row2 = new String("L0000000000000000000000000000000L"); row3 = new String("10111111111111111111111111111L101"); row4 = new String("101000000000000000000000000000L01"); row5 = new String("1010LLLLLLLLLLLLLLLLLLLLLLLL10101"); row6 = new String("101010000000000000000000000010101"); row7 = new String("101010LLLLLLLLLLLLLLLLLLLLL010101"); row8 = new String("10101010000000000000000000L010101"); row9 = new String("10101010111111111111111110L010101"); row10 = new String("10101010100000000000000010L010101"); row11 = new String("101010101011111111111L1010L010101"); row12 = new String("10101010101E00000000001010L010101"); row13 = new String("10101010101LLLLLLLLLL01010L010101"); row14 = new String("1010101010000000000000L010L010101"); row15 = new String("10101010111111111111111010L010101"); row16 = new String("10101010000000000000000010L010101"); row17 = new String("10101011111111111111111110L010101"); row18 = new String("10101000000000000000000000L010101"); row19 = new String("10101LLLLLLLLLLLLLLLLLLLLLL010101"); row20 = new String("1010000000000000000000000000L0101"); row21 = new String("101111111111111111111111111L10101"); row22 = new String("100000000000000000000000000000L01"); row23 = new String("111111111111111111111111111111101"); row24 = new String("1P0000000000000000000000000000001"); row25 = new String("011111111111111111111111111111110"); } if (level == 8) { author = "Zoranan"; row1 = new String("0L11111111111111111111111111111L0"); row2 = new String("L0000000000000000000000000000000L"); row3 = new String("10111111111111111111111111111L101"); row4 = new String("101000000000000000000000000000L01"); row5 = new String("1010LLLLLLLLLLLLLLLLLLLLLLLL10101"); row6 = new String("101010000000000000000000000010101"); row7 = new String("101010LLLLLLLLLLLLLLLLLLLLL010101"); row8 = new String("10101010000000000000000000L010101"); row9 = new String("10101010111111111111111110L010101"); row10 = new String("10101010100000000000000010L010101"); row11 = new String("101010101011111111111L1010L010101"); row12 = new String("10101010101P00000000001010L010101"); row13 = new String("10101010101LLLLLLLLLL01010L010101"); row14 = new String("1010101010000000000000L010L010101"); row15 = new String("10101010111111111111111010L010101"); row16 = new String("10101010000000000000000010L010101"); row17 = new String("10101011111111111111111110L010101"); row18 = new String("10101000000000000000000000L010101"); row19 = new String("10101LLLLLLLLLLLLLLLLLLLLLL010101"); row20 = new String("1010000000000000000000000000L0101"); row21 = new String("101111111111111111111111111L10101"); row22 = new String("100000000000000000000000000000L01"); row23 = new String("111111111111111111111111111111101"); row24 = new String("10E000000000000000000000000000001"); row25 = new String("011111111111111111111111111111110"); } if (level == 9) { author = "Samantha"; row1 = new String("111111111111111111111111111111111"); row2 = new String("100000000000000000000000000L000E1"); row3 = new String("10LLLLLLLLLLLLLLLLLLLLLLLL0L0LLLL"); row4 = new String("10L0000000000000000000000L0L00001"); row5 = new String("10L0000000000000000000000L0L00001"); row6 = new String("10L0000000000000000000000L0L00001"); row7 = new String("10L0000000000000000000000L0L00001"); row8 = new String("10L0000000000000000000000L0L00001"); row9 = new String("10L0000000000000000000000L0L00001"); row10 = new String("10L0000000000000000000000L0L00001"); row11 = new String("10L0000000000000000000000L0000001"); row12 = new String("10L0000000000000L1LLLLLLLLLLLLLL1"); row13 = new String("10L00000000000001P000000000000001"); row14 = new String("10L0LLLLLLLLLLLLL1LLLLLLLLLLLLL01"); row15 = new String("10L0L0000000000000000000000000001"); row16 = new String("10L0L0LLLLLLLLLLLLLLLLLLLLLLLLLL1"); row17 = new String("10L0L0000000000000000000000000001"); row18 = new String("10L0LLLLLLLLLLLLLLLLLLLLLLLLLLL01"); row19 = new String("10L0L0000000000000000000000000001"); row20 = new String("10L0L0LLLLLLLLLLLLLLLLLLLLLLLLLL1"); row21 = new String("10L0L0L00000000000000000000000001"); row22 = new String("10L0L0L00000000000000000000000001"); row23 = new String("10LLL0L00000000000000000000000001"); row24 = new String("L00000L00000000000000000000000001"); row25 = new String("11111L111111111111111111111111111"); } if (level == 10) { author = "Cameron"; row1 = new String("111111111111111111111111111111111"); row2 = new String("100000000000000000000000000000001"); row3 = new String("10P000000000000000000000000000001"); row4 = new String("100000000000000000000000000000001"); row5 = new String("100000000000000000000000000000001"); row6 = new String("100000000000000000000000000000001"); row7 = new String("100000000000000000000000000000001"); row8 = new String("100000000000000000000000000000001"); row9 = new String("1LLLLLLLLLLLLLLLLLLLLLLL0LLLLLLL1"); row10 = new String("100000000000000000000000000000001"); row11 = new String("11111LLL1LLLLL1L111111L1111111101"); row12 = new String("1111L1111L111L1LL1111LL0000000001"); row13 = new String("111L11111LLLLL1L1L11L1L1111000001"); row14 = new String("111L11111L111L1L11LL11L1111000001"); row15 = new String("1111L1111L111L1L111111L0000000001"); row16 = new String("11111LLL0L111L1L111111L1111111101"); row17 = new String("100000000000000000000000000000001"); row18 = new String("10LLLLLLLLLLLLLLLLLLLLLLLLLLLLL01"); row19 = new String("100000000000000000000000000000001"); row20 = new String("100000000000000000000000000000001"); row21 = new String("100000000000000000000000000000001"); row22 = new String("100000000000000000000000000000001"); row23 = new String("10000000000000000000000000000E001"); row24 = new String("100000000000000000000000000000001"); row25 = new String("111111111111111111111111111111111"); } if (level == 11) { author = "Zoranan"; row1 = new String("111111111111111111111111111111111"); row2 = new String("1P0000000000000000000000000000001"); row3 = new String("100LLLLL0L000L00LLLLL0LLLLL000001"); row4 = new String("100L00000L000L00L000L0L0000000001"); row5 = new String("100LLLLL0L000L00LLLL00LLLL0000001"); row6 = new String("1000000L0L000L00L000L0L0000000001"); row7 = new String("100LLLLL0LLLLL00L000L0L0000000001"); row8 = new String("100000000000000000000000000000001"); row9 = new String("100000000000000000000000000000001"); row10 = new String("100000000000000000000000000000001"); row11 = new String("100000000000000000000000000110001"); row12 = new String("100000000000000000000000111111001"); row13 = new String("100000000000000000000001111001001"); row14 = new String("100000000000000000000011110000001"); row15 = new String("100000000000000000000111110000001"); row16 = new String("100000000000000000000111110000001"); row17 = new String("100001111110000000001111111000001"); row18 = new String("111011111111000000011111111100001"); row19 = new String("111011111111110001111111111111001"); row20 = new String("111011111111111111111111111111111"); row21 = new String("111000011111111111111111111111111"); row22 = new String("11111101111111111111111100000E111"); row23 = new String("111111011111111111111111011111111"); row24 = new String("111111000000000000000000011111111"); row25 = new String("111111111111111111111111111111111"); } if (level == 12) { author = "Zoranan"; row1 = new String("111111111111111111111111111111111"); row2 = new String("1LLLL0L000L0000000000000000000001"); row3 = new String("1LE=1P10L0L0LLLLLLLLLLLLLLLLLLL01"); row4 = new String("1LLLL0L0L0L0000000000000000000L01"); row5 = new String("1000L0L0L0L0LLLLLLLLLLLLLLLLL0L01"); row6 = new String("10L0L0L0L0L0L000000000000000L0L01"); row7 = new String("10L0L0L0L0L0LLLLLLLLLLLLLLL0L0L01"); row8 = new String("10L0L0L0L0L0L000000000000000L0L01"); row9 = new String("10L0L0L0L0L0L0LLLLLLLLLLLLL0L0L01"); row10 = new String("10L000L0L0L0L0L+000000000000L0L01"); row11 = new String("10LLLLL0L0L0L0LLLLLLLLLLLLLLL0L01"); row12 = new String("10000000L0L0L00000000000000000L01"); row13 = new String("1LLLLLLLL0LLLLLLLLLLLLLLLLLLLLL01"); row14 = new String("1000000000L0000000000000000000001"); row15 = new String("10LLLLLLLLLLLLLLLLLLLLLLLLLLLLL01"); row16 = new String("100000000000000000000000000000001"); row17 = new String("1LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL1"); row18 = new String("100000000000000000000000000000001"); row19 = new String("100000000000000000000000000000001"); row20 = new String("100000000000000000000000000000001"); row21 = new String("100000000000000000000000000000001"); row22 = new String("100000000000000000000000000000001"); row23 = new String("100000000000000000000000000000001"); row24 = new String("100000000000000000000000000000001"); row25 = new String("111111111111111111111111111111111"); } if (level == 13) { author = "Allison"; row1 = new String("111111111111111111111111111111111"); row2 = new String("1P0000000000000000000000000000001"); row3 = new String("10L111111111111111111111111111L01"); row4 = new String("100000000000000010000000000000001"); row5 = new String("10000000000000L0101LLLLLLLLLLL101"); row6 = new String("101LLLLLLLLLL0L0L0L00000000000L01"); row7 = new String("100000000000L0L0L0L01LLLLLLL10L01"); row8 = new String("100000000000L0L0L0L0L0000000L0L01"); row9 = new String("100000000000L0L0L0L0L01LLL10L0L01"); row10 = new String("100000000000L0L0L0L0L0L000L0L0L01"); row11 = new String("100000000000L0L0L0L0L01010L0L0L01"); row12 = new String("100000000000L0L0L0L0L0L0L0L0L0L01"); row13 = new String("10001LLLLLLL10L0L0L0L0L0L0L0L0L01"); row14 = new String("1000L0000000L0L0L0L0L0L0L0L0L0L01"); row15 = new String("1000L00000E010L0L0L0L0L+L0L0L0L01"); row16 = new String("1000L0=00000L0L0L0L0L01L10L0L0L01"); row17 = new String("1000L0000000L0L0L0L0L00000L0L0L01"); row18 = new String("1000111LLLLL10L0L0L01LLLLL10L0L01"); row19 = new String("1000L000000000L0L0L000000000L0L01"); row20 = new String("10001LLLLLLLLLLL10LLLLLLLLLLL0L01"); row21 = new String("1000000000000000L0000000000000L01"); row22 = new String("10000000000000001LLLLLLLLLLLLL101"); row23 = new String("100000000000000000000000000000001"); row24 = new String("100000000000000000000000000000001"); row25 = new String("111111111111111111111111111111111"); } if (level == 14) { author = "Chase"; row1 = "111111111111111111111111111111111"; row2 = "100001100000000011000000000110001"; row3 = "100110011000001100110000011001101"; row4 = "101000000100010000001000100000011"; row5 = "110000000011100000000111000000001"; row6 = "1LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL1"; row7 = "1100001L000L011101000001011011101"; row8 = "1010010L000L010001000111010010001"; row9 = "1001100L=00L010001110101011011001"; row10 = "1001100L00EL010001010111001010001"; row11 = "1010010LLLLL011101010001011011101"; row12 = "1LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL1"; row13 = "111111111111111111111111111111111"; row14 = "1111LLLLLLL1111111111111111111111"; row15 = "1111L00000L1111111111111111111111"; row16 = "1111L0LLL0L11111111111111L1L00001"; row17 = "1111L0L0L0L111111111111111P100001"; row18 = "1111L0L0L0L11111111111111L0L00001"; row19 = "1111L0L0L0L00000000000000L0L00001"; row20 = "1111L0L0L0L00000000000000L0L00001"; row21 = "11L1L0L0L0LL0LLLLLLLLLLLLL0L00001"; row22 = "1L0LL0L0L00LLL0000000000000L00001"; row23 = "1000000L0L000000LLLLLLLLLLLLL0001"; row24 = "1+LLLLL0LLLLLLLL00000000000000001"; row25 = "111111111111111111111111111111111"; } if (level == 15) { author = "Chase"; row1 = "111111111111111111111111111111111"; row2 = "1P1E00000000000000000000000000001"; row3 = "10LLLLLLLLLLLLLLLLLLLLLLLLLLLLL01"; row4 = "10L0000000000000L000L00000000L001"; row5 = "10L0LLLLLLLLLLL0L00L00LLLLLL0L0L1"; row6 = "10L0L=0L000000L0L00L0L0000L00L001"; row7 = "10L0L00L0LLL0LL0L00L0L0000L0LLL01"; row8 = "10L0L00L0L+L00L0L00L0L0000L00L001"; row9 = "10L0L00L0L0LL0L0L0L00L0000LL0L0L1"; row10 = "10L0L00L0L0L00L0LL00L00000L00L001"; row11 = "10L0L00L0L000LL0L00L000000L0LLL01"; row12 = "10L0L00L0LLLLLL0L0L0000000L00L001"; row13 = "10L0L00L00000000L0L0000000LL0L0L1"; row14 = "10L0LL00LLLLLLLLL0LLLLLLLLL00L001"; row15 = "10L0L0L00L0000L000L000000000LLL01"; row16 = "10L0L00L00L000L0LL000LLLLLLLLL001"; row17 = "10L0L000L00L00L00L0L0L00L000L00L1"; row18 = "10L0L0000L0L00LL0L0L0LL000L000L01"; row19 = "10L0L0000L0L00L00L0L0L00LLLLLLLL1"; row20 = "10L0L0000L0L00L0LL0L000LL00000001"; row21 = "10L0L0000L0L00L00L0L00L0L00000001"; row22 = "10L0L0000L0LLLLL0L0LLLLLL00000001"; row23 = "10L0L0000L0000000L000000000000001"; row24 = "1000L0000L000000L0000000000000001"; row25 = "111111111111111111111111111111111"; } if (level == 16) { author = "Allison"; row1 = "111111111111111111111111111111111"; row2 = "1P10000000000000000000000000001+1"; row3 = "10L000000001LLLLLLLLLLL1010111111"; row4 = "10L00000000L00000000000L010000101"; row5 = "10L00000000L01LLLLLLL10L010110101"; row6 = "10L00000000L0L+000000L0L010110101"; row7 = "10L00000000L0L00000L0L0L010110101"; row8 = "10L00000000L01LLLLL10L0L010110101"; row9 = "10L00000000L000000000L0L010110101"; row10 = "10L000000001LLLLLLLLL10L010110101"; row11 = "10L00000000000000000000L010110101"; row12 = "101LLLLLLLLLLLLLLLLLLLL1110110101"; row13 = "10L000000000000000000000000110101"; row14 = "10L0LLLLL00LLLLLLLLL0001011110101"; row15 = "10L0L000100L000000000L01011110101"; row16 = "10L0L0LLLLLL0000000LLL01000010101"; row17 = "10L0L0L010000000000L0001000010101"; row18 = "10L0L0L0LLLL0000000L0101000010101"; row19 = "10LLL0L0L0000000LLLL010100111L101"; row20 = "100000L0L0LLL11LL0000101001=0E101"; row21 = "11LLL0L+L0L00000L0111101001111101"; row22 = "1000L0LLL0L00000L0100001000000001"; row23 = "1000L00000L00000L0L1111LLLLLLLLL1"; row24 = "1+00LLLLLLL+0000L0000000000000001"; row25 = "111111111111111111111111111111111"; } if (level == 17) { author = "xXxAlecxXx"; row1 = "111111111111111111111111111111111"; row2 = "1000000000000000000000000000000=1"; row3 = "100000000000000000000000000000001"; row4 = "10000000000000000+000000000000001"; row5 = "10000000000000+000000000000000001"; row6 = "1000000000+00000+0+00000000000001"; row7 = "100000000000+0+0+0000000000000001"; row8 = "10000000++000+++000+0000000000001"; row9 = "10000P+000+++0+++0000000000000001"; row10 = "100001000+0+0+00++000000000000001"; row11 = "1000000000000+00+0000000000000001"; row12 = "1000000000+0++000+000000000000001"; row13 = "10000000000000++00+00000000000001"; row14 = "1000000000000000+0000000000000001"; row15 = "10001100000000+000000000000000001"; row16 = "100011000000000000000000000000001"; row17 = "100000000000000000000000000000001"; row18 = "100000000000000000000000000000001"; row19 = "100000000000000000000000000000001"; row20 = "100010000000000000000000000000001"; row21 = "100011000000000000000000000000001"; row22 = "100011100000000000000000000000001"; row23 = "10L0111100L0L0L0L0L0L0LL0LLL0L0E1"; row24 = "1LLL11111LLLLLLLLLLLLLLLLLLLLLLL1"; row25 = "111111111111111111111111111111111"; } if (level == 18) { author = "terryquan"; row1 = "111111111111111111111111111111111"; row2 = "1000000000000000L00000000L0000001"; row3 = "10LLLLLLLLLLLLL0L0LLLLLL0L0L0E001"; row4 = "10LLLLLLLLLLL0L0L0L0000L0L0LLLLL1"; row5 = "10L00000000000L0L0LL000L0L00000L1"; row6 = "10L0LLLLLLL000L0L00L0LLL0L0LLL0L1"; row7 = "10LLLLLL000000L0L00L00000L00L0001"; row8 = "1000000L000000L0LL0LLL0LLL0LLLL01"; row9 = "1LLLLL0L000000L00L000L0L000000L01"; row10 = "1000LL0LLLLLLLLL0LLL0L0LLL0000L01"; row11 = "10L0L000000L000L000L0L000L0000L01"; row12 = "10L0LLLL0L0L0L0LLL0L0LL00LLLLLL01"; row13 = "10L0000L0L0L0L000L0L00LL000000001"; row14 = "10LLLL0L0L0L0LLL0L0LL00LLLLLLLLL1"; row15 = "1000L00L0L00000L0L00L00000000L001"; row16 = "10L0L0LLLLLLLL0L0L00L0LLLLLL0L001"; row17 = "10L0L0000L000L0L0L0LL000L0000L001"; row18 = "10L0LLLL0L0L0L0L0L0LLLL0L0LLLL001"; row19 = "10L000000L0L0L0L0L0000L0L0L000001"; row20 = "10LLL1110L0L000L0L0LL0L0L0L000001"; row21 = "10000001000LLLLL0L0LL0L0L0L000001"; row22 = "11111101LLLL000L0L0LL0L0L0L000001"; row23 = "100P00010000000L000LL0LLL0L000001"; row24 = "111111110000000LLLLLL00000L000001"; row25 = "111111111111111111111111111111111"; } if (level == 19) { author = "Wolfen1414"; row1 = "111111111111111111111111111111111"; row2 = "1P00000000000000111111000000010E1"; row3 = "111111111111111011000001111101011"; row4 = "100010001100000011011111000100011"; row5 = "101010101101111111010001010111111"; row6 = "101010101100001L11010101010000001"; row7 = "101010101111101L11010101011111101"; row8 = "101000100000001L11010101010000001"; row9 = "101111111111111L11010101010111111"; row10 = "100000000000000+11000100010000001"; row11 = "111111111111111111111111111111101"; row12 = "100000000000000011000000000001001"; row13 = "100000000000000011011111111101001"; row14 = "100000000000000011010001000101011"; row15 = "100000000000000011000101010101001"; row16 = "100000000000000011111101010101001"; row17 = "100000000000000011001001010101001"; row18 = "100000000000000011001011010101011"; row19 = "100000000000000011001010010101001"; row20 = "100000000000000011001010110100101"; row21 = "100000000000000011001010110110101"; row22 = "100000000000000011001000110010101"; row23 = "100000000000000011111111111010101"; row24 = "100000000000000011=00000000010001"; row25 = "111111111111111111111111111111111"; } if (level == 20) { author = "xeuorux"; row1 = "111111111111111111111111111111111"; row2 = "10000+L00010000000001000100010001"; row3 = "10L1L1L0L0L010L0L0L0L010L010L0101"; row4 = "100000L01010L00L0L0L00L010L010L01"; row5 = "111110L0L0L010L0L0L0L010L010L0101"; row6 = "100000L01010L00L0L0L00L010L010L01"; row7 = "10LLLLL0L0L010L0L0L0L010L010L0101"; row8 = "100000L+1010L00L0L0L00L010L010L01"; row9 = "1LLLL00L100010L0L0L0L010L010L0101"; row10 = "1000LL0L11L1L00L000000L000L000L01"; row11 = "1LLLL00L100010L00L1L1L1L1L1L1L101"; row12 = "100000L010L0L00001000000000000001"; row13 = "10LLLLL110101L1L1L10L1L1L1L1L1L11"; row14 = "100000000010000000L00000000000001"; row15 = "1LLLL011111111L1L011L1L1L1L1L1L01"; row16 = "1000L010000=100010L00000000000001"; row17 = "1010L010LLL01010L010L1L1L1L1L1L11"; row18 = "1010L010LLL010L010L00000000000001"; row19 = "1010L010LLL01010L011L1L1L1L1L1L01"; row20 = "1010L010LLL010L010L0000L000000001"; row21 = "1010L010LLL010100010010101L1L1L11"; row22 = "10100010LLL010L1L1L0010L000000001"; row23 = "10111110LLL0100L000L0101L1L1L1L01"; row24 = "1P1E000000001L000L000100000000001"; row25 = "111111111111111111111111111111111"; } if (level == 21) { author = "x-master-nl"; row1 = "1L1L1L1L1L1L1L1L1L1L1L11111111111"; row2 = "L00000000000000000000000000000001"; row3 = "10101010L1L1L1L1L1L1L1L1011110101"; row4 = "L0L0L0010000000000000000100001001"; row5 = "10101010001L1L1L1L1L1L00101110011"; row6 = "L0L0L0L00L00000000000010100001001"; row7 = "1L1010101000L1L1L1L100L0011101101"; row8 = "L0L1L0L0L00100000000L010100001001"; row9 = "1010001010L00L1L1L0010L0000110011"; row10 = "L0L0L1L0L010L0000010L010101000001"; row11 = "1010101010L0101L00L010L0101011001"; row12 = "L000L000L010L0001010L010101000101"; row13 = "101L101010L00L10L0L010L0101001001"; row14 = "L0L0L1L0L01000001010L01L100100111"; row15 = "101010101001L1L100L010L0010100001"; row16 = "L000L0L1L00000000010L010010011001"; row17 = "101000100L1L1L1L1L0010L0010000101"; row18 = "L0L0L0L0000000000000L010010011001"; do { stop(); } } if (level == 22) { author = "xTOXICxEMPIRE"; row1 = "L11L1L11L1LL111LL11L1LL111L111111"; row2 = "L+11000100LL00L00L0L0000000010001"; row3 = "L00001010L0L0L0L0000L00LL00010E01"; row4 = "111111L1L00000LL00L00L000L0010001"; row5 = "100001L1L0L0L00000L0L000L00L10111"; row6 = "11110101+0L111L00L000L0L0LLLL0001"; row7 = "1P0000011110001LLL00L000000L10L01"; row8 = "10011010100010001L000L00L0L00L00L"; row9 = "1111000LLL1101100000L000L0L00LL01"; row10 = "L000011111001000100L0L0LL0000100L"; row11 = "10100100000000101LL000000L0L00001"; row12 = "L011110L111101001000L00L00LLLLL01"; row13 = "1000010100010010LL0L0LL0L1000010L"; row14 = "1001010101011000100LL0L00010000L1"; row15 = "10L10L000L0111L1LL0L000010001L001"; row16 = "L00101111101L000L0010L0LLL10L000L"; row17 = "1L01000000010LL1010L0000000100L01"; row18 = "10L111111110L0L0L101L0L1L0L00L011"; row19 = "LL0L011110L0000LL0000000000100L0L"; row20 = "L0L1L1010L0L0L000L00L101L001L000L"; row21 = "1100001LL0000L0L00LLL0L010LL0L0LL"; row22 = "L00=0L0LLL0L00L00L000L001L1L0L001"; row23 = "L1L00000L000L00L000L01L011100L0L1"; row24 = "LL1010L000L000L000L00000000000001"; row25 = "LLL1L11L111L11L1L11L1111LL111L111"; } if (level == 23) { author = "BLiZAGA"; row1 = "111111111111111111111111111111111"; row2 = "1000000010000000000011L01111001L1"; row3 = "100111000000111001001010000001101"; row4 = "101000110111000110010001110010001"; row5 = "101010010100010110110100111000111"; row6 = "101011000001010100000100101101001"; row7 = "1+100L11101001L110110010001100011"; row8 = "111111000110011000101100100000101"; row9 = "100000010111000010000001100101101"; row10 = "101101100100111111010010101101001"; row11 = "100101000000100001111011101111111"; row12 = "110101011110101100000000000000001"; row13 = "11100000100000P101111111111111101"; row14 = "101010101011110101L1001111011L101"; row15 = "111001101000110100000000000010101"; row16 = "100000000010001011101100101110101"; row17 = "101110101110000100001101001010101"; row18 = "111000001000111110111001100010101"; row19 = "100001010011100010110011101010101"; row20 = "1011010001=0001000100100001000101"; row21 = "111011111111111111111111111110101"; row22 = "100000000000000000000000000000101"; row23 = "110111111111111111111111111111L01"; row24 = "1E01L0000000000000000000000000001"; row25 = "111111111111111111111111111111111"; } if (level == 24) { author = "burgelschnouser"; row1 = "111111111111111111111111111111111"; row2 = "1111110L000001100100001000L00L0L1"; row3 = "11P10L000L0L00L0LL010L01111111111"; row4 = "11010010000L000010001101=000LL111"; row5 = "11011L01111111111111111111100LL11"; row6 = "11010001+000000000000000001000111"; row7 = "1101L0L1L110111111110100111001111"; row8 = "110111111110100000010111110011LL1"; row9 = "110000100110100000000100010111LL1"; row10 = "1100000011001001111001000000L1LL1"; row11 = "1110L01110011001LL000101011111LL1"; row12 = "11110011L0110000LL100101110LL1LL1"; row13 = "11110111101L000011100L0LL001L1111"; row14 = "1LL100000000000000000100L00001111"; row15 = "1LL100111111111110000101110100001"; row16 = "1LL100000000011111010101100100001"; row17 = "1LL11000000001L101110101100110101"; row18 = "1LL100010011000000010001110100001"; row19 = "1111001101111111100010110001L0001"; row20 = "100000010001000011000110+00111101"; row21 = "101L1001L000010001100111000000101"; row22 = "101111111111110111010011100011101"; row23 = "1010100000L111000111100100101E101"; row24 = "1000000000000000000+1100010010001"; row25 = "111111111111111111111111111111111"; } if (level == 25) { author = "chickendance333"; row1 = "111111111111111111111111111111111"; row2 = "1P00000000100000000000000000000+1"; row3 = "100000001010111111111111111111111"; row4 = "1111111010101LLL10000000000000001"; row5 = "1L00010010101L=L10001111111111101"; row6 = "1111010010101LLL1000100000000+101"; row7 = "111100001010111110001101111111101"; row8 = "100001001000100000001100000000001"; row9 = "101111111011101111111101111111111"; row10 = "10100000101L101000010101000000001"; row11 = "101011100010101000000101011111101"; row12 = "101010111110101000000101010000101"; row13 = "101010000000101110100101010110101"; row14 = "101010111111100010101101010110101"; row15 = "101110100000000010100001010110101"; row16 = "100000100110111110111111010110101"; row17 = "1101111001001+0000100000010110101"; row18 = "100000000100111000101111110110101"; row19 = "11011111110010111110+000000110101"; row20 = "1001000000001E0000000111111110101"; row21 = "101101111111111111111100000000101"; row22 = "100100000000000000000001111111101"; row23 = "100111111111111111111100000000001"; row24 = "1000000000000+1000000111111111111"; row25 = "111111111111111111111111111111111"; } if (level == 26) { author = "csdthegreat"; row1 = "L1LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL"; row2 = "1P0LL0L00L000000000000000LL000LLL"; row3 = "L10LL0LL000LLLL0LLLLL0LL0LL0L000L"; row4 = "LL00L0LLLL0L00000L00L00L0LL0LLL0L"; row5 = "LLL0L0000L0L0LLLLLL0LL0L0L00LLL0L"; row6 = "L+L0L0LL0L0L000000L00L0L0L0LLLL0L"; row7 = "L0L0L0L00LLLLLLLL0LL0L0L0L00L000L"; row8 = "L0L0L0L0LL000000L00L0L0L0LL0L0LLL"; row9 = "L0L0L0L00L0L0LLLLL0L000L0000L0LLL"; row10 = "L0L000LL0L0L0L000L0LLLLLLLLLL00LL"; row11 = "L0LLLLLL0L0L0L0L0L0L00000000LL00L"; row12 = "L0LL00000L0L0L0L0L0L0LLLLLL00000L"; row13 = "L00L0LLLLL0L0LLL0L0L0L000LLLLLLLL"; row14 = "LL0L0000000L00000L0L000L0000L000L"; row15 = "L00L0LLLLLLL0LLLLL0LLLLLLLL0L0L0L"; row16 = "L0LL0LLLLLLL0L000L000000L=L000L0L"; row17 = "L00L0000L+000L0L0L0LLLL0L0LLLLL0L"; row18 = "LL0LLLL0LLLLLL0L0L0L0000L00L0000L"; row19 = "L00L0000L000L00L0L0L0LLLLL0L0LLLL"; row20 = "L0LL0LL000L0L0LL0L0L0L000L0L0000L"; row21 = "L00L0LLLLLL0L0L00L0L0L0L0L0LLLL0L"; row22 = "LL0L0L000000L0L0LL0L0L0L0L0000L0L"; row23 = "LL000L0LLLLLL0L0LL0L0L0L0LLLL0L0L"; row24 = "LLLLLL00000000L0000L000L000000LEL"; row25 = "LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL"; } if (level == 27) { author = "Epoque"; row1 = "111111111111111111111111111111111"; row2 = "1E1P100000000001000L0010000110001"; row3 = "10101011111111010111100011L01L101"; row4 = "1=10L00000L001010000101110101L101"; row5 = "1L1010111111010001100000101011101"; row6 = "1L101010011101L100111L10111000001"; row7 = "1L1010100011010100000010000011101"; row8 = "101010101001010111111110111010101"; row9 = "101010101111010100000000101010101"; row10 = "101010101111010001111110101010101"; row11 = "100010001001010111000L10001010101"; row12 = "1011101010000101000111101L0010101"; row13 = "10100010111101000101L111111010101"; row14 = "1010101000000101L1000010000010101"; row15 = "1000101110111101L1011110101110101"; row16 = "1010100000000001L1000000101000101"; row17 = "1010111111111111111L11101L1101101"; row18 = "1010000000000000001010001+0001001"; row19 = "101011101111111110001010111111001"; row20 = "1010010L+000000010101L1000000L001"; row21 = "10110111111L101110111011111101101"; row22 = "100100000010101000000000000001001"; row23 = "110111110110101111111111111111011"; row24 = "1100000000001000000000000000000L1"; row25 = "111111111111111111111111111111111"; } if (level == 28) { author = "eyenot"; row1 = "111111111111111111111111111111111"; row2 = "100010000000000L00000L00000000001"; row3 = "10E011111001010101010010110110+01"; row4 = "1000L0000110011111011010100100001"; row5 = "101LL0110000010001000010101111111"; row6 = "101010001111110101111010100010001"; row7 = "101011101000000100000010001010101"; row8 = "101000001011110111111110111010101"; row9 = "101011101000010100000000101010101"; row10 = "101000111111010110111111100000101"; row11 = "1010101000000101L0000000000100101"; row12 = "1011101010111101101111111111L1101"; row13 = "1010001000010000=01L1000000100001"; row14 = "10101000100101L10P000011010101111"; row15 = "10111L111111011101101001010100001"; row16 = "10010000100001000L100111111110101"; row17 = "110101101011110101111100010000101"; row18 = "100100100000010100100001000110101"; row19 = "101110111111010110101111111100001"; row20 = "100010010000010100100100000101011"; row21 = "11101111L111110101111101111101001"; row22 = "100010000000000100L00001000001001"; row23 = "10+011111111111111101101011111+01"; row24 = "100000000000000000000100000001001"; row25 = "111111111111111111111111111111111"; } if (level == 29) { author = "JO-whizard"; row1 = "111111111111111111111111111111111"; row2 = "100000L0+0+0000+0000+0+0L000L0001"; row3 = "10L0L0LL0L01111011110L0LL0L0L0L01"; row4 = "10L0L0000L00000000000L0000L0L0L01"; row5 = "10L0L0LL0L01111011110L0LL0L0L0L01"; row6 = "10L0L0L00L00000000000L00L0L0L0L01"; row7 = "10L0L0L00L01111011110L00L0L0L0L01"; row8 = "10L0L0L00L00001010000L00L0L0L0L01"; row9 = "10L0L0LL0L0LL01010L0LL0LL0L0L0L01"; row10 = "10L0L0000000L01010L0L00000L000L01"; row11 = "10L0LLL0L0L0L01010L0L0L0L0LLL0L01"; row12 = "10L00000L0L0L01P10L0L0L0L00000L01"; row13 = "10L0LLLLL0L0L01110L0L0L0L0LLLLL01"; row14 = "10L0000000L0L00000L0L0L0L00000L01"; row15 = "10L0LLLLLLL0LLL0LLL000L0LLLLL0L01"; row16 = "10L00000000000000000LLL0000000L01"; row17 = "10LLLLLLLLLLLLLLLLLLLLLLLLLLLLL01"; row18 = "10000L00000L+LLL000LLL0L000L00001"; row19 = "1LLL0L0L000L0L000L00000L0LLL0LLL1"; row20 = "10000L0L0LLL0L0L0L0LLL0L0000000L1"; row21 = "10LL000L0L00000L0L0L+L0L0L0LLL0L1"; row22 = "10L0LLLL0LLLLLLL0L000L0L0L0L0L0L1"; row23 = "10L0000000000L000L0L0L0L0L0L=L+L1"; row24 = "1000LLLLLLL0+L0E0L+L+L000L+LLLLL1"; row25 = "111111111111111111111111111111111"; } if (level == 30) { author = "Kodman15323"; row1 = "111111111111111111111111111111111"; row2 = "10000P1E0000000000000000000000LL1"; row3 = "10111111LL0LL0LL01111111111LL00L1"; row4 = "1000010111111111L11LLLLLLL11LL0L1"; row5 = "11110100000000011111111L1111LL001"; row6 = "100101011011111L10001L1111L11LL01"; row7 = "111101011000001L11001L1L1+L111101"; row8 = "100001011111101LL1001110001L1L101"; row9 = "101111011111101L110011L0001L1L101"; row10 = "100000011000001100000110L11111101"; row11 = "111111111000100101000010110001101"; row12 = "11=0000L10001001L1100000110101101"; row13 = "1110000011111101L110110010010L101"; row14 = "1LL010100000L101L1001000001100101"; row15 = "1111101111011101110110000011L0101"; row16 = "1LL0000LL10100000100L011000L00101"; row17 = "111110111L01111001L0001100000L101"; row18 = "1LLL101LL001000001L0L000000L0L101"; row19 = "1L11100000L100111110L111111111101"; row20 = "1L11000L00L11000010011LLLLLLLLL01"; row21 = "1LL1001LL0L11110011001LL0LL0LL001"; row22 = "1L1101111LL10000000001LL0L00000L1"; row23 = "111001001111111111111100000L0LLL1"; row24 = "10000000000000000000000LLL0L0LLL1"; row25 = "111111111111111111111111111111111"; } if (level == 31) { author = "LeirbagZero"; row1 = "1LLL11111111111111111111111111111"; row2 = "1010000LL1000000000L00L0000000001"; row3 = "1001000LL100L000L0000L00000000001"; row4 = "100P0LLLL000L000L00L0000LLLLLLL01"; row5 = "10010L0+LL00LLLLLLLLLLLLLLL101LL1"; row6 = "10010L1L0LL000000000000000L000L01"; row7 = "10110L0L0L0000000L00000000L0+0001"; row8 = "1L000L00LL0000000L11111110LLLLLL1"; row9 = "100LLL0LLL0000000L000000000L1LLL1"; row10 = "10LLLL0L1L0LLLLLLL000LL0L0LL1LLL1"; row11 = "101110000L0LLLLLLL0000010L01LLLL1"; row12 = "100000110L00000LLL00000L0L1LLLLL1"; row13 = "1LLLLLLL0LLLLL0LLL00000L010000001"; row14 = "1000000L01+00000LL0000L0010LLLL01"; row15 = "1+00000L0LL110000L000L00100LL1001"; row16 = "1LLLLL0L000011110L000000L0LLL1L01"; row17 = "1000+L0L000000010L0L0001L00001L01"; row18 = "10LLLL0L00L0L0010LL00001LLLL0L001"; row19 = "10L0000L00000001110L001LLL0000L01"; row20 = "10LLL11L00000L0001L0001LLL0LL1001"; row21 = "1000000L1111111L0000011LLL00L1001"; row22 = "10L0000L0000000001001LLLLLL001101"; row23 = "10LLLL00000000000LL1LLLLLLLL0=101"; row24 = "10000L0L0000000LLLLLLLLLLLLLL11E1"; row25 = "111111111111111111111111111111111"; } if (level == 32) { author = "Quidoo"; row1 = "111111111111111111111111111111111"; row2 = "1P1000100010001L0=01LLLLL0000L001"; row3 = "101010101010L01L0101L000L0LL0L0L1"; row4 = "101010101010L01L0101L0L0L0LL0L0L1"; row5 = "101010101010001L0101L0L0L00L0L0L1"; row6 = "101110101010101L0101L0L0LLLL000L1"; row7 = "100000001000101L0101L0L000000L0L1"; row8 = "1111101110L0101L010000L0LLLL0L0L1"; row9 = "1000100000001011011LLLL0LLLL0L+L1"; row10 = "101010LL0110101000111110LLLL0LLL1"; row11 = "101010LL01001000+0100010L00000001"; row12 = "1010000001111010001010+0L0LL0L001"; row13 = "101111111100001101101010L0L00L001"; row14 = "100000000001111000101010L0L0LL001"; row15 = "101010111111LL1010001010L0L0LLLL1"; row16 = "10L0L0LLLLLLLL1011111010L0L0LLLL1"; row17 = "10L0L0LLLLLLLL1010001010LLL0LLLL1"; row18 = "101010111111111010101010LL0000L01"; row19 = "100000000000001011101011111110L01"; row20 = "11111111110LL01000101000000010L01"; row21 = "1LLLLLLLL10LL01010101111111010L01"; row22 = "100000000000001010100000001010001"; row23 = "10110111110LL01010111011111011101"; row24 = "10+10000000LL000100000000010001E1"; row25 = "111111111111111111111111111111111"; } if (level == 33) { author = "luigipwnsmario"; row1 = "111111111111111111111111111111111"; row2 = "1PLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL1"; row3 = "1+1000000000000000=00001111111111"; row4 = "1L0100000000000000000010000000001"; row5 = "1L00100000000+0000000100000000001"; row6 = "1L0001000000000000001000000000001"; row7 = "1L0000100000000000000000000000001"; row8 = "1L0000010000000000100000000000001"; row9 = "1L0000001000000001000000000000001"; row10 = "1L0000000100000010000000000000001"; row11 = "1L0000000010000100000000000000001"; row12 = "1L000+000001001000000000000000001"; row13 = "1L0000000000110000000000000000001"; row14 = "1L0000000000110000000000000000001"; row15 = "1L0000000001001000000000000000001"; row16 = "1L0000000010000100000000000000001"; row17 = "1L0000000100000010000000000000001"; row18 = "1L0000001000000001000000000000001"; row19 = "1L0000010000000000100000000000001"; row20 = "1L0000100000000000010000000000001"; row21 = "1L00010000000+0000001000000000001"; row22 = "1L0010000000000000000100000000001"; row23 = "1L0100000000000000000010000000001"; row24 = "1L10000000000000000000011111111E1"; row25 = "111111111111111111111111111111111"; } if (level == 34) { author = "Uberkewl"; row1 = "111111111111111111111111111111111"; row2 = "11P1000000000000000L0000000L00001"; row3 = "1L0L0LLLLLLLLLLLLL0L0LLLLL0L00001"; row4 = "1L0L0000000000000L0L00000L0L00001"; row5 = "1=0LLLLLLLLLLLLL0L0L0LLL0L0LLLLL1"; row6 = "1L0000000000000L0L0L0L000L00000L1"; row7 = "1L0LLLLLLLLLLL0L0L0L0LLL0LLLLL0L1"; row8 = "1L00000000000L0L0L0L000L00000L0L1"; row9 = "1L0LLLLLLLLL0L0L0L0L0L0L+LLL0L001"; row10 = "1L000000000L0L0L0L0L0L00000L0LL01"; row11 = "1L0LLLLLLL0L0L0L0L0L0LLLLL0L00001"; row12 = "1L0000000L+L0L0L0L0L0LLLLL0LLLL+1"; row13 = "1LLLLLLL0LLL0L0L0L0L00LLLL0000001"; row14 = "1+0000000L000L0L0L0L00000LLLLLL01"; row15 = "1LLLLLLLLLLLLL0L0L0L0LLL0L0000L01"; row16 = "100000000000000L0L0L00000L0L00L01"; row17 = "10LLLLLLLLLLLLLL0L0L000LLL0L+0L01"; row18 = "10L00+000L00000L0L0L0L0L000LLLL01"; row19 = "10L0LL000L0LLL0L0L0L000L0L000+L01"; row20 = "1000LL0L0L0L00000L0L000L0L000LL01"; row21 = "10LLLL0L0L0L0LLLLL0L0L000L0LLLL01"; row22 = "10000L0L0L0L0L0LLL0L0LLLLL0000L01"; row23 = "1LLL0L0L0L0L0L000LLL0L00000000L01"; row24 = "1000000L000L000L00000L00000LLLLE1"; row25 = "111111111111111111111111111111111"; } if (level == 35) { author = "deadlysins13"; row1 = "111111111111111111111111111111111"; row2 = "1P1LLLL0000000001L011100001000001"; row3 = "101L111L11110110110111L1101111111"; row4 = "101L1LLL1111011011011101111100001"; row5 = "101111111111010011011101100001111"; row6 = "100000000000010011011100001101001"; row7 = "1011111111111101110000010LL101111"; row8 = "1000010000001L0000000111011100001"; row9 = "101101011110111111100LL1010101101"; row10 = "101100001010000L0LLLLLL1010001101"; row11 = "1011111010001111L11111LL011L11111"; row12 = "1011L11010101101L10001LL010000001"; row13 = "1011LLL010101L01L1010LLL010111101"; row14 = "1011111110101L11LL010000010100001"; row15 = "10111000001010L0LLE1L1LL11010LLL1"; row16 = "101111101000110111L11000000100001"; row17 = "1000001011101101110110111101LLL01"; row18 = "111110001LL0110111010011110100001"; row19 = "11111110111LL10L00010111110101111"; row20 = "11000+1011LLL100L1010100000100001"; row21 = "11011L101111110111010101110111101"; row22 = "1L011L101LLLL10100011101110100001"; row23 = "110111101LLLL10111111101110101111"; row24 = "110000000LLLLLLL000000000001000=1"; row25 = "111111111111111111111111111111111"; } if (level == 36) { author = "funkycaveman"; row1 = "111111111111111111111111111111111"; row2 = "1P110000000000000100000101000104L"; row3 = "101000L0000LL10100000001+00000001"; row4 = "101100L00110001010000010000100001"; row5 = "101000L001010L00100100L0010000001"; row6 = "101000L00000100011100L00000000011"; row7 = "101011L00000001000001011111101101"; row8 = "101000L00001010000000L00000000001"; row9 = "101000L00000001000000000000011101"; row10 = "101000L11111111111111111011111001"; row11 = "101000L=000000000000000111+000001"; row12 = "101001L+LLLLLLLLLLLLLLELLLLLLLLL1"; row13 = "101100L01000000000000100000001+01"; row14 = "101000L01000000011111111101011101"; row15 = "101011L01110111111101011111111101"; row16 = "101000L10000000100000000000000001"; row17 = "101110L00100110000100010001001011"; row18 = "100000L0000010000L000001100000001"; row19 = "101110L1110100101000L100000000101"; row20 = "101000L00000001000000010000001001"; row21 = "101011L00011001000010000110101001"; row22 = "101000L1000011000000001L001000001"; row23 = "101110L001000000000001+0L00010001"; row24 = "101000000100001000001001000100001"; row25 = "111111111111111111111111111111111"; } if (level == 37) { author = "acez0spad3s"; row1 = "111111111111111111111111111111111"; row2 = "1++00000000000+++++000+00+00000E1"; row3 = "1+00+000000000000000+000+++++0LL1"; row4 = "10++1+000++++++++++000+0000000001"; row5 = "10001+000111111111111111111111111"; row6 = "1LL01+L00100010000000001000000001"; row7 = "10001+L10L010L0000000001000000001"; row8 = "10LL1+LL010L01000110LLLL000000001"; row9 = "10001+L10L010L011LL000000LL000001"; row10 = "1LL01+LL010L0101L11LLLLLL++LLLL01"; row11 = "10001+L10L010L01L11L0000L++L00001"; row12 = "10LL1+LL010L01010LL000000LL00LLL1"; row13 = "10001+L10L010L0110000++00000L0001"; row14 = "1LL01+LL010L01001000+LL+LLLLL0001"; row15 = "10001+L10L010L001000+LL+000000001"; row16 = "10LL1+LL010L010010000++0000000001"; row17 = "10001+L10001000010000000000000001"; row18 = "1LL01LLLLLLLLLLLLLLL+00+LLLLLLLL1"; row19 = "1L00100000000000000000000000000L1"; row20 = "1L=L100000000000000000000000000L1"; row21 = "1111111111111111111111111111100L1"; row22 = "100LLLLLLLL0+0+0+0+0+000L000000L1"; row23 = "1000000000000000000000L000L0000L1"; row24 = "1P0000L0LLL0+0+0+0+0+000L000LLLL1"; row25 = "111111111111111111111111111111111"; } if (level == 38) { author = "flamingemu"; row1 = "111111111LLL11LLL1111LL1111111111"; row2 = "1P1E0=1000000000000010L0000000001"; row3 = "101L11111L0L11L0L111L0L0000000001"; row4 = "101000000101L110110000L0000000001"; row5 = "1010110101010010100111L0000000001"; row6 = "101010010L0L101010010000000000001"; row7 = "1000L0110000000010011111000000001"; row8 = "11111001L0L11111100000011L1000001"; row9 = "L0001L01100000L011111100001000001"; row10 = "101000011111111000000L01101000001"; row11 = "101001L100000000LLL1010010LL00001"; row12 = "1010000L000LLLL0L0010000100L00001"; row13 = "10111101LL0L0000L0111111110100001"; row14 = "101L00010L0LLLLLL00000L0L00100001"; row15 = "100L0111LL0L00000011L0L000L100001"; row16 = "11010L000L0L01111L10L0L1101100001"; row17 = "1001000L000L+00000001000000100001"; row18 = "1001111111111111111000L1110100001"; row19 = "100001100000000000LLLLL0100100001"; row20 = "10000000000000000000000010L100001"; row21 = "100000000000000000000000100100001"; row22 = "100000000000000000000000111100001"; row23 = "100000000000000000000000000000001"; row24 = "100000000000000000000000000000001"; row25 = "111111111111111111111111111111111"; } if (level == 39) { author = "burgelschnouser"; row1 = "111111111111111111111111111111111"; row2 = "1+0010000000011111111100000000001"; row3 = "10P01000111110+00000001000LL0LL01"; row4 = "1000L0011000000001L1100+0000L00L1"; row5 = "1L111001L000011101LL0100+00000001"; row6 = "11110001LL11100101LL01100+00L0001"; row7 = "1110LL0111100L000110000+00+000001"; row8 = "110000000000000100011010+00+1L101"; row9 = "1000001111111101L00011000+0000011"; row10 = "10L0111000000111L0L0001100+000L11"; row11 = "100010000000000000000001100+0L011"; row12 = "1L0010000LLLLL0001111000LL0100011"; row13 = "1000100111111111L0011001L10110011"; row14 = "101000L000000001111100000001L0011"; row15 = "1010000000010+00001100L0001000101"; row16 = "1L100LL001010000000110000100L0011"; row17 = "1L100LL00L01011110001111100L00011"; row18 = "1L1000000L0101L00100L00000L+00001"; row19 = "11111111010101110010L00000LL00101"; row20 = "10000001000000000001L0LLL000L0101"; row21 = "10LLL001001111000L0010LLLLLL+L101"; row22 = "10000011011001+10000100000LLL0+L1"; row23 = "111111110100011110001111100000EL1"; row24 = "1=000000010000000000000001111LLL1"; row25 = "111111111111111111111111111111111"; } if (level == 40) { author = "flamingemu"; row1 = "111111111111111111111111111111111"; row2 = "1P01+++00000000000000000000000001"; row3 = "10001++00000000000000000000000001"; row4 = "110001+00000000000000000000000001"; row5 = "1+1000111111000000000000000000001"; row6 = "1++100001111000000000000000000001"; row7 = "1+++11101001000000000000000000001"; row8 = "100010000011000000000000000000001"; row9 = "100011011111000000000000000000001"; row10 = "100011001001LLLLLLLLLL00000000001"; row11 = "100011100000000LL0L0LL00000000001"; row12 = "1000111111110LLL00000L00000000001"; row13 = "10000000000L000L0L00LL00000000001"; row14 = "10000000000LLL0L00L0LL00000000001"; row15 = "10000000000L0L00L00L0L00000000001"; row16 = "10000000000L00L00L0LLL00000000001"; row17 = "10000000000L0L0L0L0LLL00000000001"; row18 = "10000000000L+000000LLL00000000001"; row19 = "10000000000LLLLLLLLLLL1L1L0000001"; row20 = "1000000000000000000001=0010000001"; row21 = "100000000000000000000L000L0000001"; row22 = "100000000000000000000100E10000001"; row23 = "100000000000000000000L1L1L0000001"; row24 = "100000000000000000000000000000001"; row25 = "111111111111111111111111111111111"; } if (level == 41) { author = "razorbeamz"; row1 = "111111111111111111111111111111111"; row2 = "1PLLLLLLL000000000000000000000001"; row3 = "10000000L000000000000000000000001"; row4 = "1LLLLLL0L000000000000000000000001"; row5 = "100000L0LLLLLLLLLLLL0000000000001"; row6 = "10LL00L000000000000L0000000000001"; row7 = "10L000L0LLLLLLLLLL0L0000000000001"; row8 = "10L000L0L00000000L0L0000000000001"; row9 = "10LLLLL0L00000000L0L0000000000001"; row10 = "100000L0L00000000L0L0000000000001"; row11 = "10000000L00000000L0L0000000000001"; row12 = "10000000LLLLLLL00L0L0000000000001"; row13 = "100000L0000000L00L0L0000000000001"; row14 = "1LLLLLLLLLLLL0LLLLLL0000000000001"; row15 = "100000000000L000000L0000000000001"; row16 = "100000000000LLLLLL0LLLLLLL0000001"; row17 = "10000000000000000L0000000L0000001"; row18 = "10000000000000000LLLLLLL0L0000001"; row19 = "10000000000000000000000L0L0000001"; row20 = "10000000000000000000000L0LLLLL001"; row21 = "10000000000000000000000L00000L001"; row22 = "10000000000000000000000LLLLL0L001"; row23 = "100000000000000000000000000L0LLL1"; row24 = "100000000000000000000000000L000E1"; row25 = "111111111111111111111111111111111"; } if (level == 42) { author = "csdthegreat"; row1 = "+++++++++++++++LLL+++++++++++++++"; row2 = "+P+0+000+000+0+L=L0+0000+000+000+"; row3 = "+0+000+000+000+LLL0+0++0+0+000+0+"; row4 = "+0+0+000+000+0+0000+00+0+000+++0+"; row5 = "+0+000+000+000+0+++++0+0+0+++000+"; row6 = "+0+0+++++++++0+0+000+0+000+000+++"; row7 = "+0+0+0000+++00+0+0+++0+++++0+++++"; row8 = "+000+0++0++000+0+0+000+00000+000+"; row9 = "+++++00+0+000++0+0+0+++0+++++0+0+"; row10 = "+0000+0+0+00++00+0+0+000+00000+0+"; row11 = "+0++0+0+0+0++00++0+0+0+++0+++++0+"; row12 = "+0+00+0+000+00++00+0+0+000+000+0+"; row13 = "+0+0++0+++++0+++0++0+0+0+++0+0+0+"; row14 = "+0+00000000000000++0+0+0+000+0+0+"; row15 = "+0+++++0+++++++++++0+0+0+0+++++0+"; row16 = "+0+000+000000+0000+0+0+0+00000+0+"; row17 = "+0+0+0++++++0+0++0+0+0+0+++++0+0+"; row18 = "+000+0+0000+0+00+0+0+000000000+0+"; row19 = "+++++0+0++0++++0+0+0+++0+++++++0+"; row20 = "+00000+0++0000+0+000+E+0+0000000+"; row21 = "+0+++++0+++++0+0+++++0+0+0+++++++"; row22 = "+0+000+00000+0+0+00000+0+0000000+"; row23 = "+0+0+0+++++0+0+0+0+++++++++++++0+"; row24 = "+000+0000000+000+000000000000000+"; row25 = "+++++++++++++++++++++++++++++++++"; } if (level == 43) { author = "Arcsynth"; row1 = "111111111111111111111111111111111"; row2 = "100000LL000000000+10000000L000001"; row3 = "10LLL0000L0LLLLLLL101111100011101"; row4 = "10LLLLLLLL00000110101+00001111101"; row5 = "10L0000000L1110000001111111001101"; row6 = "10L0LLLLL010000011111110000000101"; row7 = "1000L0011010111110100000011110101"; row8 = "1LLL00100010100000001110111100101"; row9 = "1000010010101011011110011100001E1"; row10 = "101100100100100101111100100100111"; row11 = "1+1000110101101100000101100101000"; row12 = "1100111100+0100101100100010110010"; row13 = "1001111LL000110110001001010000110"; row14 = "1101LLLL1101100110010001111111110"; row15 = "11011LL10100001LL01100L000L000110"; row16 = "11001LL101010101=0110000L00001100"; row17 = "110010010001010111011101111100101"; row18 = "110111010001010001001000000110001"; row19 = "100101011001001001011011110100001"; row20 = "101101000110011100000011000111101"; row21 = "101000000000010011011111011LLL101"; row22 = "101011110000110111000001000LLL101"; row23 = "101110001111010101111101110000001"; row24 = "10000000000001000000000LL100000P1"; row25 = "111111111111111111111111111111111"; } if (level == 44) { author = "csdthegreat"; row1 = "L1LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL"; row2 = "1P00000000000000L00000000000000EL"; row3 = "L1LLLLLLLLLLLLL0L0LLLLLLLLLLLLLLL"; row4 = "L00000L0000000L0L0L0000000L00000L"; row5 = "L0LLL0L0LLLLL0L0L0L0LLLLL0L0LLL0L"; row6 = "L0L000L0L000L0L0L0L0L000L0L000L0L"; row7 = "L0L0LLL0L0L0L0L0L0L0L0L0L0LLL0L0L"; row8 = "L0L000L0L0L0L0L0L0L0L0L0L0L000L0L"; row9 = "L0LLL0L0L0L0L0L0L0L0L0L0L0L0LLL0L"; row10 = "L0L000L0L0L000L0L0L000L0L0L000L0L"; row11 = "L0L0LLL0L0LLLLL0L0LLLLL0L0LLL0L0L"; row12 = "L0L00000L0000000L0000000L00000L0L"; row13 = "L0LLLLLLLLLLLLLLLLLLLLLLLLLLLLL0L"; row14 = "L0L00000L0000000L0000000L00000L0L"; row15 = "L0L0LLL0L0LLLLL0L0LLLLL0L0LLL0L0L"; row16 = "L0L000L0L0L000L0L0L000L0L0L000L0L"; row17 = "L0LLL0L0L0L0L0L0L0L0L0L0L0L0LLL0L"; row18 = "L0L000L0L0L0L0L0L0L0L0L0L0L000L0L"; row19 = "L0L0LLL0L0L0L0L0L0L0L0L0L0LLL0L0L"; row20 = "L0L000L0L000L0L0L0L0L000L0L000L0L"; row21 = "L0LLL0L0LLLLL0L0L0L0LLLLL0L0LLL0L"; row22 = "L00000L0000000L0L0L0000000L00000L"; row23 = "LLLLLLLLLLLLLLL0L0LLLLLLLLLLLLLLL"; row24 = "L+00000000000000L00000000000000=L"; row25 = "LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL"; } if (level == 45) { author = "DrakenFarts"; row1 = "111111111111111111111111111111111"; row2 = "1P1L1L100010000010000000000001001"; row3 = "10100010100011101L0+1111111+01LL1"; row4 = "1010100010111L1010001000000001101"; row5 = "100010111010001011101011111100001"; row6 = "111110L00010100010001+10000111101"; row7 = "1L0000101110110110101110010000001"; row8 = "1101111000001000101L0010111011111"; row9 = "1001001011111L1010111110000000001"; row10 = "1011LL1000000010100+1L00010111011"; row11 = "100000101111111010111110110L01011"; row12 = "101110101000001010010100011111011"; row13 = "1L100010101L10101001000=000000001"; row14 = "10101110101010101+010100010101111"; row15 = "101000100011101011010110110101LL1"; row16 = "11111011111000101+0101101+0100001"; row17 = "1000001000L0111010010000111101101"; row18 = "101101111110101011011110000001101"; row19 = "1L01010000001L1011000011110111101"; row20 = "100101001010001011110110000100101"; row21 = "11110101101111101000010+1111LL1+1"; row22 = "10000100100010001011+111000000+11"; row23 = "1LL01101111L10LL10+111+10111100+1"; row24 = "1+L01L00+00010L+100000000L00010E1"; row25 = "111111111111111111111111111111111"; } if (level == 46) { author = "Kodman15323"; row1 = "111111111111111111111111111111111"; row2 = "111LLLLLLLLLLLLLLLLLLLLLLLLLLLLL1"; row3 = "1=1LLLLLLLLLLLLLLLLLLLLLLLLLLLLL1"; row4 = "1P1LLLLL1111LLLLLLLLLLLLLLLLLLLL1"; row5 = "101LLLLL1L111LLL111111111111111L1"; row6 = "101LLLLL1LLL1LLL11+000000000001L1"; row7 = "101111LL1LLL1LLL111011+111+1101L1"; row8 = "1011L11L1LLL1LLL1+1011111111101L1"; row9 = "1000LL1L1LLL1LLL10101+11+000001L1"; row10 = "1011L11L1LLL1LLL101010+11101001L1"; row11 = "101111LL111L1111101010111+01001L1"; row12 = "101LLLLLLL1LL111101000111111101L1"; row13 = "10111LLLLL11L1111010101+10E1001L1"; row14 = "10101LLLLL1LL100001010101011101L1"; row15 = "10001LLLLL1LL100000010101001101L1"; row16 = "10001L111L1LL10111111+100000001L1"; row17 = "10001L1+1L1L1101L11111111111111L1"; row18 = "100011101L1L1001LLLLLLLLLLLLLLLL1"; row19 = "100000001L1L1011LLLLLLLLLLLLLLLL1"; row20 = "1001111L1L1L101LLLLLLLLLLLLLLLLL1"; row21 = "1001LL111L11101LLLLLLLLLLLLLLLLL1"; row22 = "100111111111001LLLLLLLLLLLLLLLLL1"; row23 = "100000000000011LLLLLLLLLLLLLLLLL1"; row24 = "10000000001111LLLLLLLLLLLLLLLLLL1"; row25 = "111111111111111111111111111111111"; } } function MapElementHandler() { } function AutodrawElementHandler() { } while (draw_location >= 33); if (row1.charAt(draw_location) == "1") { graphics.lineStyle(20, (255 + (150 * 256)) + (0 * 65536), 100); graphics.moveTo(draw_location * 20, 0); graphics.lineTo(draw_location * 20, 1); } if (row2.charAt(draw_location) == "1") { graphics.lineStyle(20, (255 + (150 * 256)) + (0 * 65536), 100); graphics.moveTo(draw_location * 20, 20); graphics.lineTo(draw_location * 20, 21); } if (row3.charAt(draw_location) == "1") { graphics.lineStyle(20, (255 + (150 * 256)) + (0 * 65536), 100); graphics.moveTo(draw_location * 20, 40); graphics.lineTo(draw_location * 20, 41); } if (row4.charAt(draw_location) == "1") { graphics.lineStyle(20, (255 + (150 * 256)) + (0 * 65536), 100); graphics.moveTo(draw_location * 20, 60); graphics.lineTo(draw_location * 20, 61); } if (row5.charAt(draw_location) == "1") { graphics.lineStyle(20, (255 + (150 * 256)) + (0 * 65536), 100); graphics.moveTo(draw_location * 20, 80); graphics.lineTo(draw_location * 20, 81); } if (row6.charAt(draw_location) == "1") { graphics.lineStyle(20, (255 + (150 * 256)) + (0 * 65536), 100); graphics.moveTo(draw_location * 20, 100); graphics.lineTo(draw_location * 20, 101); } if (row7.charAt(draw_location) == "1") { graphics.lineStyle(20, (255 + (150 * 256)) + (0 * 65536), 100); graphics.moveTo(draw_location * 20, 120); graphics.lineTo(draw_location * 20, 121); } if (row8.charAt(draw_location) == "1") { graphics.lineStyle(20, (255 + (150 * 256)) + (0 * 65536), 100); graphics.moveTo(draw_location * 20, 140); graphics.lineTo(draw_location * 20, 141); } if (row9.charAt(draw_location) == "1") { graphics.lineStyle(20, (255 + (150 * 256)) + (0 * 65536), 100); graphics.moveTo(draw_location * 20, 160); graphics.lineTo(draw_location * 20, 161); } if (row10.charAt(draw_location) == "1") { graphics.lineStyle(20, (255 + (150 * 256)) + (0 * 65536), 100); graphics.moveTo(draw_location * 20, 180); graphics.lineTo(draw_location * 20, 181); } if (row11.charAt(draw_location) == "1") { graphics.lineStyle(20, (255 + (150 * 256)) + (0 * 65536), 100); graphics.moveTo(draw_location * 20, 200); graphics.lineTo(draw_location * 20, 201); } if (row12.charAt(draw_location) == "1") { graphics.lineStyle(20, (255 + (150 * 256)) + (0 * 65536), 100); graphics.moveTo(draw_location * 20, 220); graphics.lineTo(draw_location * 20, 221); } if (row13.charAt(draw_location) == "1") { graphics.lineStyle(20, (255 + (150 * 256)) + (0 * 65536), 100); graphics.moveTo(draw_location * 20, 240); graphics.lineTo(draw_location * 20, 241); } if (row14.charAt(draw_location) == "1") { graphics.lineStyle(20, (255 + (150 * 256)) + (0 * 65536), 100); graphics.moveTo(draw_location * 20, 260); graphics.lineTo(draw_location * 20, 261); } if (row15.charAt(draw_location) == "1") { graphics.lineStyle(20, (255 + (150 * 256)) + (0 * 65536), 100); graphics.moveTo(draw_location * 20, 280); graphics.lineTo(draw_location * 20, 281); } if (row16.charAt(draw_location) == "1") { graphics.lineStyle(20, (255 + (150 * 256)) + (0 * 65536), 100); graphics.moveTo(draw_location * 20, 300); graphics.lineTo(draw_location * 20, 301); } if (row17.charAt(draw_location) == "1") { graphics.lineStyle(20, (255 + (150 * 256)) + (0 * 65536), 100); graphics.moveTo(draw_location * 20, 320); graphics.lineTo(draw_location * 20, 321); } if (row18.charAt(draw_location) == "1") { graphics.lineStyle(20, (255 + (150 * 256)) + (0 * 65536), 100); graphics.moveTo(draw_location * 20, 340); graphics.lineTo(draw_location * 20, 341); } if (row19.charAt(draw_location) == "1") { graphics.lineStyle(20, (255 + (150 * 256)) + (0 * 65536), 100); graphics.moveTo(draw_location * 20, 360); graphics.lineTo(draw_location * 20, 361); } if (row20.charAt(draw_location) == "1") { graphics.lineStyle(20, (255 + (150 * 256)) + (0 * 65536), 100); graphics.moveTo(draw_location * 20, 380); graphics.lineTo(draw_location * 20, 381); } if (row21.charAt(draw_location) == "1") { graphics.lineStyle(20, (255 + (150 * 256)) + (0 * 65536), 100); graphics.moveTo(draw_location * 20, 400); graphics.lineTo(draw_location * 20, 401); } if (row22.charAt(draw_location) == "1") { graphics.lineStyle(20, (255 + (150 * 256)) + (0 * 65536), 100); graphics.moveTo(draw_location * 20, 420); graphics.lineTo(draw_location * 20, 421); } if (row23.charAt(draw_location) == "1") { graphics.lineStyle(20, (255 + (150 * 256)) + (0 * 65536), 100); graphics.moveTo(draw_location * 20, 440); graphics.lineTo(draw_location * 20, 441); } if (row24.charAt(draw_location) == "1") { graphics.lineStyle(20, (255 + (150 * 256)) + (0 * 65536), 100); graphics.moveTo(draw_location * 20, 460); graphics.lineTo(draw_location * 20, 461); } if (row25.charAt(draw_location) == "1") { graphics.lineStyle(20, (255 + (150 * 256)) + (0 * 65536), 100); graphics.moveTo(draw_location * 20, 480); graphics.lineTo(draw_location * 20, 481); } if (row1.charAt(draw_location) == "L") { graphics.lineStyle(20, (0 + (45 * 256)) + (220 * 65536), 100); graphics.moveTo(draw_location * 20, 0); graphics.lineTo(draw_location * 20, 1); } if (row2.charAt(draw_location) == "L") { graphics.lineStyle(20, (0 + (45 * 256)) + (220 * 65536), 100); graphics.moveTo(draw_location * 20, 20); graphics.lineTo(draw_location * 20, 21); } if (row3.charAt(draw_location) == "L") { graphics.lineStyle(20, (0 + (45 * 256)) + (220 * 65536), 100); graphics.moveTo(draw_location * 20, 40); graphics.lineTo(draw_location * 20, 41); } if (row4.charAt(draw_location) == "L") { graphics.lineStyle(20, (0 + (45 * 256)) + (220 * 65536), 100); graphics.moveTo(draw_location * 20, 60); graphics.lineTo(draw_location * 20, 61); } if (row5.charAt(draw_location) == "L") { graphics.lineStyle(20, (0 + (45 * 256)) + (220 * 65536), 100); graphics.moveTo(draw_location * 20, 80); graphics.lineTo(draw_location * 20, 81); } if (row6.charAt(draw_location) == "L") { graphics.lineStyle(20, (0 + (45 * 256)) + (220 * 65536), 100); graphics.moveTo(draw_location * 20, 100); graphics.lineTo(draw_location * 20, 101); } if (row7.charAt(draw_location) == "L") { graphics.lineStyle(20, (0 + (45 * 256)) + (220 * 65536), 100); graphics.moveTo(draw_location * 20, 120); graphics.lineTo(draw_location * 20, 121); } if (row8.charAt(draw_location) == "L") { graphics.lineStyle(20, (0 + (45 * 256)) + (220 * 65536), 100); graphics.moveTo(draw_location * 20, 140); graphics.lineTo(draw_location * 20, 141); } if (row9.charAt(draw_location) == "L") { graphics.lineStyle(20, (0 + (45 * 256)) + (220 * 65536), 100); graphics.moveTo(draw_location * 20, 160); graphics.lineTo(draw_location * 20, 161); } if (row10.charAt(draw_location) == "L") { graphics.lineStyle(20, (0 + (45 * 256)) + (220 * 65536), 100); graphics.moveTo(draw_location * 20, 180); graphics.lineTo(draw_location * 20, 181); } if (row11.charAt(draw_location) == "L") { graphics.lineStyle(20, (0 + (45 * 256)) + (220 * 65536), 100); graphics.moveTo(draw_location * 20, 200); graphics.lineTo(draw_location * 20, 201); } if (row12.charAt(draw_location) == "L") { graphics.lineStyle(20, (0 + (45 * 256)) + (220 * 65536), 100); graphics.moveTo(draw_location * 20, 220); graphics.lineTo(draw_location * 20, 221); } if (row13.charAt(draw_location) == "L") { graphics.lineStyle(20, (0 + (45 * 256)) + (220 * 65536), 100); graphics.moveTo(draw_location * 20, 240); graphics.lineTo(draw_location * 20, 241); } if (row14.charAt(draw_location) == "L") { graphics.lineStyle(20, (0 + (45 * 256)) + (220 * 65536), 100); graphics.moveTo(draw_location * 20, 260); graphics.lineTo(draw_location * 20, 261); } if (row15.charAt(draw_location) == "L") { graphics.lineStyle(20, (0 + (45 * 256)) + (220 * 65536), 100); graphics.moveTo(draw_location * 20, 280); graphics.lineTo(draw_location * 20, 281); } if (row16.charAt(draw_location) == "L") { graphics.lineStyle(20, (0 + (45 * 256)) + (220 * 65536), 100); graphics.moveTo(draw_location * 20, 300); graphics.lineTo(draw_location * 20, 301); } if (row17.charAt(draw_location) == "L") { graphics.lineStyle(20, (0 + (45 * 256)) + (220 * 65536), 100); graphics.moveTo(draw_location * 20, 320); graphics.lineTo(draw_location * 20, 321); } if (row18.charAt(draw_location) == "L") { graphics.lineStyle(20, (0 + (45 * 256)) + (220 * 65536), 100); graphics.moveTo(draw_location * 20, 340); graphics.lineTo(draw_location * 20, 341); } if (row19.charAt(draw_location) == "L") { graphics.lineStyle(20, (0 + (45 * 256)) + (220 * 65536), 100); graphics.moveTo(draw_location * 20, 360); graphics.lineTo(draw_location * 20, 361); } if (row20.charAt(draw_location) == "L") { graphics.lineStyle(20, (0 + (45 * 256)) + (220 * 65536), 100); graphics.moveTo(draw_location * 20, 380); graphics.lineTo(draw_location * 20, 381); } if (row21.charAt(draw_location) == "L") { graphics.lineStyle(20, (0 + (45 * 256)) + (220 * 65536), 100); graphics.moveTo(draw_location * 20, 400); graphics.lineTo(draw_location * 20, 401); } if (row22.charAt(draw_location) == "L") { graphics.lineStyle(20, (0 + (45 * 256)) + (220 * 65536), 100); graphics.moveTo(draw_location * 20, 420); graphics.lineTo(draw_location * 20, 421); } if (row23.charAt(draw_location) == "L") { graphics.lineStyle(20, (0 + (45 * 256)) + (220 * 65536), 100); graphics.moveTo(draw_location * 20, 440); graphics.lineTo(draw_location * 20, 441); } if (row24.charAt(draw_location) == "L") { graphics.lineStyle(20, (0 + (45 * 256)) + (220 * 65536), 100); graphics.moveTo(draw_location * 20, 460); graphics.lineTo(draw_location * 20, 461); } if (row25.charAt(draw_location) == "L") { graphics.lineStyle(20, (0 + (45 * 256)) + (220 * 65536), 100); graphics.moveTo(draw_location * 20, 480); graphics.lineTo(draw_location * 20, 481); } if (row1.charAt(draw_location) == "P") { guyX = draw_location * 20; guyY = 0; } if (row2.charAt(draw_location) == "P") { guyX = draw_location * 20; guyY = 20; } if (row3.charAt(draw_location) == "P") { guyX = draw_location * 20; guyY = 40; } if (row4.charAt(draw_location) == "P") { guyX = draw_location * 20; guyY = 60; } if (row5.charAt(draw_location) == "P") { guyX = draw_location * 20; guyY = 80; } if (row6.charAt(draw_location) == "P") { guyX = draw_location * 20; guyY = 100; } if (row7.charAt(draw_location) == "P") { guyX = draw_location * 20; guyY = 120; } if (row8.charAt(draw_location) == "P") { guyX = draw_location * 20; guyY = 140; } if (row9.charAt(draw_location) == "P") { guyX = draw_location * 20; guyY = 160; } if (row10.charAt(draw_location) == "P") { guyX = draw_location * 20; guyY = 180; } if (row11.charAt(draw_location) == "P") { guyX = draw_location * 20; guyY = 200; } if (row12.charAt(draw_location) == "P") { guyX = draw_location * 20; guyY = 220; } if (row13.charAt(draw_location) == "P") { guyX = draw_location * 20; guyY = 240; } if (row14.charAt(draw_location) == "P") { guyX = draw_location * 20; guyY = 260; } if (row15.charAt(draw_location) == "P") { guyX = draw_location * 20; guyY = 280; } if (row16.charAt(draw_location) == "P") { guyX = draw_location * 20; guyY = 300; } if (row17.charAt(draw_location) == "P") { guyX = draw_location * 20; guyY = 320; } if (row18.charAt(draw_location) == "P") { guyX = draw_location * 20; guyY = 340; } if (row19.charAt(draw_location) == "P") { guyX = draw_location * 20; guyY = 360; } if (row20.charAt(draw_location) == "P") { guyX = draw_location * 20; guyY = 380; } if (row21.charAt(draw_location) == "P") { guyX = draw_location * 20; guyY = 400; } if (row22.charAt(draw_location) == "P") { guyX = draw_location * 20; guyY = 420; } if (row23.charAt(draw_location) == "P") { guyX = draw_location * 20; guyY = 440; } if (row24.charAt(draw_location) == "P") { guyX = draw_location * 20; guyY = 460; } if (row25.charAt(draw_location) == "P") { guyX = draw_location * 20; guyY = 480; } if (row1.charAt(draw_location) == "E") { _root.end1._x = draw_location * 20; _root.end1._y = 0; } if (row2.charAt(draw_location) == "E") { _root.end1._x = draw_location * 20; _root.end1._y = 20; } if (row3.charAt(draw_location) == "E") { _root.end1._x = draw_location * 20; _root.end1._y = 40; } if (row4.charAt(draw_location) == "E") { _root.end1._x = draw_location * 20; _root.end1._y = 60; } if (row5.charAt(draw_location) == "E") { _root.end1._x = draw_location * 20; _root.end1._y = 80; } if (row6.charAt(draw_location) == "E") { _root.end1._x = draw_location * 20; _root.end1._y = 100; } if (row7.charAt(draw_location) == "E") { _root.end1._x = draw_location * 20; _root.end1._y = 120; } if (row8.charAt(draw_location) == "E") { _root.end1._x = draw_location * 20; _root.end1._y = 140; } if (row9.charAt(draw_location) == "E") { _root.end1._x = draw_location * 20; _root.end1._y = 160; } if (row10.charAt(draw_location) == "E") { _root.end1._x = draw_location * 20; _root.end1._y = 180; } if (row11.charAt(draw_location) == "E") { _root.end1._x = draw_location * 20; _root.end1._y = 200; } if (row12.charAt(draw_location) == "E") { _root.end1._x = draw_location * 20; _root.end1._y = 220; } if (row13.charAt(draw_location) == "E") { _root.end1._x = draw_location * 20; _root.end1._y = 240; } if (row14.charAt(draw_location) == "E") { _root.end1._x = draw_location * 20; _root.end1._y = 260; } if (row15.charAt(draw_location) == "E") { _root.end1._x = draw_location * 20; _root.end1._y = 280; } if (row16.charAt(draw_location) == "E") { _root.end1._x = draw_location * 20; _root.end1._y = 300; } if (row17.charAt(draw_location) == "E") { _root.end1._x = draw_location * 20; _root.end1._y = 320; } if (row18.charAt(draw_location) == "E") { _root.end1._x = draw_location * 20; _root.end1._y = 340; } if (row19.charAt(draw_location) == "E") { _root.end1._x = draw_location * 20; _root.end1._y = 360; } if (row20.charAt(draw_location) == "E") { _root.end1._x = draw_location * 20; _root.end1._y = 380; } if (row21.charAt(draw_location) == "E") { _root.end1._x = draw_location * 20; _root.end1._y = 400; } if (row22.charAt(draw_location) == "E") { _root.end1._x = draw_location * 20; _root.end1._y = 420; } if (row23.charAt(draw_location) == "E") { _root.end1._x = draw_location * 20; _root.end1._y = 440; } if (row24.charAt(draw_location) == "E") { _root.end1._x = draw_location * 20; _root.end1._y = 460; } if (row25.charAt(draw_location) == "E") { _root.end1._x = draw_location * 20; _root.end1._y = 480; } if (row1.charAt(draw_location) == "+") { graphics.lineStyle(20, (255 + (0 * 256)) + (200 * 65536), 100); graphics.moveTo(draw_location * 20, 0); graphics.lineTo(draw_location * 20, 1); } if (row2.charAt(draw_location) == "+") { graphics.lineStyle(20, (255 + (0 * 256)) + (200 * 65536), 100); graphics.moveTo(draw_location * 20, 20); graphics.lineTo(draw_location * 20, 21); } if (row3.charAt(draw_location) == "+") { graphics.lineStyle(20, (255 + (0 * 256)) + (200 * 65536), 100); graphics.moveTo(draw_location * 20, 40); graphics.lineTo(draw_location * 20, 41); } if (row4.charAt(draw_location) == "+") { graphics.lineStyle(20, (255 + (0 * 256)) + (200 * 65536), 100); graphics.moveTo(draw_location * 20, 60); graphics.lineTo(draw_location * 20, 61); } if (row5.charAt(draw_location) == "+") { graphics.lineStyle(20, (255 + (0 * 256)) + (200 * 65536), 100); graphics.moveTo(draw_location * 20, 80); graphics.lineTo(draw_location * 20, 81); } if (row6.charAt(draw_location) == "+") { graphics.lineStyle(20, (255 + (0 * 256)) + (200 * 65536), 100); graphics.moveTo(draw_location * 20, 100); graphics.lineTo(draw_location * 20, 101); } if (row7.charAt(draw_location) == "+") { graphics.lineStyle(20, (255 + (0 * 256)) + (200 * 65536), 100); graphics.moveTo(draw_location * 20, 120); graphics.lineTo(draw_location * 20, 121); } if (row8.charAt(draw_location) == "+") { graphics.lineStyle(20, (255 + (0 * 256)) + (200 * 65536), 100); graphics.moveTo(draw_location * 20, 140); graphics.lineTo(draw_location * 20, 141); } if (row9.charAt(draw_location) == "+") { graphics.lineStyle(20, (255 + (0 * 256)) + (200 * 65536), 100); graphics.moveTo(draw_location * 20, 160); graphics.lineTo(draw_location * 20, 161); } if (row10.charAt(draw_location) == "+") { graphics.lineStyle(20, (255 + (0 * 256)) + (200 * 65536), 100); graphics.moveTo(draw_location * 20, 180); graphics.lineTo(draw_location * 20, 181); } if (row11.charAt(draw_location) == "+") { graphics.lineStyle(20, (255 + (0 * 256)) + (200 * 65536), 100); graphics.moveTo(draw_location * 20, 200); graphics.lineTo(draw_location * 20, 201); } if (row12.charAt(draw_location) == "+") { graphics.lineStyle(20, (255 + (0 * 256)) + (200 * 65536), 100); graphics.moveTo(draw_location * 20, 220); graphics.lineTo(draw_location * 20, 221); } if (row13.charAt(draw_location) == "+") { graphics.lineStyle(20, (255 + (0 * 256)) + (200 * 65536), 100); graphics.moveTo(draw_location * 20, 240); graphics.lineTo(draw_location * 20, 241); } if (row14.charAt(draw_location) == "+") { graphics.lineStyle(20, (255 + (0 * 256)) + (200 * 65536), 100); graphics.moveTo(draw_location * 20, 260); graphics.lineTo(draw_location * 20, 261); } if (row15.charAt(draw_location) == "+") { graphics.lineStyle(20, (255 + (0 * 256)) + (200 * 65536), 100); graphics.moveTo(draw_location * 20, 280); graphics.lineTo(draw_location * 20, 281); } if (row16.charAt(draw_location) == "+") { graphics.lineStyle(20, (255 + (0 * 256)) + (200 * 65536), 100); graphics.moveTo(draw_location * 20, 300); graphics.lineTo(draw_location * 20, 301); } if (row17.charAt(draw_location) == "+") { graphics.lineStyle(20, (255 + (0 * 256)) + (200 * 65536), 100); graphics.moveTo(draw_location * 20, 320); graphics.lineTo(draw_location * 20, 321); } if (row18.charAt(draw_location) == "+") { graphics.lineStyle(20, (255 + (0 * 256)) + (200 * 65536), 100); graphics.moveTo(draw_location * 20, 340); graphics.lineTo(draw_location * 20, 341); } if (row19.charAt(draw_location) == "+") { graphics.lineStyle(20, (255 + (0 * 256)) + (200 * 65536), 100); graphics.moveTo(draw_location * 20, 360); graphics.lineTo(draw_location * 20, 361); } if (row20.charAt(draw_location) == "+") { graphics.lineStyle(20, (255 + (0 * 256)) + (200 * 65536), 100); graphics.moveTo(draw_location * 20, 380); graphics.lineTo(draw_location * 20, 381); } if (row21.charAt(draw_location) == "+") { graphics.lineStyle(20, (255 + (0 * 256)) + (200 * 65536), 100); graphics.moveTo(draw_location * 20, 400); graphics.lineTo(draw_location * 20, 401); } if (row22.charAt(draw_location) == "+") { graphics.lineStyle(20, (255 + (0 * 256)) + (200 * 65536), 100); graphics.moveTo(draw_location * 20, 420); graphics.lineTo(draw_location * 20, 421); } if (row23.charAt(draw_location) == "+") { graphics.lineStyle(20, (255 + (0 * 256)) + (200 * 65536), 100); graphics.moveTo(draw_location * 20, 440); graphics.lineTo(draw_location * 20, 441); } if (row24.charAt(draw_location) == "+") { graphics.lineStyle(20, (255 + (0 * 256)) + (200 * 65536), 100); graphics.moveTo(draw_location * 20, 460); graphics.lineTo(draw_location * 20, 461); } if (row25.charAt(draw_location) == "+") { graphics.lineStyle(20, (255 + (0 * 256)) + (200 * 65536), 100); graphics.moveTo(draw_location * 20, 480); graphics.lineTo(draw_location * 20, 481); } if (row1.charAt(draw_location) == "=") { portal_exit_x = draw_location * 20; portal_exit_y = 0; } if (row2.charAt(draw_location) == "=") { portal_exit_x = draw_location * 20; portal_exit_y = 20; } if (row3.charAt(draw_location) == "=") { portal_exit_x = draw_location * 20; portal_exit_y = 40; } if (row4.charAt(draw_location) == "=") { portal_exit_x = draw_location * 20; portal_exit_y = 60; } if (row5.charAt(draw_location) == "=") { portal_exit_x = draw_location * 20; portal_exit_y = 80; } if (row6.charAt(draw_location) == "=") { portal_exit_x = draw_location * 20; portal_exit_y = 100; } if (row7.charAt(draw_location) == "=") { portal_exit_x = draw_location * 20; portal_exit_y = 120; } if (row8.charAt(draw_location) == "=") { portal_exit_x = draw_location * 20; portal_exit_y = 140; } if (row9.charAt(draw_location) == "=") { portal_exit_x = draw_location * 20; portal_exit_y = 160; } if (row10.charAt(draw_location) == "=") { portal_exit_x = draw_location * 20; portal_exit_y = 180; } if (row11.charAt(draw_location) == "=") { portal_exit_x = draw_location * 20; portal_exit_y = 200; } if (row12.charAt(draw_location) == "=") { portal_exit_x = draw_location * 20; portal_exit_y = 220; } if (row13.charAt(draw_location) == "=") { portal_exit_x = draw_location * 20; portal_exit_y = 240; } if (row14.charAt(draw_location) == "=") { portal_exit_x = draw_location * 20; portal_exit_y = 260; } if (row15.charAt(draw_location) == "=") { portal_exit_x = draw_location * 20; portal_exit_y = 280; } if (row16.charAt(draw_location) == "=") { portal_exit_x = draw_location * 20; portal_exit_y = 300; } if (row17.charAt(draw_location) == "=") { portal_exit_x = draw_location * 20; portal_exit_y = 320; } if (row18.charAt(draw_location) == "=") { portal_exit_x = draw_location * 20; portal_exit_y = 340; } if (row19.charAt(draw_location) == "=") { portal_exit_x = draw_location * 20; portal_exit_y = 360; } if (row20.charAt(draw_location) == "=") { portal_exit_x = draw_location * 20; portal_exit_y = 380; } if (row21.charAt(draw_location) == "=") { portal_exit_x = draw_location * 20; portal_exit_y = 400; } if (row22.charAt(draw_location) == "=") { portal_exit_x = draw_location * 20; portal_exit_y = 420; } if (row23.charAt(draw_location) == "=") { portal_exit_x = draw_location * 20; portal_exit_y = 440; } if (row24.charAt(draw_location) == "=") { portal_exit_x = draw_location * 20; portal_exit_y = 460; } if (row25.charAt(draw_location) == "=") { portal_exit_x = draw_location * 20; portal_exit_y = 480; } draw_location++; _root.guy1._x = guyX; _root.guy1._y = guyY; _root.viewedperson1._x = guyX; _root.viewedperson1._y = guyY; } function onEnterFrame() { if (!_root.music1.isPlaying()) { music_timeout++; } else { music_timeout = 0; } if (music_timeout == 40) { music_timeout = 0; _root.music1.play(); } _root.startmenu1.maze_lvl_select1.gotoAndStop(Number(level)); _root.startmenu1.showlvl1.text = "LEVEL: " + String(level); if (playing == false) { _root.menu1._visible = 0; } if (playing) { _root.mainmenu1._visible = 0; _root.startmenu1._visible = 0; _root.credits1._visible = 0; _root.options1._visible = 0; } Y = Math.round(_root.guy1._y / 20); X = Math.round(_root.guy1._x / 20); if (_root.guy1.hitTest(_root._1)) { row = row1; rowAbove = row1; rowBelow = row2; } if (_root.guy1.hitTest(_root._47)) { row = row2; rowAbove = row1; rowBelow = row3; } if (_root.guy1.hitTest(_root._48)) { row = row3; rowAbove = row2; rowBelow = row4; } if (_root.guy1.hitTest(_root._49)) { row = row4; rowAbove = row3; rowBelow = row5; } if (_root.guy1.hitTest(_root._50)) { row = row5; rowAbove = row4; rowBelow = row6; } if (_root.guy1.hitTest(_root._51)) { row = row6; rowAbove = row5; rowBelow = row7; } if (_root.guy1.hitTest(_root._52)) { row = row7; rowAbove = row6; rowBelow = row8; } if (_root.guy1.hitTest(_root._53)) { row = row8; rowAbove = row7; rowBelow = row9; } if (_root.guy1.hitTest(_root._54)) { row = row9; rowAbove = row8; rowBelow = row10; } if (_root.guy1.hitTest(_root._55)) { row = row10; rowAbove = row9; rowBelow = row11; } if (_root.guy1.hitTest(_root._56)) { row = row11; rowAbove = row10; rowBelow = row12; } if (_root.guy1.hitTest(_root._57)) { row = row12; rowAbove = row11; rowBelow = row13; } if (_root.guy1.hitTest(_root._58)) { row = row13; rowAbove = row12; rowBelow = row14; } if (_root.guy1.hitTest(_root._59)) { row = row14; rowAbove = row13; rowBelow = row15; } if (_root.guy1.hitTest(_root._60)) { row = row15; rowAbove = row14; rowBelow = row16; } if (_root.guy1.hitTest(_root._61)) { row = row16; rowAbove = row15; rowBelow = row17; } if (_root.guy1.hitTest(_root._62)) { row = row17; rowAbove = row16; rowBelow = row18; } if (_root.guy1.hitTest(_root._63)) { row = row18; rowAbove = row17; rowBelow = row19; } if (_root.guy1.hitTest(_root._64)) { row = row19; rowAbove = row18; rowBelow = row20; } if (_root.guy1.hitTest(_root._65)) { row = row20; rowAbove = row19; rowBelow = row21; } if (_root.guy1.hitTest(_root._66)) { row = row21; rowAbove = row20; rowBelow = row22; } if (_root.guy1.hitTest(_root._67)) { row = row22; rowAbove = row21; rowBelow = row23; } if (_root.guy1.hitTest(_root._68)) { row = row23; rowAbove = row22; rowBelow = row24; } if (_root.guy1.hitTest(_root._69)) { row = row24; rowAbove = row23; rowBelow = row25; } if (_root.guy1.hitTest(_root._70)) { row = row25; rowAbove = row24; rowBelow = row25; } if (playing == false) { _root.guy1._x = -20; _root.guy1._y = -20; _root.viewedperson1._x = -20; _root.viewedperson1._y = -20; _root.end1._x = 660; } if ((_root.guy1._x == _root.end1._x) && (_root.guy1._y == _root.end1._y)) { playing = false; _root.finishlvl1._visible = 1; _root.menu1._visible = 0; row = "000000000000000000000000000000000"; } Xspeed = _root.guy1._x - _root.viewedperson1._x; Yspeed = _root.guy1._y - _root.viewedperson1._y; _root.viewedperson1.velocity_x = Xspeed * 15; _root.viewedperson1.velocity_y = Yspeed * 15; if ((row.charAt(X) == "L") && (draw_location > 31)) { _root.explosion26._visible = 1; _root.explosion26._x = _root.guy1._x; _root.explosion26._y = _root.guy1._y; _root.explosion26.play(); _root.smoke1._visible = 1; _root.smoke1._x = _root.guy1._x; _root.smoke1._y = _root.guy1._y; _root.smoke1.play(); _root.guy1._x = guyX; _root.guy1._y = guyY; _root.explosion58.play(); } if (row.charAt(X) == "+") { _root.teleport1._x = _root.guy1._x; _root.teleport1._y = _root.guy1._y; _root.guy1._x = portal_exit_x; _root.guy1._y = portal_exit_y; _root.teleport1._visible = 1; _root.teleport1.gotoAndPlay(1); _root.portal1.play(); } if (playing && (level == 1)) { _root.tutorial1._visible = 1; } else { _root.tutorial1._visible = 0; } if ((pressedLeft == false) || ((pressedRight == false) || ((pressedUp == false) || (pressedDown == false)))) { touched_wall = false; touched_lava = false; touched_portal = false; opened_menu = false; } if (touched_wall == false) { touched_lava = false; touched_portal = false; opened_menu = false; } if (touched_lava == false) { touched_portal = false; opened_menu = false; } if (touched_portal == false) { opened_menu = false; } if (playing && (level == 1)) { if ((pressedLeft == true) && ((pressedRight == true) && ((pressedUp == true) && ((pressedDown == true) && (row15 == "100000000000000000000000000000001"))))) { _root.tutorial1.tutorialslides1.showSlide("Slide 2"); row15 = "110000000000000000000000000000001"; graphics.lineStyle(20, (255 + (150 * 256)) + (0 * 65536), 100); graphics.moveTo(20, 280); graphics.lineTo(20, 281); } if (row15 == "110000000000000000000000000000001") { if ((rowAbove.charAt(X) == "1") || (rowBelow.charAt(X) == "1")) { touched_wall = true; _root.tutorial1.tutorialslides1.showSlide("Slide 3"); row15 = "110L00000000000000000000000000001"; graphics.lineStyle(20, (0 + (45 * 256)) + (220 * 65536), 100); graphics.moveTo(60, 280); graphics.lineTo(60, 281); } } if (row15 == "110L00000000000000000000000000001") { if ((rowAbove.charAt(X) == "L") || (rowBelow.charAt(X) == "L")) { _root.tutorial1.tutorialslides1.showSlide("Slide 4"); touched_lava = true; row15 = "110L0+000000000000000000000000001"; graphics.lineStyle(20, (255 + (0 * 256)) + (200 * 65536), 100); graphics.moveTo(100, 280); graphics.lineTo(100, 281); } } if (row.charAt(X) == "+") { _root.tutorial1.tutorialslides1.showSlide("Slide 5"); touched_portal = true; } if ((opened_menu == true) && (touched_portal == true)) { row2 = "1000000000000000000000000000100E1"; _root.tutorial1.tutorialslides1.showSlide("Slide 6"); _root.end1._x = 620; _root.end1._y = 20; } } if (level > 46) { level = 46; } fscommand ("showmenu", false); var _local1 = _global.poll_objects.length - 1; while (_local1 >= 0) { var _local2 = _global.poll_objects[_local1]; _local2.poll(0.025000000372529); _local1--; } MapElementHandler(); AutodrawElementHandler(); } function onKeyDown() { if (Key.getCode() == 39) { if (draw_location > 31) { if (playing) { _root.moveRight(); } } pressedRight = true; } if (Key.getCode() == 37) { if (draw_location > 31) { if (playing) { _root.moveLeft(); } } pressedLeft = true; } if (Key.getCode() == 38) { if (draw_location > 31) { if (playing) { _root.moveUp(); } } pressedUp = true; } if (Key.getCode() == 40) { if (draw_location > 31) { if (playing) { _root.moveDown(); } } pressedDown = true; } if (Key.getCode() == 32) { if (draw_location > 31) { if (playing) { _root.menu1._visible = true; } } if (touched_portal == true) { opened_menu = true; } } } Key.addListener(this);Frame 3stop();Symbol 6 MovieClip [_init_globals] Frame 0#initclip _global.poll_objects = new Array(); _global.poll_objects.removeValue = function (_v) { var _local2 = 0; var _local3 = this; var _local4 = _local3.length; while (_local2 < _local4) { if (_local3[_local2] == _v) { this.splice(_local2, 1); return(_local2); } _local2 = _local2 + 1; } return("removeValue"); }; (ASSetPropFlags(_global.poll_objects.removeValue, null, 1));// not popped #endinitclipSymbol 8 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 319; _y = -21; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 8 MovieClip Frame 2stop();Symbol 10 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = -21; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; if (_cc == null) { velocity_x = 0; velocity_y = 0; acceleration_x = 0; acceleration_y = 0; scale_rate_x = 0; scale_rate_y = 0; alpha_rate = 0; friction_x = 0; friction_y = 0; angular_velocity = 0; angular_acceleration = 0; angular_friction = 0; } clone_array = new Array(); sprite_array = new Array(); function physics(velocity, acceleration, maximum, friction) { if (acceleration != 0) { velocity = velocity + (acceleration * 0.025000000372529); } if (friction > 0) { if (velocity > 0) { velocity = velocity - (friction * 0.025000000372529); if (velocity < 0) { velocity = 0; } } else if (velocity < 0) { velocity = velocity + (friction * 0.025000000372529); if (velocity > 0) { velocity = 0; } } } if (maximum > 0) { if (velocity > maximum) { velocity = maximum; } if (velocity < (-maximum)) { velocity = -maximum; } } return(velocity); } function onEnterFrame() { if (velocity_x != 0) { _x = _x + (velocity_x * 0.025000000372529); } if (velocity_y != 0) { _y = _y + (velocity_y * 0.025000000372529); } if (angular_velocity != 0) { _rotation = _rotation + (angular_velocity * 0.025000000372529); } velocity_x = physics(velocity_x, acceleration_x, 0, friction_x); velocity_y = physics(velocity_y, acceleration_y, 0, friction_y); angular_velocity = physics(angular_velocity, angular_acceleration, 0, angular_friction); if (scale_rate_x != 0) { _xscale = ((_xscale / 100) + (scale_rate_x * 0.000250000011874363)) * 100; } if (scale_rate_y != 0) { _yscale = ((_yscale / 100) + (scale_rate_y * 0.000250000011874363)) * 100; } if (alpha_rate != 0) { _alpha = ((_alpha / 100) + (alpha_rate * 0.000250000011874363)) * 100; } }Symbol 10 MovieClip Frame 2stop();Symbol 14 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = -20; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 14 MovieClip Frame 2stop();Symbol 15 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 240; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } function explode() { this._visible = 1; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 15 MovieClip Frame 32this.stop(); this.stop(); this._visible = 0;Symbol 64 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 240; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } function explode() { this._visible = 1; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 64 MovieClip Frame 22this.stop(); this.stop(); this._visible = 0;Symbol 97 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 240; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } function explode() { this._visible = 1; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 97 MovieClip Frame 18this.stop(); this._visible = 0; this.stop();Symbol 175 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 62; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 175 MovieClip Frame 2stop();Symbol 193 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 62; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 193 MovieClip Frame 2stop();Symbol 194 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function onRollOver() { normal._visible = 0; mouse_over._visible = 1; button_down._visible = 0; button_on._visible = 0; tellTarget ("_parent") { _root.onmouseover1.start(); }; } function onRollOut() { normal._visible = 1; mouse_over._visible = 0; button_down._visible = 0; button_on._visible = 0; animation._visible = 1; animation._alpha = 100 * 100; } function onDragOut() { onRollOut(); } function onPress() { normal._visible = 0; mouse_over._visible = 0; button_down._visible = 1; button_on._visible = 0; } function onRelease() { normal._visible = 0; mouse_over._visible = 1; button_down._visible = 0; button_on._visible = checked; tellTarget ("_parent") { _root.startmenu1._visible = 1; _root.mainmenu1._visible = 0; _root.onmouseclick1.start(); }; } function onReleaseOutside() { onRelease(); } stage = Stage; graphics = this; normal._visible = 1; mouse_over._visible = 0; button_down._visible = 0; button_on._visible = 0; animation._visible = 0; hot_zone._visible = 1; hot_zone._alpha = 0 * 100;Symbol 194 MovieClip Frame 2stop();Symbol 210 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function onRollOver() { normal._visible = 0; mouse_over._visible = 1; button_down._visible = 0; button_on._visible = 0; tellTarget ("_parent") { _root.onmouseover1.start(); }; } function onRollOut() { normal._visible = 1; mouse_over._visible = 0; button_down._visible = 0; button_on._visible = 0; animation._visible = 1; animation._alpha = 100 * 100; } function onDragOut() { onRollOut(); } function onPress() { normal._visible = 0; mouse_over._visible = 0; button_down._visible = 1; button_on._visible = 0; } function onRelease() { normal._visible = 0; mouse_over._visible = 1; button_down._visible = 0; button_on._visible = checked; tellTarget ("_parent") { _root.credits1._visible = 1; _root.credits1.creditslide1._y = 470; _root.mainmenu1._visible = 0; _root.onmouseclick1.start(); }; } function onReleaseOutside() { onRelease(); } stage = Stage; graphics = this; normal._visible = 1; mouse_over._visible = 0; button_down._visible = 0; button_on._visible = 0; animation._visible = 0; hot_zone._visible = 1; hot_zone._alpha = 0 * 100;Symbol 210 MovieClip Frame 2stop();Symbol 248 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function onRollOver() { normal._visible = 0; mouse_over._visible = 1; button_down._visible = 0; button_on._visible = 0; tellTarget ("_parent") { _root.onmouseover1.start(); }; } function onRollOut() { normal._visible = 1; mouse_over._visible = 0; button_down._visible = 0; button_on._visible = 0; animation._visible = 1; animation._alpha = 100 * 100; } function onDragOut() { onRollOut(); } function onPress() { normal._visible = 0; mouse_over._visible = 0; button_down._visible = 1; button_on._visible = 0; } function onRelease() { normal._visible = 0; mouse_over._visible = 1; button_down._visible = 0; button_on._visible = checked; tellTarget ("_parent") { _root.options1._visible = 1; _root.mainmenu1._visible = 0; _root.onmouseclick1.start(); }; } function onReleaseOutside() { onRelease(); } stage = Stage; graphics = this; normal._visible = 1; mouse_over._visible = 0; button_down._visible = 0; button_on._visible = 0; animation._visible = 0; hot_zone._visible = 1; hot_zone._alpha = 0 * 100;Symbol 248 MovieClip Frame 2stop();Symbol 286 MovieClip Frame 1setProperty("title_s1", _visible , 1); setProperty("title1", _visible , 1); setProperty("gotostart1", _visible , 1); setProperty("gotocredits1", _visible , 1); setProperty("gotooptions1", _visible , 1); function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 0; _y = -3; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; title_s1.reset(); title1.reset(); gotostart1.reset(); gotocredits1.reset(); gotooptions1.reset(); this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array(); function onEnterFrame() { _root.mainmenu1.title1._x = 320 + (Math.random() * 5); _root.mainmenu1.title1._y = 58 + (Math.random() * 5); _root.mainmenu1.title_s1._x = 320 + (Math.random() * 5); _root.mainmenu1.title_s1._y = 58 + (Math.random() * 5); }Symbol 286 MovieClip Frame 2stop();Symbol 341 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 323; _y = 40; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 341 MovieClip Frame 2stop();Symbol 360 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 323; _y = 40; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 360 MovieClip Frame 2stop();Symbol 361 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function onRollOver() { normal._visible = 0; mouse_over._visible = 1; button_down._visible = 0; button_on._visible = 0; tellTarget ("_parent") { _root.onmouseover1.start(); }; } function onRollOut() { normal._visible = 1; mouse_over._visible = 0; button_down._visible = 0; button_on._visible = 0; animation._visible = 1; animation._alpha = 100 * 100; } function onDragOut() { onRollOut(); } function onPress() { normal._visible = 0; mouse_over._visible = 0; button_down._visible = 1; button_on._visible = 0; } function onRelease() { normal._visible = 0; mouse_over._visible = 1; button_down._visible = 0; button_on._visible = checked; tellTarget ("_parent") { _root.onmouseclick1.start(); _root.UpLVL(); }; } function onReleaseOutside() { onRelease(); } stage = Stage; graphics = this; normal._visible = 1; mouse_over._visible = 0; button_down._visible = 0; button_on._visible = 0; animation._visible = 0; hot_zone._visible = 1; hot_zone._alpha = 0 * 100;Symbol 361 MovieClip Frame 2stop();Symbol 372 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function onRollOver() { normal._visible = 0; mouse_over._visible = 1; button_down._visible = 0; button_on._visible = 0; tellTarget ("_parent") { _root.onmouseover1.start(); }; } function onRollOut() { normal._visible = 1; mouse_over._visible = 0; button_down._visible = 0; button_on._visible = 0; animation._visible = 1; animation._alpha = 100 * 100; } function onDragOut() { onRollOut(); } function onPress() { normal._visible = 0; mouse_over._visible = 0; button_down._visible = 1; button_on._visible = 0; } function onRelease() { normal._visible = 0; mouse_over._visible = 1; button_down._visible = 0; button_on._visible = checked; tellTarget ("_parent") { _root.onmouseclick1.start(); _root.DownLVL(); }; } function onReleaseOutside() { onRelease(); } stage = Stage; graphics = this; normal._visible = 1; mouse_over._visible = 0; button_down._visible = 0; button_on._visible = 0; animation._visible = 0; hot_zone._visible = 1; hot_zone._alpha = 0 * 100;Symbol 372 MovieClip Frame 2stop();Symbol 395 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 395 MovieClip Frame 2stop();Symbol 399 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 399 MovieClip Frame 2stop();Symbol 403 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 403 MovieClip Frame 2stop();Symbol 407 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 407 MovieClip Frame 2stop();Symbol 411 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 411 MovieClip Frame 2stop();Symbol 415 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 415 MovieClip Frame 2stop();Symbol 419 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 419 MovieClip Frame 2stop();Symbol 423 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 423 MovieClip Frame 2stop();Symbol 427 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 427 MovieClip Frame 2stop();Symbol 431 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 431 MovieClip Frame 2stop();Symbol 435 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 435 MovieClip Frame 2stop();Symbol 439 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 439 MovieClip Frame 2stop();Symbol 443 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 443 MovieClip Frame 2stop();Symbol 447 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 447 MovieClip Frame 2stop();Symbol 451 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 451 MovieClip Frame 2stop();Symbol 455 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 455 MovieClip Frame 2stop();Symbol 459 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 459 MovieClip Frame 2stop();Symbol 463 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 463 MovieClip Frame 2stop();Symbol 467 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 467 MovieClip Frame 2stop();Symbol 471 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 471 MovieClip Frame 2stop();Symbol 475 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 475 MovieClip Frame 2stop();Symbol 479 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 479 MovieClip Frame 2stop();Symbol 483 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 483 MovieClip Frame 2stop();Symbol 487 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 487 MovieClip Frame 2stop();Symbol 491 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 491 MovieClip Frame 2stop();Symbol 495 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 495 MovieClip Frame 2stop();Symbol 499 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 499 MovieClip Frame 2stop();Symbol 503 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 503 MovieClip Frame 2stop();Symbol 507 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 507 MovieClip Frame 2stop();Symbol 511 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 511 MovieClip Frame 2stop();Symbol 515 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 515 MovieClip Frame 2stop();Symbol 519 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 519 MovieClip Frame 2stop();Symbol 523 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 523 MovieClip Frame 2stop();Symbol 527 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 527 MovieClip Frame 2stop();Symbol 531 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 531 MovieClip Frame 2stop();Symbol 535 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 535 MovieClip Frame 2stop();Symbol 539 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 539 MovieClip Frame 2stop();Symbol 543 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 543 MovieClip Frame 2stop();Symbol 547 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 547 MovieClip Frame 2stop();Symbol 551 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 551 MovieClip Frame 2stop();Symbol 555 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 555 MovieClip Frame 2stop();Symbol 559 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 559 MovieClip Frame 2stop();Symbol 563 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 563 MovieClip Frame 2stop();Symbol 567 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 567 MovieClip Frame 2stop();Symbol 571 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -50; _y = -37; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 571 MovieClip Frame 2stop();Symbol 383 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 119; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 577 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function onRollOver() { normal._visible = 0; mouse_over._visible = 1; button_down._visible = 0; button_on._visible = 0; tellTarget ("_parent") { _root.onmouseover1.start(); }; } function onRollOut() { normal._visible = 1; mouse_over._visible = 0; button_down._visible = 0; button_on._visible = 0; animation._visible = 1; animation._alpha = 100 * 100; } function onDragOut() { onRollOut(); } function onPress() { normal._visible = 0; mouse_over._visible = 0; button_down._visible = 1; button_on._visible = 0; } function onRelease() { normal._visible = 0; mouse_over._visible = 1; button_down._visible = 0; button_on._visible = checked; tellTarget ("_parent") { _root.graphics.clear(); _root.maze(); _root.draw_location = 0; _root.startmenu1._visible = 0; _root.playing = true; _root.onmouseclick1.start(); }; } function onReleaseOutside() { onRelease(); } stage = Stage; graphics = this; normal._visible = 1; mouse_over._visible = 0; button_down._visible = 0; button_on._visible = 0; animation._visible = 0; hot_zone._visible = 1; hot_zone._alpha = 0 * 100;Symbol 577 MovieClip Frame 2stop();Symbol 606 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function onRollOver() { normal._visible = 0; mouse_over._visible = 1; button_down._visible = 0; button_on._visible = 0; tellTarget ("_parent") { _root.onmouseover1.start(); }; } function onRollOut() { normal._visible = 1; mouse_over._visible = 0; button_down._visible = 0; button_on._visible = 0; animation._visible = 1; animation._alpha = 100 * 100; } function onDragOut() { onRollOut(); } function onPress() { normal._visible = 0; mouse_over._visible = 0; button_down._visible = 1; button_on._visible = 0; } function onRelease() { normal._visible = 0; mouse_over._visible = 1; button_down._visible = 0; button_on._visible = checked; tellTarget ("_parent") { _root.startmenu1._visible = 0; _root.mainmenu1._visible = 1; _root.onmouseclick1.start(); }; } function onReleaseOutside() { onRelease(); } stage = Stage; graphics = this; normal._visible = 1; mouse_over._visible = 0; button_down._visible = 0; button_on._visible = 0; animation._visible = 0; hot_zone._visible = 1; hot_zone._alpha = 0 * 100;Symbol 606 MovieClip Frame 2stop();Symbol 679 MovieClip Frame 1setProperty("start_menu_title_s1", _visible , 1); setProperty("start_menu_title1", _visible , 1); setProperty("nextlvl1", _visible , 1); setProperty("prevlvl1", _visible , 1); setProperty("maze_lvl_select1", _visible , 1); maze_lvl_select1.gotoAndPlay(1); setProperty("showlvl1", _visible , 1); setProperty("playselectedlvl1", _visible , 1); setProperty("backtomain1", _visible , 1); setProperty("savedata1", _visible , 1); function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 0; _y = 0; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; start_menu_title_s1.reset(); start_menu_title1.reset(); nextlvl1.reset(); prevlvl1.reset(); maze_lvl_select1.reset(); showlvl1.reset(); playselectedlvl1.reset(); backtomain1.reset(); savedata1.reset(); this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array(); function onEnterFrame() { _root.startmenu1.start_menu_title1._x = 318 + (Math.random() * 3); _root.startmenu1.start_menu_title1._y = 38 + (Math.random() * 3); _root.startmenu1.start_menu_title_s1._x = 318 + (Math.random() * 3); _root.startmenu1.start_menu_title_s1._y = 38 + (Math.random() * 3); }Symbol 679 MovieClip Frame 2stop();Symbol 682 MovieClip Frame 1setProperty("disp_credits1", _visible , 1); function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 17; _y = 465; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; disp_credits1.reset(); this.gotoAndPlay(1); } stage = Stage; graphics = this; if (_cc == null) { velocity_x = 0; velocity_y = -100; acceleration_x = 0; acceleration_y = 0; scale_rate_x = 0; scale_rate_y = 0; alpha_rate = 0; friction_x = 0; friction_y = 0; angular_velocity = 0; angular_acceleration = 0; angular_friction = 0; } clone_array = new Array(); sprite_array = new Array(); function physics(velocity, acceleration, maximum, friction) { if (acceleration != 0) { velocity = velocity + (acceleration * 0.025000000372529); } if (friction > 0) { if (velocity > 0) { velocity = velocity - (friction * 0.025000000372529); if (velocity < 0) { velocity = 0; } } else if (velocity < 0) { velocity = velocity + (friction * 0.025000000372529); if (velocity > 0) { velocity = 0; } } } if (maximum > 0) { if (velocity > maximum) { velocity = maximum; } if (velocity < (-maximum)) { velocity = -maximum; } } return(velocity); } function onEnterFrame() { if (velocity_x != 0) { _x = _x + (velocity_x * 0.025000000372529); } if (velocity_y != 0) { _y = _y + (velocity_y * 0.025000000372529); } if (angular_velocity != 0) { _rotation = _rotation + (angular_velocity * 0.025000000372529); } velocity_x = physics(velocity_x, acceleration_x, 0, friction_x); velocity_y = physics(velocity_y, acceleration_y, 0, friction_y); angular_velocity = physics(angular_velocity, angular_acceleration, 0, angular_friction); if (scale_rate_x != 0) { _xscale = ((_xscale / 100) + (scale_rate_x * 0.000250000011874363)) * 100; } if (scale_rate_y != 0) { _yscale = ((_yscale / 100) + (scale_rate_y * 0.000250000011874363)) * 100; } if (alpha_rate != 0) { _alpha = ((_alpha / 100) + (alpha_rate * 0.000250000011874363)) * 100; } }Symbol 682 MovieClip Frame 2stop();Symbol 683 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function onRollOver() { normal._visible = 0; mouse_over._visible = 1; button_down._visible = 0; button_on._visible = 0; tellTarget ("_parent") { _root.onmouseover1.start(); }; } function onRollOut() { normal._visible = 1; mouse_over._visible = 0; button_down._visible = 0; button_on._visible = 0; animation._visible = 1; animation._alpha = 100 * 100; } function onDragOut() { onRollOut(); } function onPress() { normal._visible = 0; mouse_over._visible = 0; button_down._visible = 1; button_on._visible = 0; } function onRelease() { normal._visible = 0; mouse_over._visible = 1; button_down._visible = 0; button_on._visible = checked; tellTarget ("_parent") { _root.credits1._visible = 0; _root.mainmenu1._visible = 1; _root.onmouseclick1.start(); }; } function onReleaseOutside() { onRelease(); } stage = Stage; graphics = this; normal._visible = 1; mouse_over._visible = 0; button_down._visible = 0; button_on._visible = 0; animation._visible = 0; hot_zone._visible = 1; hot_zone._alpha = 0 * 100;Symbol 683 MovieClip Frame 2stop();Symbol 724 MovieClip Frame 1setProperty("creditslide1", _visible , 1); setProperty("backtomain2", _visible , 1); function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 3; _y = -6; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; creditslide1.reset(); backtomain2.reset(); this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array(); if (_root.credits1.creditslide1._y < _root.credits1.creditslide1._height) { _root.credits1.creditslide1._y = 650; } function onEnterFrame() { if (_root.credits1.creditslide1._y < (-_root.credits1.creditslide1._height)) { _root.credits1.creditslide1._y = 470; if (this._visible) { _root.credits1._visible = 0; _root.mainmenu1._visible = 1; } } _root.credits1.creditslide1.velocity_y = -100; }Symbol 724 MovieClip Frame 2stop();Symbol 726 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 180; _y = 239; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 726 MovieClip Frame 2stop();Symbol 736 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function onRollOver() { normal._visible = 0; mouse_over._visible = 1; button_down._visible = 0; button_on._visible = 0; } function onRollOut() { normal._visible = 1; mouse_over._visible = 0; button_down._visible = 0; button_on._visible = 0; animation._visible = 1; animation._alpha = 100 * 100; } function onDragOut() { onRollOut(); } function onPress() { normal._visible = 0; mouse_over._visible = 0; button_down._visible = 1; button_on._visible = 0; } function onRelease() { normal._visible = 0; mouse_over._visible = 1; button_down._visible = 0; button_on._visible = checked; tellTarget ("_parent") { game_snd = game_snd - 5; }; } function onReleaseOutside() { onRelease(); } stage = Stage; graphics = this; normal._visible = 1; mouse_over._visible = 0; button_down._visible = 0; button_on._visible = 0; animation._visible = 0; hot_zone._visible = 1; hot_zone._alpha = 0 * 100;Symbol 736 MovieClip Frame 2stop();Symbol 747 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function onRollOver() { normal._visible = 0; mouse_over._visible = 1; button_down._visible = 0; button_on._visible = 0; } function onRollOut() { normal._visible = 1; mouse_over._visible = 0; button_down._visible = 0; button_on._visible = 0; animation._visible = 1; animation._alpha = 100 * 100; } function onDragOut() { onRollOut(); } function onPress() { normal._visible = 0; mouse_over._visible = 0; button_down._visible = 1; button_on._visible = 0; } function onRelease() { normal._visible = 0; mouse_over._visible = 1; button_down._visible = 0; button_on._visible = checked; tellTarget ("_parent") { game_snd = game_snd + 5; }; } function onReleaseOutside() { onRelease(); } stage = Stage; graphics = this; normal._visible = 1; mouse_over._visible = 0; button_down._visible = 0; button_on._visible = 0; animation._visible = 0; hot_zone._visible = 1; hot_zone._alpha = 0 * 100;Symbol 747 MovieClip Frame 2stop();Symbol 779 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 319; _y = 39; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 779 MovieClip Frame 2stop();Symbol 787 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 319; _y = 39; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 787 MovieClip Frame 2stop();Symbol 788 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function onRollOver() { normal._visible = 0; mouse_over._visible = 1; button_down._visible = 0; button_on._visible = 0; tellTarget ("_parent") { _root.onmouseover1.start(); }; } function onRollOut() { normal._visible = 1; mouse_over._visible = 0; button_down._visible = 0; button_on._visible = 0; animation._visible = 1; animation._alpha = 100 * 100; } function onDragOut() { onRollOut(); } function onPress() { normal._visible = 0; mouse_over._visible = 0; button_down._visible = 1; button_on._visible = 0; } function onRelease() { normal._visible = 0; mouse_over._visible = 1; button_down._visible = 0; button_on._visible = checked; tellTarget ("_parent") { _root.options1._visible = 0; _root.mainmenu1._visible = 1; _root.onmouseclick1.start(); }; } function onReleaseOutside() { onRelease(); } stage = Stage; graphics = this; normal._visible = 1; mouse_over._visible = 0; button_down._visible = 0; button_on._visible = 0; animation._visible = 0; hot_zone._visible = 1; hot_zone._alpha = 0 * 100;Symbol 788 MovieClip Frame 2stop();Symbol 829 MovieClip Frame 1setProperty("gamesndbar1", _visible , 1); setProperty("gamedown1", _visible , 1); setProperty("gameup1", _visible , 1); setProperty("opt_title_s1", _visible , 1); setProperty("opt_title1", _visible , 1); setProperty("backtomain3", _visible , 1); function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 0; _y = 0; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; gamesndbar1.reset(); gamedown1.reset(); gameup1.reset(); opt_title_s1.reset(); opt_title1.reset(); backtomain3.reset(); this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array(); if (!hasOwnProperty("game_snd")) { game_snd = 100; } options_x = _root.options1.opt_title1._x; options_y = _root.options1.opt_title1._y; function onEnterFrame() { _root.options1.gamesndbar1._xscale = (game_snd / 100) * 100; _root.music1.setVolume(game_snd); _root.onmouseover1.setVolume(game_snd); _root.onmouseclick1.setVolume(game_snd); _root.portal1.setVolume(game_snd); _root.explosion58.setVolume(game_snd); _root.options1.opt_title1._x = options_x + (Math.random() * 3); _root.options1.opt_title1._y = options_y + (Math.random() * 3); _root.options1.opt_title_s1._x = options_x + (Math.random() * 3); _root.options1.opt_title_s1._y = options_y + (Math.random() * 3); if (game_snd > 100) { game_snd = 100; } if (game_snd < 0) { game_snd = 0; } }Symbol 829 MovieClip Frame 2stop();Symbol 830 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function onRollOver() { normal._visible = 0; mouse_over._visible = 1; button_down._visible = 0; button_on._visible = 0; tellTarget ("_parent") { _root.onmouseover1.start(); }; } function onRollOut() { normal._visible = 1; mouse_over._visible = 0; button_down._visible = 0; button_on._visible = 0; animation._visible = 1; animation._alpha = 100 * 100; } function onDragOut() { onRollOut(); } function onPress() { normal._visible = 0; mouse_over._visible = 0; button_down._visible = 1; button_on._visible = 0; } function onRelease() { normal._visible = 0; mouse_over._visible = 1; button_down._visible = 0; button_on._visible = checked; tellTarget ("_parent") { this._visible = 0; graphics.clear(); _root.guy1._x = -20; _root.guy1._y = -20; _root.viewedperson1._x = -20; _root.viewedperson1._y = -20; _root.end1._x = 660; _root.startmenu1._visible = 1; if (_root.level == (_root.total_lvl + 1)) { _root.total_lvl++; _root.level = _root.total_lvl + 1; } _root.saveGame(); if (save.data.tot_lvl == null) { _root.startmenu1.savedata1.text = "No Save Data Found"; } if (save.data.tot_lvl != null) { _root.startmenu1.savedata1.text = "Your Highest Level is " + _root.total_lvl; } _root.onmouseclick1.start(); }; } function onReleaseOutside() { onRelease(); } stage = Stage; graphics = this; normal._visible = 1; mouse_over._visible = 0; button_down._visible = 0; button_on._visible = 0; animation._visible = 0; hot_zone._visible = 1; hot_zone._alpha = 0 * 100;Symbol 830 MovieClip Frame 2stop();Symbol 853 MovieClip Frame 1setProperty("disp_author1", _visible , 1); function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 319; _y = 449; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; disp_author1.reset(); this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array(); this._alpha = 0 * 100; function onEnterFrame() { _root.levelauthor1.disp_author1.text = "Level By: " + _root.author; if (((this._alpha / 100) < 1) && ((_root.draw_location < 31) && (_root.draw_location > 2))) { this._alpha = ((this._alpha / 100) + 0.100000001490116) * 100; } else { this._alpha = ((this._alpha / 100) - 0.100000001490116) * 100; } if ((this._alpha / 100) <= 0) { this._visible = 0; } if ((this._alpha / 100) > 0) { this._visible = 1; } if ((this._alpha / 100) > 1) { this._alpha = 1 * 100; } if ((this._alpha / 100) < 0) { this._alpha = 0 * 100; } }Symbol 853 MovieClip Frame 2stop();Symbol 910 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -59; _y = -12; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 910 MovieClip Frame 2stop();Symbol 946 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -59; _y = -12; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 946 MovieClip Frame 2stop();Symbol 1004 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -59; _y = -12; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1004 MovieClip Frame 2stop();Symbol 1123 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -59; _y = -12; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1123 MovieClip Frame 2stop();Symbol 1187 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -59; _y = -12; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1187 MovieClip Frame 2stop();Symbol 1316 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -59; _y = -12; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1316 MovieClip Frame 2stop();Symbol 857 MovieClip Frame 1slide1._p(-59, -12, 100, 100, 0, 100); slide2._p(-59, -12, 100, 100, 0, 100); slide3._p(-59, -12, 100, 100, 0, 100); slide4._p(-59, -12, 100, 100, 0, 100); slide5._p(-59, -12, 100, 100, 0, 100); slide6._p(-59, -12, 100, 100, 0, 100); setProperty("slide1", _visible , 1); setProperty("slide1", _visible , 1); setProperty("slide2", _visible , 0); setProperty("slide2", _visible , 0); setProperty("slide3", _visible , 0); setProperty("slide3", _visible , 0); setProperty("slide4", _visible , 0); setProperty("slide4", _visible , 0); setProperty("slide5", _visible , 0); setProperty("slide5", _visible , 0); setProperty("slide6", _visible , 0); setProperty("slide6", _visible , 0); function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = -1; _y = -87; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } function showSlide(name) { names.findValue = function (_v) { var _local2 = 0; var _local3 = this; var _local4 = _local3.length; while (_local2 < _local4) { if (_local3[_local2] == _v) { return(_local2); } _local2 = _local2 + 1; } return(-1); }; var _local2 = names.findValue(name); if (_local2 != -1) { showIndex(_local2); } } function showIndex(i) { slides[index]._visible = false; slides[i]._visible = true; index = i; } function nextSlide() { var _local1 = index + 1; if (_local1 >= 6) { _local1 = 0; } showIndex(_local1); } function prevSlide() { var _local1 = index - 1; if (_local1 < 0) { _local1 = 5; } showIndex(_local1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array(); index = 0; names = ["Slide 1", "Slide 2", "Slide 3", "Slide 4", "Slide 5", "Slide 6"]; slides = new Array(); slides.push(slide1); slides.push(slide2); slides.push(slide3); slides.push(slide4); slides.push(slide5); slides.push(slide6);Symbol 857 MovieClip Frame 2stop();Symbol 1317 MovieClip Frame 1setProperty("tutorialslides1", _visible , 1); function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 180; _y = 139; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; tutorialslides1.reset(); this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1317 MovieClip Frame 2stop();Symbol 1335 MovieClip Frame 2stop();Symbol 1321 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function onRollOver() { normal._visible = 0; mouse_over._visible = 1; button_down._visible = 0; button_on._visible = 0; tellTarget ("_parent") { _root.onmouseover1.start(); }; } function onRollOut() { normal._visible = 1; mouse_over._visible = 0; button_down._visible = 0; button_on._visible = 0; animation._visible = 1; animation._alpha = 100 * 100; tellTarget ("_parent") { _root.stopLoad(); }; } function onDragOut() { onRollOut(); } function onPress() { normal._visible = 0; mouse_over._visible = 0; button_down._visible = 1; button_on._visible = 0; } function onRelease() { normal._visible = 0; mouse_over._visible = 1; button_down._visible = 0; button_on._visible = checked; tellTarget ("_parent") { _root.menu1._visible = false; _root.graphics.clear(); _root.startmenu1._visible = 1; _root.menu1._visible = 0; _root.playing = false; _root.onmouseclick1.start(); }; } function onReleaseOutside() { onRelease(); } stage = Stage; graphics = this; normal._visible = 1; mouse_over._visible = 0; button_down._visible = 0; button_on._visible = 0; animation._visible = 0; hot_zone._visible = 1; hot_zone._alpha = 0 * 100;Symbol 1321 MovieClip Frame 2stop();Symbol 1354 MovieClip Frame 2stop();Symbol 1365 MovieClip Frame 2stop();Symbol 1376 MovieClip Frame 2stop();Symbol 1337 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function onRollOver() { normal._visible = 0; mouse_over._visible = 1; button_down._visible = 0; button_on._visible = 0; tellTarget ("_parent") { _root.onmouseover1.start(); }; } function onRollOut() { normal._visible = 1; mouse_over._visible = 0; button_down._visible = 0; button_on._visible = 0; animation._visible = 1; animation._alpha = 100 * 100; } function onDragOut() { onRollOut(); } function onPress() { normal._visible = 0; mouse_over._visible = 0; button_down._visible = 1; button_on._visible = 0; } function onRelease() { normal._visible = 0; mouse_over._visible = 1; button_down._visible = 0; button_on._visible = checked; tellTarget ("_parent") { if (_root.playing) { _root.guy1._x = _root.guyX; _root.guy1._y = _root.guyY; _root.viewedperson1._x = _root.guyX; _root.viewedperson1._y = _root.guyY; } _root.onmouseclick1.start(); }; } function onReleaseOutside() { onRelease(); } stage = Stage; graphics = this; normal._visible = 1; mouse_over._visible = 0; button_down._visible = 0; button_on._visible = 0; animation._visible = 0; hot_zone._visible = 1; hot_zone._alpha = 0 * 100;Symbol 1337 MovieClip Frame 2stop();Symbol 1378 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function onRollOver() { normal._visible = 0; mouse_over._visible = 1; button_down._visible = 0; button_on._visible = 0; tellTarget ("_parent") { _root.onmouseover1.start(); }; } function onRollOut() { normal._visible = 1; mouse_over._visible = 0; button_down._visible = 0; button_on._visible = 0; animation._visible = 1; animation._alpha = 100 * 100; } function onDragOut() { onRollOut(); } function onPress() { normal._visible = 0; mouse_over._visible = 0; button_down._visible = 1; button_on._visible = 0; tellTarget ("_parent") { _root.menu1._visible = false; }; } function onRelease() { normal._visible = 0; mouse_over._visible = 1; button_down._visible = 0; button_on._visible = checked; tellTarget ("_parent") { _root.onmouseclick1.start(); }; } function onReleaseOutside() { onRelease(); } stage = Stage; graphics = this; normal._visible = 1; mouse_over._visible = 0; button_down._visible = 0; button_on._visible = 0; animation._visible = 0; hot_zone._visible = 1; hot_zone._alpha = 0 * 100;Symbol 1378 MovieClip Frame 2stop();Symbol 1389 MovieClip Frame 1setProperty("quit1", _visible , 1); setProperty("restart1", _visible , 1); setProperty("button1", _visible , 1); function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 319; _y = 240; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; quit1.reset(); restart1.reset(); button1.reset(); this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1389 MovieClip Frame 2stop();Symbol 1390 MovieClip Frame 1function play() { if (isPlaying()) { return(); } sound.start(0, 100); is_playing = true; } function start(position) { if (position == null) { position = 0; } if (isPlaying()) { stop(); } sound.start(position, 100); is_playing = true; } function stop() { sound.stop("ITriedhaha"); is_playing = false; } function getDuration() { return(sound.duration / 1000); } function getPosition() { return(sound.position / 1000); } function getVolume() { return(sound.getVolume()); } function setPosition(pos) { var _local2 = isPlaying(); sound.start(pos); if (!_local2) { sound.stop(); } } function setVolume(value) { return(sound.setVolume(value)); } function setBalance(value) { return(sound.setPan(value)); } function getBalance() { return(sound.getPan()); } function getBytesLoaded() { return(sound.getBytesLoaded()); } function getBytesTotal() { return(sound.getBytesTotal()); } function isPlaying() { return((sound.position > 0) && ((sound.position < sound.duration) && (is_playing))); } is_playing = false; sound = new Sound(); sound.attachSound("ITriedhaha"); start();Symbol 1391 MovieClip Frame 1function play() { sound.start(0, 1); is_playing = true; } function start(position) { if (position == null) { position = 0; } sound.start(position, 1); is_playing = true; } function stop() { sound.stop("OnMouseOver"); is_playing = false; } function getDuration() { return(sound.duration / 1000); } function getPosition() { return(sound.position / 1000); } function getVolume() { return(sound.getVolume()); } function setPosition(pos) { var _local2 = isPlaying(); sound.start(pos); if (!_local2) { sound.stop(); } } function setVolume(value) { return(sound.setVolume(value)); } function setBalance(value) { return(sound.setPan(value)); } function getBalance() { return(sound.getPan()); } function getBytesLoaded() { return(sound.getBytesLoaded()); } function getBytesTotal() { return(sound.getBytesTotal()); } function isPlaying() { return((sound.position > 0) && ((sound.position < sound.duration) && (is_playing))); } is_playing = false; sound = new Sound(); sound.attachSound("OnMouseOver");Symbol 1392 MovieClip Frame 1function play() { sound.start(0, 1); is_playing = true; } function start(position) { if (position == null) { position = 0; } sound.start(position, 1); is_playing = true; } function stop() { sound.stop("OnMouseClick"); is_playing = false; } function getDuration() { return(sound.duration / 1000); } function getPosition() { return(sound.position / 1000); } function getVolume() { return(sound.getVolume()); } function setPosition(pos) { var _local2 = isPlaying(); sound.start(pos); if (!_local2) { sound.stop(); } } function setVolume(value) { return(sound.setVolume(value)); } function setBalance(value) { return(sound.setPan(value)); } function getBalance() { return(sound.getPan()); } function getBytesLoaded() { return(sound.getBytesLoaded()); } function getBytesTotal() { return(sound.getBytesTotal()); } function isPlaying() { return((sound.position > 0) && ((sound.position < sound.duration) && (is_playing))); } is_playing = false; sound = new Sound(); sound.attachSound("OnMouseClick");Symbol 1393 MovieClip Frame 1function play() { sound.start(0, 1); is_playing = true; } function start(position) { if (position == null) { position = 0; } sound.start(position, 1); is_playing = true; } function stop() { sound.stop("Portal1"); is_playing = false; } function getDuration() { return(sound.duration / 1000); } function getPosition() { return(sound.position / 1000); } function getVolume() { return(sound.getVolume()); } function setPosition(pos) { var _local2 = isPlaying(); sound.start(pos); if (!_local2) { sound.stop(); } } function setVolume(value) { return(sound.setVolume(value)); } function setBalance(value) { return(sound.setPan(value)); } function getBalance() { return(sound.getPan()); } function getBytesLoaded() { return(sound.getBytesLoaded()); } function getBytesTotal() { return(sound.getBytesTotal()); } function isPlaying() { return((sound.position > 0) && ((sound.position < sound.duration) && (is_playing))); } is_playing = false; sound = new Sound(); sound.attachSound("Portal1");Symbol 1394 MovieClip Frame 1function play() { sound.start(0, 1); is_playing = true; } function start(position) { if (position == null) { position = 0; } sound.start(position, 1); is_playing = true; } function stop() { sound.stop("Explosion3"); is_playing = false; } function getDuration() { return(sound.duration / 1000); } function getPosition() { return(sound.position / 1000); } function getVolume() { return(sound.getVolume()); } function setPosition(pos) { var _local2 = isPlaying(); sound.start(pos); if (!_local2) { sound.stop(); } } function setVolume(value) { return(sound.setVolume(value)); } function setBalance(value) { return(sound.setPan(value)); } function getBalance() { return(sound.getPan()); } function getBytesLoaded() { return(sound.getBytesLoaded()); } function getBytesTotal() { return(sound.getBytesTotal()); } function isPlaying() { return((sound.position > 0) && ((sound.position < sound.duration) && (is_playing))); } is_playing = false; sound = new Sound(); sound.attachSound("Explosion3");Symbol 1396 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 0; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1396 MovieClip Frame 2stop();Symbol 1398 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 21; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1398 MovieClip Frame 2stop();Symbol 1400 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 42; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1400 MovieClip Frame 2stop();Symbol 1402 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 61; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1402 MovieClip Frame 2stop();Symbol 1404 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 81; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1404 MovieClip Frame 2stop();Symbol 1406 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 101; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1406 MovieClip Frame 2stop();Symbol 1408 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 121; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1408 MovieClip Frame 2stop();Symbol 1410 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 141; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1410 MovieClip Frame 2stop();Symbol 1412 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 161; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1412 MovieClip Frame 2stop();Symbol 1414 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 181; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1414 MovieClip Frame 2stop();Symbol 1416 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 201; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1416 MovieClip Frame 2stop();Symbol 1418 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 221; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1418 MovieClip Frame 2stop();Symbol 1420 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 241; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1420 MovieClip Frame 2stop();Symbol 1422 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 261; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1422 MovieClip Frame 2stop();Symbol 1424 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 281; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1424 MovieClip Frame 2stop();Symbol 1426 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 301; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1426 MovieClip Frame 2stop();Symbol 1428 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 321; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1428 MovieClip Frame 2stop();Symbol 1430 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 341; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1430 MovieClip Frame 2stop();Symbol 1432 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 361; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1432 MovieClip Frame 2stop();Symbol 1434 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 381; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1434 MovieClip Frame 2stop();Symbol 1436 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 401; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1436 MovieClip Frame 2stop();Symbol 1438 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 421; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1438 MovieClip Frame 2stop();Symbol 1440 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 441; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1440 MovieClip Frame 2stop();Symbol 1442 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 461; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1442 MovieClip Frame 2stop();Symbol 1444 MovieClip Frame 1function start() { gotoAndPlay(1); } function _p(xx, yy, sx, sy, rr, aa) { _x = xx; _y = yy; _xscale = sx; _yscale = sy; _rotation = rr; _alpha = aa; } function clone() { var _local1 = _root._top_depth + 1; _root._top_depth = _local1; var _local2 = "_clone" + _local1; this.duplicateMovieClip(_local2, _local1, this); var _local3 = _parent[_local2]; _local3._cc = true; clone_array.push(_local3); _local3._cp = this; return(_local3); } function reset() { _x = 320; _y = 481; _xscale = 100; _yscale = 100; _rotation = 0; _alpha = 100; this.gotoAndPlay(1); } stage = Stage; graphics = this; clone_array = new Array(); sprite_array = new Array();Symbol 1444 MovieClip Frame 2stop();
Library Items
| Symbol 1 Sound [ITriedhaha] | ||
| Symbol 2 Sound [OnMouseOver] | ||
| Symbol 3 Sound [OnMouseClick] | ||
| Symbol 4 Sound [Portal1] | ||
| Symbol 5 Sound [Explosion3] | ||
| Symbol 6 MovieClip [_init_globals] | ||
| Symbol 7 Graphic | Used by:8 | |
| Symbol 8 MovieClip | Uses:7 | Used by:Timeline |
| Symbol 9 Graphic | Used by:10 | |
| Symbol 10 MovieClip | Uses:9 | Used by:Timeline |
| Symbol 12 Bitmap | Used by:13 | |
| Symbol 13 Graphic | Uses:12 | Used by:14 |
| Symbol 14 MovieClip | Uses:13 | Used by:Timeline |
| Symbol 16 Graphic | Used by:15 | |
| Symbol 17 Graphic | Used by:15 | |
| Symbol 18 Graphic | Used by:15 | |
| Symbol 19 Graphic | Used by:15 | |
| Symbol 20 Graphic | Used by:15 | |
| Symbol 21 Graphic | Used by:15 | |
| Symbol 22 Graphic | Used by:15 | |
| Symbol 23 Graphic | Used by:15 | |
| Symbol 24 Graphic | Used by:15 | |
| Symbol 25 Graphic | Used by:15 | |
| Symbol 26 Graphic | Used by:15 | |
| Symbol 27 Graphic | Used by:15 | |
| Symbol 28 Graphic | Used by:15 | |
| Symbol 29 Graphic | Used by:15 | |
| Symbol 30 Graphic | Used by:15 | |
| Symbol 31 Graphic | Used by:15 | |
| Symbol 32 Graphic | Used by:15 | |
| Symbol 33 Graphic | Used by:15 | |
| Symbol 34 Graphic | Used by:15 | |
| Symbol 35 Graphic | Used by:15 | |
| Symbol 36 Graphic | Used by:15 | |
| Symbol 37 Graphic | Used by:15 | |
| Symbol 38 Graphic | Used by:15 | |
| Symbol 39 Graphic | Used by:15 | |
| Symbol 40 Graphic | Used by:15 | |
| Symbol 41 Graphic | Used by:15 | |
| Symbol 42 Graphic | Used by:15 | |
| Symbol 43 Graphic | Used by:15 | |
| Symbol 44 Graphic | Used by:15 | |
| Symbol 45 Graphic | Used by:15 | |
| Symbol 46 Graphic | Used by:15 | |
| Symbol 47 Graphic | Used by:15 | |
| Symbol 48 Graphic | Used by:15 | |
| Symbol 49 Graphic | Used by:15 | |
| Symbol 50 Graphic | Used by:15 | |
| Symbol 51 Graphic | Used by:15 | |
| Symbol 52 Graphic | Used by:15 | |
| Symbol 53 Graphic | Used by:15 | |
| Symbol 54 Graphic | Used by:15 | |
| Symbol 55 Graphic | Used by:15 | |
| Symbol 56 Graphic | Used by:15 | |
| Symbol 57 Graphic | Used by:15 | |
| Symbol 58 Graphic | Used by:15 | |
| Symbol 59 Graphic | Used by:15 | |
| Symbol 60 Graphic | Used by:15 | |
| Symbol 61 Graphic | Used by:15 | |
| Symbol 62 Graphic | Used by:15 | |
| Symbol 63 Graphic | Used by:15 | |
| Symbol 15 MovieClip | Uses: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 63 | Used by:Timeline |
| Symbol 65 Graphic | Used by:64 | |
| Symbol 66 Graphic | Used by:64 | |
| Symbol 67 Graphic | Used by:64 | |
| Symbol 68 Graphic | Used by:64 | |
| Symbol 69 Graphic | Used by:64 | |
| Symbol 70 Graphic | Used by:64 | |
| Symbol 71 Graphic | Used by:64 | |
| Symbol 72 Graphic | Used by:64 | |
| Symbol 73 Graphic | Used by:64 | |
| Symbol 74 Graphic | Used by:64 | |
| Symbol 75 Graphic | Used by:64 | |
| Symbol 76 Graphic | Used by:64 | |
| Symbol 77 Graphic | Used by:64 | |
| Symbol 78 Graphic | Used by:64 | |
| Symbol 79 Graphic | Used by:64 | |
| Symbol 80 Graphic | Used by:64 | |
| Symbol 81 Graphic | Used by:64 | |
| Symbol 82 Graphic | Used by:64 | |
| Symbol 83 Graphic | Used by:64 | |
| Symbol 84 Graphic | Used by:64 | |
| Symbol 85 Graphic | Used by:64 | |
| Symbol 86 Graphic | Used by:64 | |
| Symbol 87 Graphic | Used by:64 | |
| Symbol 88 Graphic | Used by:64 | |
| Symbol 89 Graphic | Used by:64 | |
| Symbol 90 Graphic | Used by:64 | |
| Symbol 91 Graphic | Used by:64 | |
| Symbol 92 Graphic | Used by:64 | |
| Symbol 93 Graphic | Used by:64 | |
| Symbol 94 Graphic | Used by:64 | |
| Symbol 95 Graphic | Used by:64 | |
| Symbol 96 Graphic | Used by:64 | |
| Symbol 64 MovieClip | Uses:65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 | Used by:Timeline |
| Symbol 98 Graphic | Used by:97 | |
| Symbol 99 Graphic | Used by:97 | |
| Symbol 100 Graphic | Used by:97 | |
| Symbol 101 Graphic | Used by:97 | |
| Symbol 102 Graphic | Used by:97 | |
| Symbol 103 Graphic | Used by:97 | |
| Symbol 104 Graphic | Used by:97 | |
| Symbol 105 Graphic | Used by:97 | |
| Symbol 106 Graphic | Used by:97 | |
| Symbol 107 Graphic | Used by:97 | |
| Symbol 108 Graphic | Used by:97 | |
| Symbol 109 Graphic | Used by:97 | |
| Symbol 110 Graphic | Used by:97 | |
| Symbol 111 Graphic | Used by:97 | |
| Symbol 112 Graphic | Used by:97 | |
| Symbol 113 Graphic | Used by:97 | |
| Symbol 114 Graphic | Used by:97 | |
| Symbol 115 Graphic | Used by:97 | |
| Symbol 116 Graphic | Used by:97 | |
| Symbol 117 Graphic | Used by:97 | |
| Symbol 118 Graphic | Used by:97 | |
| Symbol 119 Graphic | Used by:97 | |
| Symbol 120 Graphic | Used by:97 | |
| Symbol 121 Graphic | Used by:97 | |
| Symbol 122 Graphic | Used by:97 | |
| Symbol 123 Graphic | Used by:97 | |
| Symbol 97 MovieClip | Uses:98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 | Used by:Timeline |
| Symbol 125 Bitmap | Used by:126 | |
| Symbol 126 Graphic | Uses:125 | Used by:175 |
| Symbol 128 Bitmap | Used by:129 | |
| Symbol 129 Graphic | Uses:128 | Used by:175 |
| Symbol 131 Bitmap | Used by:132 | |
| Symbol 132 Graphic | Uses:131 | Used by:175 |
| Symbol 134 Bitmap | Used by:135 | |
| Symbol 135 Graphic | Uses:134 | Used by:175 |
| Symbol 137 Bitmap | Used by:138 | |
| Symbol 138 Graphic | Uses:137 | Used by:175 |
| Symbol 140 Bitmap | Used by:141 | |
| Symbol 141 Graphic | Uses:140 | Used by:175 |
| Symbol 143 Bitmap | Used by:144 | |
| Symbol 144 Graphic | Uses:143 | Used by:175 |
| Symbol 146 Bitmap | Used by:147 | |
| Symbol 147 Graphic | Uses:146 | Used by:175 |
| Symbol 149 Bitmap | Used by:150 | |
| Symbol 150 Graphic | Uses:149 | Used by:175 |
| Symbol 152 Bitmap | Used by:153 | |
| Symbol 153 Graphic | Uses:152 | Used by:175 |
| Symbol 155 Bitmap | Used by:156 | |
| Symbol 156 Graphic | Uses:155 | Used by:175 |
| Symbol 158 Bitmap | Used by:159 | |
| Symbol 159 Graphic | Uses:158 | Used by:175 |
| Symbol 161 Bitmap | Used by:162 | |
| Symbol 162 Graphic | Uses:161 | Used by:175 |
| Symbol 164 Bitmap | Used by:165 | |
| Symbol 165 Graphic | Uses:164 | Used by:175 |
| Symbol 167 Bitmap | Used by:168 | |
| Symbol 168 Graphic | Uses:167 | Used by:175 |
| Symbol 170 Bitmap | Used by:171 | |
| Symbol 171 Graphic | Uses:170 | Used by:175 |
| Symbol 173 Bitmap | Used by:174 | |
| Symbol 174 Graphic | Uses:173 | Used by:175 |
| Symbol 175 MovieClip | Uses:126 129 132 135 138 141 144 147 150 153 156 159 162 165 168 171 174 | Used by:286 |
| Symbol 176 Graphic | Used by:193 | |
| Symbol 177 Graphic | Used by:193 | |
| Symbol 178 Graphic | Used by:193 | |
| Symbol 179 Graphic | Used by:193 | |
| Symbol 180 Graphic | Used by:193 | |
| Symbol 181 Graphic | Used by:193 | |
| Symbol 182 Graphic | Used by:193 | |
| Symbol 183 Graphic | Used by:193 | |
| Symbol 184 Graphic | Used by:193 | |
| Symbol 185 Graphic | Used by:193 | |
| Symbol 186 Graphic | Used by:193 | |
| Symbol 187 Graphic | Used by:193 | |
| Symbol 188 Graphic | Used by:193 | |
| Symbol 189 Graphic | Used by:193 | |
| Symbol 190 Graphic | Used by:193 | |
| Symbol 191 Graphic | Used by:193 | |
| Symbol 192 Graphic | Used by:193 | |
| Symbol 193 MovieClip | Uses:176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 | Used by:286 |
| Symbol 202 Bitmap | Used by:203 | |
| Symbol 203 Graphic | Uses:202 | Used by:195 |
| Symbol 204 Graphic | Used by:195 | |
| Symbol 205 Graphic | Used by:195 | |
| Symbol 206 Graphic | Used by:195 | |
| Symbol 207 Graphic | Used by:195 | |
| Symbol 208 Graphic | Used by:195 | |
| Symbol 209 Graphic | Used by:200 | |
| Symbol 195 MovieClip | Uses:203 204 205 206 207 208 | Used by:194 |
| Symbol 196 MovieClip | ||
| Symbol 197 MovieClip | ||
| Symbol 198 MovieClip | ||
| Symbol 199 MovieClip | ||
| Symbol 200 MovieClip | Uses:209 | Used by:194 |
| Symbol 194 MovieClip | Uses:195 200 | Used by:286 |
| Symbol 218 Bitmap | Used by:219 | |
| Symbol 219 Graphic | Uses:218 | Used by:211 |
| Symbol 220 Graphic | Used by:211 | |
| Symbol 221 Graphic | Used by:211 | |
| Symbol 222 Graphic | Used by:211 | |
| Symbol 223 Graphic | Used by:211 | |
| Symbol 224 Graphic | Used by:211 | |
| Symbol 225 Graphic | Used by:211 | |
| Symbol 226 Graphic | Used by:211 | |
| Symbol 228 Bitmap | Used by:229 | |
| Symbol 229 Graphic | Uses:228 | Used by:212 |
| Symbol 230 Graphic | Used by:212 | |
| Symbol 231 Graphic | Used by:212 | |
| Symbol 232 Graphic | Used by:212 | |
| Symbol 233 Graphic | Used by:212 | |
| Symbol 234 Graphic | Used by:212 | |
| Symbol 235 Graphic | Used by:212 | |
| Symbol 236 Graphic | Used by:212 | |
| Symbol 238 Bitmap | Used by:239 | |
| Symbol 239 Graphic | Uses:238 | Used by:213 |
| Symbol 240 Graphic | Used by:213 | |
| Symbol 241 Graphic | Used by:213 | |
| Symbol 242 Graphic | Used by:213 | |
| Symbol 243 Graphic | Used by:213 | |
| Symbol 244 Graphic | Used by:213 | |
| Symbol 245 Graphic | Used by:213 | |
| Symbol 246 Graphic | Used by:213 | |
| Symbol 247 Graphic | Used by:216 | |
| Symbol 211 MovieClip | Uses:219 220 221 222 223 224 225 226 | Used by:210 |
| Symbol 212 MovieClip | Uses:229 230 231 232 233 234 235 236 | Used by:210 |
| Symbol 213 MovieClip | Uses:239 240 241 242 243 244 245 246 | Used by:210 |
| Symbol 214 MovieClip | ||
| Symbol 215 MovieClip | ||
| Symbol 216 MovieClip | Uses:247 | Used by:210 |
| Symbol 210 MovieClip | Uses:211 212 213 216 | Used by:286 |
| Symbol 256 Bitmap | Used by:257 | |
| Symbol 257 Graphic | Uses:256 | Used by:249 |
| Symbol 258 Graphic | Used by:249 | |
| Symbol 259 Graphic | Used by:249 | |
| Symbol 260 Graphic | Used by:249 | |
| Symbol 261 Graphic | Used by:249 | |
| Symbol 262 Graphic | Used by:249 | |
| Symbol 263 Graphic | Used by:249 | |
| Symbol 264 Graphic | Used by:249 | |
| Symbol 266 Bitmap | Used by:267 | |
| Symbol 267 Graphic | Uses:266 | Used by:250 |
| Symbol 268 Graphic | Used by:250 | |
| Symbol 269 Graphic | Used by:250 | |
| Symbol 270 Graphic | Used by:250 | |
| Symbol 271 Graphic | Used by:250 | |
| Symbol 272 Graphic | Used by:250 | |
| Symbol 273 Graphic | Used by:250 | |
| Symbol 274 Graphic | Used by:250 | |
| Symbol 276 Bitmap | Used by:277 | |
| Symbol 277 Graphic | Uses:276 | Used by:251 |
| Symbol 278 Graphic | Used by:251 | |
| Symbol 279 Graphic | Used by:251 | |
| Symbol 280 Graphic | Used by:251 | |
| Symbol 281 Graphic | Used by:251 | |
| Symbol 282 Graphic | Used by:251 | |
| Symbol 283 Graphic | Used by:251 | |
| Symbol 284 Graphic | Used by:251 | |
| Symbol 285 Graphic | Used by:254 | |
| Symbol 249 MovieClip | Uses:257 258 259 260 261 262 263 264 | Used by:248 |
| Symbol 250 MovieClip | Uses:267 268 269 270 271 272 273 274 | Used by:248 |
| Symbol 251 MovieClip | Uses:277 278 279 280 281 282 283 284 | Used by:248 |
| Symbol 252 MovieClip | ||
| Symbol 253 MovieClip | ||
| Symbol 254 MovieClip | Uses:285 | Used by:248 |
| Symbol 248 MovieClip | Uses:249 250 251 254 | Used by:286 |
| Symbol 286 MovieClip | Uses:175 193 194 210 248 | Used by:Timeline |
| Symbol 288 Bitmap | Used by:289 | |
| Symbol 289 Graphic | Uses:288 | Used by:341 |
| Symbol 291 Bitmap | Used by:292 | |
| Symbol 292 Graphic | Uses:291 | Used by:341 |
| Symbol 294 Bitmap | Used by:295 | |
| Symbol 295 Graphic | Uses:294 | Used by:341 |
| Symbol 297 Bitmap | Used by:298 | |
| Symbol 298 Graphic | Uses:297 | Used by:341 |
| Symbol 300 Bitmap | Used by:301 | |
| Symbol 301 Graphic | Uses:300 | Used by:341 |
| Symbol 303 Bitmap | Used by:304 | |
| Symbol 304 Graphic | Uses:303 | Used by:341 |
| Symbol 306 Bitmap | Used by:307 | |
| Symbol 307 Graphic | Uses:306 | Used by:341 |
| Symbol 309 Bitmap | Used by:310 | |
| Symbol 310 Graphic | Uses:309 | Used by:341 |
| Symbol 312 Bitmap | Used by:313 | |
| Symbol 313 Graphic | Uses:312 | Used by:341 |
| Symbol 315 Bitmap | Used by:316 | |
| Symbol 316 Graphic | Uses:315 | Used by:341 |
| Symbol 318 Bitmap | Used by:319 | |
| Symbol 319 Graphic | Uses:318 | Used by:341 |
| Symbol 321 Bitmap | Used by:322 | |
| Symbol 322 Graphic | Uses:321 | Used by:341 |
| Symbol 324 Bitmap | Used by:325 | |
| Symbol 325 Graphic | Uses:324 | Used by:341 |
| Symbol 327 Bitmap | Used by:328 | |
| Symbol 328 Graphic | Uses:327 | Used by:341 |
| Symbol 330 Bitmap | Used by:331 | |
| Symbol 331 Graphic | Uses:330 | Used by:341 |
| Symbol 333 Bitmap | Used by:334 | |
| Symbol 334 Graphic | Uses:333 | Used by:341 |
| Symbol 336 Bitmap | Used by:337 | |
| Symbol 337 Graphic | Uses:336 | Used by:341 |
| Symbol 339 Bitmap | Used by:340 | |
| Symbol 340 Graphic | Uses:339 | Used by:341 |
| Symbol 341 MovieClip | Uses:289 292 295 298 301 304 307 310 313 316 319 322 325 328 331 334 337 340 | Used by:679 |
| Symbol 342 Graphic | Used by:360 | |
| Symbol 343 Graphic | Used by:360 | |
| Symbol 344 Graphic | Used by:360 | |
| Symbol 345 Graphic | Used by:360 | |
| Symbol 346 Graphic | Used by:360 | |
| Symbol 347 Graphic | Used by:360 | |
| Symbol 348 Graphic | Used by:360 | |
| Symbol 349 Graphic | Used by:360 | |
| Symbol 350 Graphic | Used by:360 | |
| Symbol 351 Graphic | Used by:360 | |
| Symbol 352 Graphic | Used by:360 | |
| Symbol 353 Graphic | Used by:360 | |
| Symbol 354 Graphic | Used by:360 | |
| Symbol 355 Graphic | Used by:360 | |
| Symbol 356 Graphic | Used by:360 | |
| Symbol 357 Graphic | Used by:360 | |
| Symbol 358 Graphic | Used by:360 | |
| Symbol 359 Graphic | Used by:360 | |
| Symbol 360 MovieClip | Uses:342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 | Used by:679 |
| Symbol 369 Bitmap | Used by:370 | |
| Symbol 370 Graphic | Uses:369 | Used by:362 |
| Symbol 371 Graphic | Used by:367 | |
| Symbol 362 MovieClip | Uses:370 | Used by:361 |
| Symbol 363 MovieClip | ||
| Symbol 364 MovieClip | ||
| Symbol 365 MovieClip | ||
| Symbol 366 MovieClip | ||
| Symbol 367 MovieClip | Uses:371 | Used by:361 |
| Symbol 361 MovieClip | Uses:362 367 | Used by:679 |
| Symbol 380 Bitmap | Used by:381 | |
| Symbol 381 Graphic | Uses:380 | Used by:373 |
| Symbol 382 Graphic | Used by:378 | |
| Symbol 373 MovieClip | Uses:381 | Used by:372 |
| Symbol 374 MovieClip | ||
| Symbol 375 MovieClip | ||
| Symbol 376 MovieClip | ||
| Symbol 377 MovieClip | ||
| Symbol 378 MovieClip | Uses:382 | Used by:372 |
| Symbol 372 MovieClip | Uses:373 378 | Used by:679 |
| Symbol 384 Graphic | Used by:383 | |
| Symbol 385 Graphic | Used by:383 | |
| Symbol 386 Graphic | Used by:383 | |
| Symbol 387 Graphic | Used by:383 | |
| Symbol 388 Graphic | Used by:383 | |
| Symbol 389 Graphic | Used by:383 | |
| Symbol 390 Graphic | Used by:383 | |
| Symbol 391 Graphic | Used by:383 | |
| Symbol 393 Bitmap | Used by:394 | |
| Symbol 394 Graphic | Uses:393 | Used by:395 |
| Symbol 395 MovieClip | Uses:394 | Used by:383 |
| Symbol 397 Bitmap | Used by:398 | |
| Symbol 398 Graphic | Uses:397 | Used by:399 |
| Symbol 399 MovieClip | Uses:398 | Used by:383 |
| Symbol 401 Bitmap | Used by:402 | |
| Symbol 402 Graphic | Uses:401 | Used by:403 |
| Symbol 403 MovieClip | Uses:402 | Used by:383 |
| Symbol 405 Bitmap | Used by:406 | |
| Symbol 406 Graphic | Uses:405 | Used by:407 |
| Symbol 407 MovieClip | Uses:406 | Used by:383 |
| Symbol 409 Bitmap | Used by:410 | |
| Symbol 410 Graphic | Uses:409 | Used by:411 |
| Symbol 411 MovieClip | Uses:410 | Used by:383 |
| Symbol 413 Bitmap | Used by:414 | |
| Symbol 414 Graphic | Uses:413 | Used by:415 |
| Symbol 415 MovieClip | Uses:414 | Used by:383 |
| Symbol 417 Bitmap | Used by:418 | |
| Symbol 418 Graphic | Uses:417 | Used by:419 |
| Symbol 419 MovieClip | Uses:418 | Used by:383 |
| Symbol 421 Bitmap | Used by:422 | |
| Symbol 422 Graphic | Uses:421 | Used by:423 |
| Symbol 423 MovieClip | Uses:422 | Used by:383 |
| Symbol 425 Bitmap | Used by:426 | |
| Symbol 426 Graphic | Uses:425 | Used by:427 |
| Symbol 427 MovieClip | Uses:426 | Used by:383 |
| Symbol 429 Bitmap | Used by:430 | |
| Symbol 430 Graphic | Uses:429 | Used by:431 |
| Symbol 431 MovieClip | Uses:430 | Used by:383 |
| Symbol 433 Bitmap | Used by:434 | |
| Symbol 434 Graphic | Uses:433 | Used by:435 |
| Symbol 435 MovieClip | Uses:434 | Used by:383 |
| Symbol 437 Bitmap | Used by:438 | |
| Symbol 438 Graphic | Uses:437 | Used by:439 |
| Symbol 439 MovieClip | Uses:438 | Used by:383 |
| Symbol 441 Bitmap | Used by:442 | |
| Symbol 442 Graphic | Uses:441 | Used by:443 |
| Symbol 443 MovieClip | Uses:442 | Used by:383 |
| Symbol 445 Bitmap | Used by:446 | |
| Symbol 446 Graphic | Uses:445 | Used by:447 |
| Symbol 447 MovieClip | Uses:446 | Used by:383 |
| Symbol 449 Bitmap | Used by:450 | |
| Symbol 450 Graphic | Uses:449 | Used by:451 |
| Symbol 451 MovieClip | Uses:450 | Used by:383 |
| Symbol 453 Bitmap | Used by:454 | |
| Symbol 454 Graphic | Uses:453 | Used by:455 |
| Symbol 455 MovieClip | Uses:454 | Used by:383 |
| Symbol 457 Bitmap | Used by:458 | |
| Symbol 458 Graphic | Uses:457 | Used by:459 |
| Symbol 459 MovieClip | Uses:458 | Used by:383 |
| Symbol 461 Bitmap | Used by:462 | |
| Symbol 462 Graphic | Uses:461 | Used by:463 |
| Symbol 463 MovieClip | Uses:462 | Used by:383 |
| Symbol 465 Bitmap | Used by:466 | |
| Symbol 466 Graphic | Uses:465 | Used by:467 |
| Symbol 467 MovieClip | Uses:466 | Used by:383 |
| Symbol 469 Bitmap | Used by:470 | |
| Symbol 470 Graphic | Uses:469 | Used by:471 |
| Symbol 471 MovieClip | Uses:470 | Used by:383 |
| Symbol 473 Bitmap | Used by:474 | |
| Symbol 474 Graphic | Uses:473 | Used by:475 |
| Symbol 475 MovieClip | Uses:474 | Used by:383 |
| Symbol 477 Bitmap | Used by:478 | |
| Symbol 478 Graphic | Uses:477 | Used by:479 |
| Symbol 479 MovieClip | Uses:478 | Used by:383 |
| Symbol 481 Bitmap | Used by:482 | |
| Symbol 482 Graphic | Uses:481 | Used by:483 |
| Symbol 483 MovieClip | Uses:482 | Used by:383 |
| Symbol 485 Bitmap | Used by:486 | |
| Symbol 486 Graphic | Uses:485 | Used by:487 |
| Symbol 487 MovieClip | Uses:486 | Used by:383 |
| Symbol 489 Bitmap | Used by:490 | |
| Symbol 490 Graphic | Uses:489 | Used by:491 |
| Symbol 491 MovieClip | Uses:490 | Used by:383 |
| Symbol 493 Bitmap | Used by:494 | |
| Symbol 494 Graphic | Uses:493 | Used by:495 |
| Symbol 495 MovieClip | Uses:494 | Used by:383 |
| Symbol 497 Bitmap | Used by:498 | |
| Symbol 498 Graphic | Uses:497 | Used by:499 |
| Symbol 499 MovieClip | Uses:498 | Used by:383 |
| Symbol 501 Bitmap | Used by:502 | |
| Symbol 502 Graphic | Uses:501 | Used by:503 |
| Symbol 503 MovieClip | Uses:502 | Used by:383 |
| Symbol 505 Bitmap | Used by:506 | |
| Symbol 506 Graphic | Uses:505 | Used by:507 |
| Symbol 507 MovieClip | Uses:506 | Used by:383 |
| Symbol 509 Bitmap | Used by:510 | |
| Symbol 510 Graphic | Uses:509 | Used by:511 |
| Symbol 511 MovieClip | Uses:510 | Used by:383 |
| Symbol 513 Bitmap | Used by:514 | |
| Symbol 514 Graphic | Uses:513 | Used by:515 |
| Symbol 515 MovieClip | Uses:514 | Used by:383 |
| Symbol 517 Bitmap | Used by:518 | |
| Symbol 518 Graphic | Uses:517 | Used by:519 |
| Symbol 519 MovieClip | Uses:518 | Used by:383 |
| Symbol 521 Bitmap | Used by:522 | |
| Symbol 522 Graphic | Uses:521 | Used by:523 |
| Symbol 523 MovieClip | Uses:522 | Used by:383 |
| Symbol 525 Bitmap | Used by:526 | |
| Symbol 526 Graphic | Uses:525 | Used by:527 |
| Symbol 527 MovieClip | Uses:526 | Used by:383 |
| Symbol 529 Bitmap | Used by:530 | |
| Symbol 530 Graphic | Uses:529 | Used by:531 |
| Symbol 531 MovieClip | Uses:530 | Used by:383 |
| Symbol 533 Bitmap | Used by:534 | |
| Symbol 534 Graphic | Uses:533 | Used by:535 |
| Symbol 535 MovieClip | Uses:534 | Used by:383 |
| Symbol 537 Bitmap | Used by:538 | |
| Symbol 538 Graphic | Uses:537 | Used by:539 |
| Symbol 539 MovieClip | Uses:538 | Used by:383 |
| Symbol 541 Bitmap | Used by:542 | |
| Symbol 542 Graphic | Uses:541 | Used by:543 |
| Symbol 543 MovieClip | Uses:542 | Used by:383 |
| Symbol 545 Bitmap | Used by:546 | |
| Symbol 546 Graphic | Uses:545 | Used by:547 |
| Symbol 547 MovieClip | Uses:546 | Used by:383 |
| Symbol 549 Bitmap | Used by:550 | |
| Symbol 550 Graphic | Uses:549 | Used by:551 |
| Symbol 551 MovieClip | Uses:550 | Used by:383 |
| Symbol 552 Bitmap | Used by:554 | |
| Symbol 554 Graphic | Uses:552 | Used by:555 |
| Symbol 555 MovieClip | Uses:554 | Used by:383 |
| Symbol 557 Bitmap | Used by:558 | |
| Symbol 558 Graphic | Uses:557 | Used by:559 |
| Symbol 559 MovieClip | Uses:558 | Used by:383 |
| Symbol 560 Bitmap | Used by:562 | |
| Symbol 562 Graphic | Uses:560 | Used by:563 |
| Symbol 563 MovieClip | Uses:562 | Used by:383 |
| Symbol 565 Bitmap | Used by:566 | |
| Symbol 566 Graphic | Uses:565 | Used by:567 |
| Symbol 567 MovieClip | Uses:566 | Used by:383 |
| Symbol 569 Bitmap | Used by:570 | |
| Symbol 570 Graphic | Uses:569 | Used by:571 |
| Symbol 571 MovieClip | Uses:570 | Used by:383 |
| Symbol 383 MovieClip | Uses:384 385 386 387 388 389 390 391 395 399 403 407 411 415 419 423 427 431 435 439 443 447 451 455 459 463 467 471 475 479 483 487 491 495 499 503 507 511 515 519 523 527 531 535 539 543 547 551 555 559 563 567 571 | Used by:679 |
| Symbol 573 Bitmap | Used by:574 | |
| Symbol 574 Graphic | Uses:573 | Used by:679 |
| Symbol 575 Font | Used by:576 647 852 | |
| Symbol 576 EditableText | Uses:575 | Used by:679 |
| Symbol 585 Bitmap | Used by:586 | |
| Symbol 586 Graphic | Uses:585 | Used by:578 |
| Symbol 587 Graphic | Used by:578 | |
| Symbol 588 Graphic | Used by:578 | |
| Symbol 589 Graphic | Used by:578 | |
| Symbol 590 Graphic | Used by:578 | |
| Symbol 592 Bitmap | Used by:593 | |
| Symbol 593 Graphic | Uses:592 | Used by:579 |
| Symbol 594 Graphic | Used by:579 | |
| Symbol 595 Graphic | Used by:579 | |
| Symbol 596 Graphic | Used by:579 | |
| Symbol 597 Graphic | Used by:579 | |
| Symbol 599 Bitmap | Used by:600 | |
| Symbol 600 Graphic | Uses:599 | Used by:580 |
| Symbol 601 Graphic | Used by:580 | |
| Symbol 602 Graphic | Used by:580 | |
| Symbol 603 Graphic | Used by:580 | |
| Symbol 604 Graphic | Used by:580 | |
| Symbol 605 Graphic | Used by:583 | |
| Symbol 578 MovieClip | Uses:586 587 588 589 590 | Used by:577 |
| Symbol 579 MovieClip | Uses:593 594 595 596 597 | Used by:577 |
| Symbol 580 MovieClip | Uses:600 601 602 603 604 | Used by:577 |
| Symbol 581 MovieClip | ||
| Symbol 582 MovieClip | ||
| Symbol 583 MovieClip | Uses:605 | Used by:577 |
| Symbol 577 MovieClip | Uses:578 579 580 583 | Used by:679 |
| Symbol 614 Bitmap | Used by:615 | |
| Symbol 615 Graphic | Uses:614 | Used by:607 |
| Symbol 616 Graphic | Used by:607 | |
| Symbol 617 Graphic | Used by:607 | |
| Symbol 618 Graphic | Used by:607 | |
| Symbol 619 Graphic | Used by:607 | |
| Symbol 620 Graphic | Used by:607 | |
| Symbol 621 Graphic | Used by:607 | |
| Symbol 622 Graphic | Used by:607 | |
| Symbol 623 Graphic | Used by:607 | |
| Symbol 625 Bitmap | Used by:626 | |
| Symbol 626 Graphic | Uses:625 | Used by:608 |
| Symbol 627 Graphic | Used by:608 | |
| Symbol 628 Graphic | Used by:608 | |
| Symbol 629 Graphic | Used by:608 | |
| Symbol 630 Graphic | Used by:608 | |
| Symbol 631 Graphic | Used by:608 | |
| Symbol 632 Graphic | Used by:608 | |
| Symbol 633 Graphic | Used by:608 | |
| Symbol 634 Graphic | Used by:608 | |
| Symbol 636 Bitmap | Used by:637 | |
| Symbol 637 Graphic | Uses:636 | Used by:609 |
| Symbol 638 Graphic | Used by:609 | |
| Symbol 639 Graphic | Used by:609 | |
| Symbol 640 Graphic | Used by:609 | |
| Symbol 641 Graphic | Used by:609 | |
| Symbol 642 Graphic | Used by:609 | |
| Symbol 643 Graphic | Used by:609 | |
| Symbol 644 Graphic | Used by:609 | |
| Symbol 645 Graphic | Used by:609 | |
| Symbol 646 Graphic | Used by:612 | |
| Symbol 607 MovieClip | Uses:615 616 617 618 619 620 621 622 623 | Used by:606 |
| Symbol 608 MovieClip | Uses:626 627 628 629 630 631 632 633 634 | Used by:606 |
| Symbol 609 MovieClip | Uses:637 638 639 640 641 642 643 644 645 | Used by:606 |
| Symbol 610 MovieClip | ||
| Symbol 611 MovieClip | ||
| Symbol 612 MovieClip | Uses:646 | Used by:606 |
| Symbol 606 MovieClip | Uses:607 608 609 612 | Used by:679 |
| Symbol 647 EditableText | Uses:575 | Used by:679 |
| Symbol 648 Graphic | Used by:679 | |
| Symbol 649 Graphic | Used by:679 | |
| Symbol 650 Graphic | Used by:679 | |
| Symbol 651 Graphic | Used by:679 | |
| Symbol 652 Graphic | Used by:679 | |
| Symbol 653 Graphic | Used by:679 | |
| Symbol 654 Graphic | Used by:679 | |
| Symbol 655 Graphic | Used by:679 | |
| Symbol 656 Graphic | Used by:679 | |
| Symbol 657 Graphic | Used by:679 | |
| Symbol 658 Graphic | Used by:679 | |
| Symbol 659 Graphic | Used by:679 | |
| Symbol 660 Graphic | Used by:679 | |
| Symbol 661 Graphic | Used by:679 | |
| Symbol 662 Graphic | Used by:679 | |
| Symbol 663 Graphic | Used by:679 | |
| Symbol 664 Graphic | Used by:679 | |
| Symbol 665 Graphic | Used by:679 | |
| Symbol 666 Graphic | Used by:679 | |
| Symbol 667 Graphic | Used by:679 | |
| Symbol 668 Graphic | Used by:679 | |
| Symbol 669 Graphic | Used by:679 | |
| Symbol 670 Graphic | Used by:679 | |
| Symbol 671 Graphic | Used by:679 | |
| Symbol 672 Graphic | Used by:679 | |
| Symbol 673 Graphic | Used by:679 | |
| Symbol 674 Graphic | Used by:679 | |
| Symbol 675 Graphic | Used by:679 | |
| Symbol 676 Graphic | Used by:679 | |
| Symbol 677 Graphic | Used by:679 | |
| Symbol 678 Graphic | Used by:679 | |
| Symbol 679 MovieClip | Uses:341 360 361 372 383 574 576 577 606 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 | Used by:Timeline |
| Symbol 680 Font | Used by:681 | |
| Symbol 681 EditableText | Uses:680 | Used by:682 |
| Symbol 682 MovieClip | Uses:681 | Used by:724 |
| Symbol 691 Bitmap | Used by:692 | |
| Symbol 692 Graphic | Uses:691 | Used by:684 |
| Symbol 693 Graphic | Used by:684 | |
| Symbol 694 Graphic | Used by:684 | |
| Symbol 695 Graphic | Used by:684 | |
| Symbol 696 Graphic | Used by:684 | |
| Symbol 697 Graphic | Used by:684 | |
| Symbol 698 Graphic | Used by:684 | |
| Symbol 699 Graphic | Used by:684 | |
| Symbol 700 Graphic | Used by:684 | |
| Symbol 702 Bitmap | Used by:703 | |
| Symbol 703 Graphic | Uses:702 | Used by:685 |
| Symbol 704 Graphic | Used by:685 | |
| Symbol 705 Graphic | Used by:685 | |
| Symbol 706 Graphic | Used by:685 | |
| Symbol 707 Graphic | Used by:685 | |
| Symbol 708 Graphic | Used by:685 | |
| Symbol 709 Graphic | Used by:685 | |
| Symbol 710 Graphic | Used by:685 | |
| Symbol 711 Graphic | Used by:685 | |
| Symbol 713 Bitmap | Used by:714 | |
| Symbol 714 Graphic | Uses:713 | Used by:686 |
| Symbol 715 Graphic | Used by:686 | |
| Symbol 716 Graphic | Used by:686 | |
| Symbol 717 Graphic | Used by:686 | |
| Symbol 718 Graphic | Used by:686 | |
| Symbol 719 Graphic | Used by:686 | |
| Symbol 720 Graphic | Used by:686 | |
| Symbol 721 Graphic | Used by:686 | |
| Symbol 722 Graphic | Used by:686 | |
| Symbol 723 Graphic | Used by:689 | |
| Symbol 684 MovieClip | Uses:692 693 694 695 696 697 698 699 700 | Used by:683 |
| Symbol 685 MovieClip | Uses:703 704 705 706 707 708 709 710 711 | Used by:683 |
| Symbol 686 MovieClip | Uses:714 715 716 717 718 719 720 721 722 | Used by:683 |
| Symbol 687 MovieClip | ||
| Symbol 688 MovieClip | ||
| Symbol 689 MovieClip | Uses:723 | Used by:683 |
| Symbol 683 MovieClip | Uses:684 685 686 689 | Used by:724 |
| Symbol 724 MovieClip | Uses:682 683 | Used by:Timeline |
| Symbol 725 Graphic | Used by:726 | |
| Symbol 726 MovieClip | Uses:725 | Used by:829 |
| Symbol 727 Graphic | Used by:829 | |
| Symbol 728 Graphic | Used by:829 | |
| Symbol 729 Graphic | Used by:829 | |
| Symbol 730 Graphic | Used by:829 | |
| Symbol 731 Graphic | Used by:829 | |
| Symbol 732 Graphic | Used by:829 | |
| Symbol 734 Bitmap | Used by:735 | |
| Symbol 735 Graphic | Uses:734 | Used by:829 |
| Symbol 743 Graphic | Used by:737 | |
| Symbol 744 Graphic | Used by:738 | |
| Symbol 745 Graphic | Used by:739 | |
| Symbol 746 Graphic | Used by:742 | |
| Symbol 737 MovieClip | Uses:743 | Used by:736 |
| Symbol 738 MovieClip | Uses:744 | Used by:736 |
| Symbol 739 MovieClip | Uses:745 | Used by:736 |
| Symbol 740 MovieClip | ||
| Symbol 741 MovieClip | ||
| Symbol 742 MovieClip | Uses:746 | Used by:736 |
| Symbol 736 MovieClip | Uses:737 738 739 742 | Used by:829 |
| Symbol 754 Graphic | Used by:748 | |
| Symbol 755 Graphic | Used by:749 | |
| Symbol 756 Graphic | Used by:750 | |
| Symbol 757 Graphic | Used by:753 | |
| Symbol 748 MovieClip | Uses:754 | Used by:747 |
| Symbol 749 MovieClip | Uses:755 | Used by:747 |
| Symbol 750 MovieClip | Uses:756 | Used by:747 |
| Symbol 751 MovieClip | ||
| Symbol 752 MovieClip | ||
| Symbol 753 MovieClip | Uses:757 | Used by:747 |
| Symbol 747 MovieClip | Uses:748 749 750 753 | Used by:829 |
| Symbol 759 Bitmap | Used by:760 | |
| Symbol 760 Graphic | Uses:759 | Used by:779 |
| Symbol 762 Bitmap | Used by:763 | |
| Symbol 763 Graphic | Uses:762 | Used by:779 |
| Symbol 765 Bitmap | Used by:766 | |
| Symbol 766 Graphic | Uses:765 | Used by:779 |
| Symbol 768 Bitmap | Used by:769 | |
| Symbol 769 Graphic | Uses:768 | Used by:779 |
| Symbol 771 Bitmap | Used by:772 | |
| Symbol 772 Graphic | Uses:771 | Used by:779 |
| Symbol 774 Bitmap | Used by:775 | |
| Symbol 775 Graphic | Uses:774 | Used by:779 |
| Symbol 777 Bitmap | Used by:778 | |
| Symbol 778 Graphic | Uses:777 | Used by:779 |
| Symbol 779 MovieClip | Uses:760 763 766 769 772 775 778 | Used by:829 |
| Symbol 780 Graphic | Used by:787 | |
| Symbol 781 Graphic | Used by:787 | |
| Symbol 782 Graphic | Used by:787 | |
| Symbol 783 Graphic | Used by:787 | |
| Symbol 784 Graphic | Used by:787 | |
| Symbol 785 Graphic | Used by:787 | |
| Symbol 786 Graphic | Used by:787 | |
| Symbol 787 MovieClip | Uses:780 781 782 783 784 785 786 | Used by:829 |
| Symbol 796 Bitmap | Used by:797 | |
| Symbol 797 Graphic | Uses:796 | Used by:789 |
| Symbol 798 Graphic | Used by:789 | |
| Symbol 799 Graphic | Used by:789 | |
| Symbol 800 Graphic | Used by:789 | |
| Symbol 801 Graphic | Used by:789 | |
| Symbol 802 Graphic | Used by:789 | |
| Symbol 803 Graphic | Used by:789 | |
| Symbol 804 Graphic | Used by:789 | |
| Symbol 805 Graphic | Used by:789 | |
| Symbol 807 Bitmap | Used by:808 | |
| Symbol 808 Graphic | Uses:807 | Used by:790 |
| Symbol 809 Graphic | Used by:790 | |
| Symbol 810 Graphic | Used by:790 | |
| Symbol 811 Graphic | Used by:790 | |
| Symbol 812 Graphic | Used by:790 | |
| Symbol 813 Graphic | Used by:790 | |
| Symbol 814 Graphic | Used by:790 | |
| Symbol 815 Graphic | Used by:790 | |
| Symbol 816 Graphic | Used by:790 | |
| Symbol 818 Bitmap | Used by:819 | |
| Symbol 819 Graphic | Uses:818 | Used by:791 |
| Symbol 820 Graphic | Used by:791 | |
| Symbol 821 Graphic | Used by:791 | |
| Symbol 822 Graphic | Used by:791 | |
| Symbol 823 Graphic | Used by:791 | |
| Symbol 824 Graphic | Used by:791 | |
| Symbol 825 Graphic | Used by:791 | |
| Symbol 826 Graphic | Used by:791 | |
| Symbol 827 Graphic | Used by:791 | |
| Symbol 828 Graphic | Used by:794 | |
| Symbol 789 MovieClip | Uses:797 798 799 800 801 802 803 804 805 | Used by:788 |
| Symbol 790 MovieClip | Uses:808 809 810 811 812 813 814 815 816 | Used by:788 |
| Symbol 791 MovieClip | Uses:819 820 821 822 823 824 825 826 827 | Used by:788 |
| Symbol 792 MovieClip | ||
| Symbol 793 MovieClip | ||
| Symbol 794 MovieClip | Uses:828 | Used by:788 |
| Symbol 788 MovieClip | Uses:789 790 791 794 | Used by:829 |
| Symbol 829 MovieClip | Uses:726 727 728 729 730 731 732 735 736 747 779 787 788 | Used by:Timeline |
| Symbol 838 Bitmap | Used by:839 | |
| Symbol 839 Graphic | Uses:838 | Used by:831 |
| Symbol 840 Graphic | Used by:831 | |
| Symbol 841 Graphic | Used by:831 | |
| Symbol 842 Graphic | Used by:831 | |
| Symbol 843 Graphic | Used by:831 | |
| Symbol 844 Graphic | Used by:831 | |
| Symbol 845 Graphic | Used by:831 | |
| Symbol 846 Graphic | Used by:831 | |
| Symbol 847 Graphic | Used by:831 | |
| Symbol 848 Graphic | Used by:836 | |
| Symbol 831 MovieClip | Uses:839 840 841 842 843 844 845 846 847 | Used by:830 |
| Symbol 832 MovieClip | ||
| Symbol 833 MovieClip | ||
| Symbol 834 MovieClip | ||
| Symbol 835 MovieClip | ||
| Symbol 836 MovieClip | Uses:848 | Used by:830 |
| Symbol 830 MovieClip | Uses:831 836 | Used by:Timeline |
| Symbol 850 Bitmap | Used by:851 | |
| Symbol 851 Graphic | Uses:850 | Used by:853 |
| Symbol 852 EditableText | Uses:575 | Used by:853 |
| Symbol 853 MovieClip | Uses:851 852 | Used by:Timeline |
| Symbol 855 Bitmap | Used by:856 | |
| Symbol 856 Graphic | Uses:855 | Used by:1317 |
| Symbol 858 Graphic | Used by:910 | |
| Symbol 859 Graphic | Used by:910 | |
| Symbol 860 Graphic | Used by:910 | |
| Symbol 861 Graphic | Used by:910 | |
| Symbol 862 Graphic | Used by:910 | |
| Symbol 863 Graphic | Used by:910 | |
| Symbol 864 Graphic | Used by:910 | |
| Symbol 865 Graphic | Used by:910 | |
| Symbol 866 Graphic | Used by:910 | |
| Symbol 867 Graphic | Used by:910 | |
| Symbol 868 Graphic | Used by:910 | |
| Symbol 869 Graphic | Used by:910 | |
| Symbol 870 Graphic | Used by:910 | |
| Symbol 871 Graphic | Used by:910 | |
| Symbol 872 Graphic | Used by:910 | |
| Symbol 873 Graphic | Used by:910 | |
| Symbol 874 Graphic | Used by:910 | |
| Symbol 875 Graphic | Used by:910 | |
| Symbol 876 Graphic | Used by:910 | |
| Symbol 877 Graphic | Used by:910 | |
| Symbol 878 Graphic | Used by:910 | |
| Symbol 879 Graphic | Used by:910 | |
| Symbol 880 Graphic | Used by:910 | |
| Symbol 881 Graphic | Used by:910 | |
| Symbol 882 Graphic | Used by:910 | |
| Symbol 883 Graphic | Used by:910 | |
| Symbol 884 Graphic | Used by:910 | |
| Symbol 885 Graphic | Used by:910 | |
| Symbol 886 Graphic | Used by:910 | |
| Symbol 887 Graphic | Used by:910 | |
| Symbol 888 Graphic | Used by:910 | |
| Symbol 889 Graphic | Used by:910 | |
| Symbol 890 Graphic | Used by:910 | |
| Symbol 891 Graphic | Used by:910 | |
| Symbol 892 Graphic | Used by:910 | |
| Symbol 893 Graphic | Used by:910 | |
| Symbol 894 Graphic | Used by:910 | |
| Symbol 895 Graphic | Used by:910 | |
| Symbol 896 Graphic | Used by:910 | |
| Symbol 897 Graphic | Used by:910 | |
| Symbol 898 Graphic | Used by:910 | |
| Symbol 899 Graphic | Used by:910 | |
| Symbol 900 Graphic | Used by:910 | |
| Symbol 901 Graphic | Used by:910 | |
| Symbol 902 Graphic | Used by:910 | |
| Symbol 903 Graphic | Used by:910 | |
| Symbol 904 Graphic | Used by:910 | |
| Symbol 905 Graphic | Used by:910 | |
| Symbol 906 Graphic | Used by:910 | |
| Symbol 907 Graphic | Used by:910 | |
| Symbol 908 Graphic | Used by:910 | |
| Symbol 909 Graphic | Used by:910 | |
| Symbol 910 MovieClip | Uses:858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 | Used by:857 |
| Symbol 911 Graphic | Used by:946 | |
| Symbol 912 Graphic | Used by:946 | |
| Symbol 913 Graphic | Used by:946 | |
| Symbol 914 Graphic | Used by:946 | |
| Symbol 915 Graphic | Used by:946 | |
| Symbol 916 Graphic | Used by:946 | |
| Symbol 917 Graphic | Used by:946 | |
| Symbol 918 Graphic | Used by:946 | |
| Symbol 919 Graphic | Used by:946 | |
| Symbol 920 Graphic | Used by:946 | |
| Symbol 921 Graphic | Used by:946 | |
| Symbol 922 Graphic | Used by:946 | |
| Symbol 923 Graphic | Used by:946 | |
| Symbol 924 Graphic | Used by:946 | |
| Symbol 925 Graphic | Used by:946 | |
| Symbol 926 Graphic | Used by:946 | |
| Symbol 927 Graphic | Used by:946 | |
| Symbol 928 Graphic | Used by:946 | |
| Symbol 929 Graphic | Used by:946 | |
| Symbol 930 Graphic | Used by:946 | |
| Symbol 931 Graphic | Used by:946 | |
| Symbol 932 Graphic | Used by:946 | |
| Symbol 933 Graphic | Used by:946 | |
| Symbol 934 Graphic | Used by:946 | |
| Symbol 935 Graphic | Used by:946 | |
| Symbol 936 Graphic | Used by:946 | |
| Symbol 937 Graphic | Used by:946 | |
| Symbol 938 Graphic | Used by:946 | |
| Symbol 939 Graphic | Used by:946 | |
| Symbol 940 Graphic | Used by:946 | |
| Symbol 941 Graphic | Used by:946 | |
| Symbol 942 Graphic | Used by:946 | |
| Symbol 943 Graphic | Used by:946 | |
| Symbol 944 Graphic | Used by:946 | |
| Symbol 945 Graphic | Used by:946 | |
| Symbol 946 MovieClip | Uses:911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 | Used by:857 |
| Symbol 947 Graphic | Used by:1004 | |
| Symbol 948 Graphic | Used by:1004 | |
| Symbol 949 Graphic | Used by:1004 | |
| Symbol 950 Graphic | Used by:1004 | |
| Symbol 951 Graphic | Used by:1004 | |
| Symbol 952 Graphic | Used by:1004 | |
| Symbol 953 Graphic | Used by:1004 | |
| Symbol 954 Graphic | Used by:1004 | |
| Symbol 955 Graphic | Used by:1004 | |
| Symbol 956 Graphic | Used by:1004 | |
| Symbol 957 Graphic | Used by:1004 | |
| Symbol 958 Graphic | Used by:1004 | |
| Symbol 959 Graphic | Used by:1004 | |
| Symbol 960 Graphic | Used by:1004 | |
| Symbol 961 Graphic | Used by:1004 | |
| Symbol 962 Graphic | Used by:1004 | |
| Symbol 963 Graphic | Used by:1004 | |
| Symbol 964 Graphic | Used by:1004 | |
| Symbol 965 Graphic | Used by:1004 | |
| Symbol 966 Graphic | Used by:1004 | |
| Symbol 967 Graphic | Used by:1004 | |
| Symbol 968 Graphic | Used by:1004 | |
| Symbol 969 Graphic | Used by:1004 | |
| Symbol 970 Graphic | Used by:1004 | |
| Symbol 971 Graphic | Used by:1004 | |
| Symbol 972 Graphic | Used by:1004 | |
| Symbol 973 Graphic | Used by:1004 | |
| Symbol 974 Graphic | Used by:1004 | |
| Symbol 975 Graphic | Used by:1004 | |
| Symbol 976 Graphic | Used by:1004 | |
| Symbol 977 Graphic | Used by:1004 | |
| Symbol 978 Graphic | Used by:1004 | |
| Symbol 979 Graphic | Used by:1004 | |
| Symbol 980 Graphic | Used by:1004 | |
| Symbol 981 Graphic | Used by:1004 | |
| Symbol 982 Graphic | Used by:1004 | |
| Symbol 983 Graphic | Used by:1004 | |
| Symbol 984 Graphic | Used by:1004 | |
| Symbol 985 Graphic | Used by:1004 | |
| Symbol 986 Graphic | Used by:1004 | |
| Symbol 987 Graphic | Used by:1004 | |
| Symbol 988 Graphic | Used by:1004 | |
| Symbol 989 Graphic | Used by:1004 | |
| Symbol 990 Graphic | Used by:1004 | |
| Symbol 991 Graphic | Used by:1004 | |
| Symbol 992 Graphic | Used by:1004 | |
| Symbol 993 Graphic | Used by:1004 | |
| Symbol 994 Graphic | Used by:1004 | |
| Symbol 995 Graphic | Used by:1004 | |
| Symbol 996 Graphic | Used by:1004 | |
| Symbol 997 Graphic | Used by:1004 | |
| Symbol 998 Graphic | Used by:1004 | |
| Symbol 999 Graphic | Used by:1004 | |
| Symbol 1000 Graphic | Used by:1004 | |
| Symbol 1001 Graphic | Used by:1004 | |
| Symbol 1002 Graphic | Used by:1004 | |
| Symbol 1003 Graphic | Used by:1004 | |
| Symbol 1004 MovieClip | Uses:947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 | Used by:857 |
| Symbol 1005 Graphic | Used by:1123 | |
| Symbol 1006 Graphic | Used by:1123 | |
| Symbol 1007 Graphic | Used by:1123 | |
| Symbol 1008 Graphic | Used by:1123 | |
| Symbol 1009 Graphic | Used by:1123 | |
| Symbol 1010 Graphic | Used by:1123 | |
| Symbol 1011 Graphic | Used by:1123 | |
| Symbol 1012 Graphic | Used by:1123 | |
| Symbol 1013 Graphic | Used by:1123 | |
| Symbol 1014 Graphic | Used by:1123 | |
| Symbol 1015 Graphic | Used by:1123 | |
| Symbol 1016 Graphic | Used by:1123 | |
| Symbol 1017 Graphic | Used by:1123 | |
| Symbol 1018 Graphic | Used by:1123 | |
| Symbol 1019 Graphic | Used by:1123 | |
| Symbol 1020 Graphic | Used by:1123 | |
| Symbol 1021 Graphic | Used by:1123 | |
| Symbol 1022 Graphic | Used by:1123 | |
| Symbol 1023 Graphic | Used by:1123 | |
| Symbol 1024 Graphic | Used by:1123 | |
| Symbol 1025 Graphic | Used by:1123 | |
| Symbol 1026 Graphic | Used by:1123 | |
| Symbol 1027 Graphic | Used by:1123 | |
| Symbol 1028 Graphic | Used by:1123 | |
| Symbol 1029 Graphic | Used by:1123 | |
| Symbol 1030 Graphic | Used by:1123 | |
| Symbol 1031 Graphic | Used by:1123 | |
| Symbol 1032 Graphic | Used by:1123 | |
| Symbol 1033 Graphic | Used by:1123 | |
| Symbol 1034 Graphic | Used by:1123 | |
| Symbol 1035 Graphic | Used by:1123 | |
| Symbol 1036 Graphic | Used by:1123 | |
| Symbol 1037 Graphic | Used by:1123 | |
| Symbol 1038 Graphic | Used by:1123 | |
| Symbol 1039 Graphic | Used by:1123 | |
| Symbol 1040 Graphic | Used by:1123 | |
| Symbol 1041 Graphic | Used by:1123 | |
| Symbol 1042 Graphic | Used by:1123 | |
| Symbol 1043 Graphic | Used by:1123 | |
| Symbol 1044 Graphic | Used by:1123 | |
| Symbol 1045 Graphic | Used by:1123 | |
| Symbol 1046 Graphic | Used by:1123 | |
| Symbol 1047 Graphic | Used by:1123 | |
| Symbol 1048 Graphic | Used by:1123 | |
| Symbol 1049 Graphic | Used by:1123 | |
| Symbol 1050 Graphic | Used by:1123 | |
| Symbol 1051 Graphic | Used by:1123 | |
| Symbol 1052 Graphic | Used by:1123 | |
| Symbol 1053 Graphic | Used by:1123 | |
| Symbol 1054 Graphic | Used by:1123 | |
| Symbol 1055 Graphic | Used by:1123 | |
| Symbol 1056 Graphic | Used by:1123 | |
| Symbol 1057 Graphic | Used by:1123 | |
| Symbol 1058 Graphic | Used by:1123 | |
| Symbol 1059 Graphic | Used by:1123 | |
| Symbol 1060 Graphic | Used by:1123 | |
| Symbol 1061 Graphic | Used by:1123 | |
| Symbol 1062 Graphic | Used by:1123 | |
| Symbol 1063 Graphic | Used by:1123 | |
| Symbol 1064 Graphic | Used by:1123 | |
| Symbol 1065 Graphic | Used by:1123 | |
| Symbol 1066 Graphic | Used by:1123 | |
| Symbol 1067 Graphic | Used by:1123 | |
| Symbol 1068 Graphic | Used by:1123 | |
| Symbol 1069 Graphic | Used by:1123 | |
| Symbol 1070 Graphic | Used by:1123 | |
| Symbol 1071 Graphic | Used by:1123 | |
| Symbol 1072 Graphic | Used by:1123 | |
| Symbol 1073 Graphic | Used by:1123 | |
| Symbol 1074 Graphic | Used by:1123 | |
| Symbol 1075 Graphic | Used by:1123 | |
| Symbol 1076 Graphic | Used by:1123 | |
| Symbol 1077 Graphic | Used by:1123 | |
| Symbol 1078 Graphic | Used by:1123 | |
| Symbol 1079 Graphic | Used by:1123 | |
| Symbol 1080 Graphic | Used by:1123 | |
| Symbol 1081 Graphic | Used by:1123 | |
| Symbol 1082 Graphic | Used by:1123 | |
| Symbol 1083 Graphic | Used by:1123 | |
| Symbol 1084 Graphic | Used by:1123 | |
| Symbol 1085 Graphic | Used by:1123 | |
| Symbol 1086 Graphic | Used by:1123 | |
| Symbol 1087 Graphic | Used by:1123 | |
| Symbol 1088 Graphic | Used by:1123 | |
| Symbol 1089 Graphic | Used by:1123 | |
| Symbol 1090 Graphic | Used by:1123 | |
| Symbol 1091 Graphic | Used by:1123 | |
| Symbol 1092 Graphic | Used by:1123 | |
| Symbol 1093 Graphic | Used by:1123 | |
| Symbol 1094 Graphic | Used by:1123 | |
| Symbol 1095 Graphic | Used by:1123 | |
| Symbol 1096 Graphic | Used by:1123 | |
| Symbol 1097 Graphic | Used by:1123 | |
| Symbol 1098 Graphic | Used by:1123 | |
| Symbol 1099 Graphic | Used by:1123 | |
| Symbol 1100 Graphic | Used by:1123 | |
| Symbol 1101 Graphic | Used by:1123 | |
| Symbol 1102 Graphic | Used by:1123 | |
| Symbol 1103 Graphic | Used by:1123 | |
| Symbol 1104 Graphic | Used by:1123 | |
| Symbol 1105 Graphic | Used by:1123 | |
| Symbol 1106 Graphic | Used by:1123 | |
| Symbol 1107 Graphic | Used by:1123 | |
| Symbol 1108 Graphic | Used by:1123 | |
| Symbol 1109 Graphic | Used by:1123 | |
| Symbol 1110 Graphic | Used by:1123 | |
| Symbol 1111 Graphic | Used by:1123 | |
| Symbol 1112 Graphic | Used by:1123 | |
| Symbol 1113 Graphic | Used by:1123 | |
| Symbol 1114 Graphic | Used by:1123 | |
| Symbol 1115 Graphic | Used by:1123 | |
| Symbol 1116 Graphic | Used by:1123 | |
| Symbol 1117 Graphic | Used by:1123 | |
| Symbol 1118 Graphic | Used by:1123 | |
| Symbol 1119 Graphic | Used by:1123 | |
| Symbol 1120 Graphic | Used by:1123 | |
| Symbol 1121 Graphic | Used by:1123 | |
| Symbol 1122 Graphic | Used by:1123 | |
| Symbol 1123 MovieClip | Uses:1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 | Used by:857 |
| Symbol 1124 Graphic | Used by:1187 | |
| Symbol 1125 Graphic | Used by:1187 | |
| Symbol 1126 Graphic | Used by:1187 | |
| Symbol 1127 Graphic | Used by:1187 | |
| Symbol 1128 Graphic | Used by:1187 | |
| Symbol 1129 Graphic | Used by:1187 | |
| Symbol 1130 Graphic | Used by:1187 | |
| Symbol 1131 Graphic | Used by:1187 | |
| Symbol 1132 Graphic | Used by:1187 | |
| Symbol 1133 Graphic | Used by:1187 | |
| Symbol 1134 Graphic | Used by:1187 | |
| Symbol 1135 Graphic | Used by:1187 | |
| Symbol 1136 Graphic | Used by:1187 | |
| Symbol 1137 Graphic | Used by:1187 | |
| Symbol 1138 Graphic | Used by:1187 | |
| Symbol 1139 Graphic | Used by:1187 | |
| Symbol 1140 Graphic | Used by:1187 | |
| Symbol 1141 Graphic | Used by:1187 | |
| Symbol 1142 Graphic | Used by:1187 | |
| Symbol 1143 Graphic | Used by:1187 | |
| Symbol 1144 Graphic | Used by:1187 | |
| Symbol 1145 Graphic | Used by:1187 | |
| Symbol 1146 Graphic | Used by:1187 | |
| Symbol 1147 Graphic | Used by:1187 | |
| Symbol 1148 Graphic | Used by:1187 | |
| Symbol 1149 Graphic | Used by:1187 | |
| Symbol 1150 Graphic | Used by:1187 | |
| Symbol 1151 Graphic | Used by:1187 | |
| Symbol 1152 Graphic | Used by:1187 | |
| Symbol 1153 Graphic | Used by:1187 | |
| Symbol 1154 Graphic | Used by:1187 | |
| Symbol 1155 Graphic | Used by:1187 | |
| Symbol 1156 Graphic | Used by:1187 | |
| Symbol 1157 Graphic | Used by:1187 | |
| Symbol 1158 Graphic | Used by:1187 | |
| Symbol 1159 Graphic | Used by:1187 | |
| Symbol 1160 Graphic | Used by:1187 | |
| Symbol 1161 Graphic | Used by:1187 | |
| Symbol 1162 Graphic | Used by:1187 | |
| Symbol 1163 Graphic | Used by:1187 | |
| Symbol 1164 Graphic | Used by:1187 | |
| Symbol 1165 Graphic | Used by:1187 | |
| Symbol 1166 Graphic | Used by:1187 | |
| Symbol 1167 Graphic | Used by:1187 | |
| Symbol 1168 Graphic | Used by:1187 | |
| Symbol 1169 Graphic | Used by:1187 | |
| Symbol 1170 Graphic | Used by:1187 | |
| Symbol 1171 Graphic | Used by:1187 | |
| Symbol 1172 Graphic | Used by:1187 | |
| Symbol 1173 Graphic | Used by:1187 | |
| Symbol 1174 Graphic | Used by:1187 | |
| Symbol 1175 Graphic | Used by:1187 | |
| Symbol 1176 Graphic | Used by:1187 | |
| Symbol 1177 Graphic | Used by:1187 | |
| Symbol 1178 Graphic | Used by:1187 | |
| Symbol 1179 Graphic | Used by:1187 | |
| Symbol 1180 Graphic | Used by:1187 | |
| Symbol 1181 Graphic | Used by:1187 | |
| Symbol 1182 Graphic | Used by:1187 | |
| Symbol 1183 Graphic | Used by:1187 | |
| Symbol 1184 Graphic | Used by:1187 | |
| Symbol 1185 Graphic | Used by:1187 | |
| Symbol 1186 Graphic | Used by:1187 | |
| Symbol 1187 MovieClip | Uses:1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 | Used by:857 |
| Symbol 1188 Graphic | Used by:1316 | |
| Symbol 1189 Graphic | Used by:1316 | |
| Symbol 1190 Graphic | Used by:1316 | |
| Symbol 1191 Graphic | Used by:1316 | |
| Symbol 1192 Graphic | Used by:1316 | |
| Symbol 1193 Graphic | Used by:1316 | |
| Symbol 1194 Graphic | Used by:1316 | |
| Symbol 1195 Graphic | Used by:1316 | |
| Symbol 1196 Graphic | Used by:1316 | |
| Symbol 1197 Graphic | Used by:1316 | |
| Symbol 1198 Graphic | Used by:1316 | |
| Symbol 1199 Graphic | Used by:1316 | |
| Symbol 1200 Graphic | Used by:1316 | |
| Symbol 1201 Graphic | Used by:1316 | |
| Symbol 1202 Graphic | Used by:1316 | |
| Symbol 1203 Graphic | Used by:1316 | |
| Symbol 1204 Graphic | Used by:1316 | |
| Symbol 1205 Graphic | Used by:1316 | |
| Symbol 1206 Graphic | Used by:1316 | |
| Symbol 1207 Graphic | Used by:1316 | |
| Symbol 1208 Graphic | Used by:1316 | |
| Symbol 1209 Graphic | Used by:1316 | |
| Symbol 1210 Graphic | Used by:1316 | |
| Symbol 1211 Graphic | Used by:1316 | |
| Symbol 1212 Graphic | Used by:1316 | |
| Symbol 1213 Graphic | Used by:1316 | |
| Symbol 1214 Graphic | Used by:1316 | |
| Symbol 1215 Graphic | Used by:1316 | |
| Symbol 1216 Graphic | Used by:1316 | |
| Symbol 1217 Graphic | Used by:1316 | |
| Symbol 1218 Graphic | Used by:1316 | |
| Symbol 1219 Graphic | Used by:1316 | |
| Symbol 1220 Graphic | Used by:1316 | |
| Symbol 1221 Graphic | Used by:1316 | |
| Symbol 1222 Graphic | Used by:1316 | |
| Symbol 1223 Graphic | Used by:1316 | |
| Symbol 1224 Graphic | Used by:1316 | |
| Symbol 1225 Graphic | Used by:1316 | |
| Symbol 1226 Graphic | Used by:1316 | |
| Symbol 1227 Graphic | Used by:1316 | |
| Symbol 1228 Graphic | Used by:1316 | |
| Symbol 1229 Graphic | Used by:1316 | |
| Symbol 1230 Graphic | Used by:1316 | |
| Symbol 1231 Graphic | Used by:1316 | |
| Symbol 1232 Graphic | Used by:1316 | |
| Symbol 1233 Graphic | Used by:1316 | |
| Symbol 1234 Graphic | Used by:1316 | |
| Symbol 1235 Graphic | Used by:1316 | |
| Symbol 1236 Graphic | Used by:1316 | |
| Symbol 1237 Graphic | Used by:1316 | |
| Symbol 1238 Graphic | Used by:1316 | |
| Symbol 1239 Graphic | Used by:1316 | |
| Symbol 1240 Graphic | Used by:1316 | |
| Symbol 1241 Graphic | Used by:1316 | |
| Symbol 1242 Graphic | Used by:1316 | |
| Symbol 1243 Graphic | Used by:1316 | |
| Symbol 1244 Graphic | Used by:1316 | |
| Symbol 1245 Graphic | Used by:1316 | |
| Symbol 1246 Graphic | Used by:1316 | |
| Symbol 1247 Graphic | Used by:1316 | |
| Symbol 1248 Graphic | Used by:1316 | |
| Symbol 1249 Graphic | Used by:1316 | |
| Symbol 1250 Graphic | Used by:1316 | |
| Symbol 1251 Graphic | Used by:1316 | |
| Symbol 1252 Graphic | Used by:1316 | |
| Symbol 1253 Graphic | Used by:1316 | |
| Symbol 1254 Graphic | Used by:1316 | |
| Symbol 1255 Graphic | Used by:1316 | |
| Symbol 1256 Graphic | Used by:1316 | |
| Symbol 1257 Graphic | Used by:1316 | |
| Symbol 1258 Graphic | Used by:1316 | |
| Symbol 1259 Graphic | Used by:1316 | |
| Symbol 1260 Graphic | Used by:1316 | |
| Symbol 1261 Graphic | Used by:1316 | |
| Symbol 1262 Graphic | Used by:1316 | |
| Symbol 1263 Graphic | Used by:1316 | |
| Symbol 1264 Graphic | Used by:1316 | |
| Symbol 1265 Graphic | Used by:1316 | |
| Symbol 1266 Graphic | Used by:1316 | |
| Symbol 1267 Graphic | Used by:1316 | |
| Symbol 1268 Graphic | Used by:1316 | |
| Symbol 1269 Graphic | Used by:1316 | |
| Symbol 1270 Graphic | Used by:1316 | |
| Symbol 1271 Graphic | Used by:1316 | |
| Symbol 1272 Graphic | Used by:1316 | |
| Symbol 1273 Graphic | Used by:1316 | |
| Symbol 1274 Graphic | Used by:1316 | |
| Symbol 1275 Graphic | Used by:1316 | |
| Symbol 1276 Graphic | Used by:1316 | |
| Symbol 1277 Graphic | Used by:1316 | |
| Symbol 1278 Graphic | Used by:1316 | |
| Symbol 1279 Graphic | Used by:1316 | |
| Symbol 1280 Graphic | Used by:1316 | |
| Symbol 1281 Graphic | Used by:1316 | |
| Symbol 1282 Graphic | Used by:1316 | |
| Symbol 1283 Graphic | Used by:1316 | |
| Symbol 1284 Graphic | Used by:1316 | |
| Symbol 1285 Graphic | Used by:1316 | |
| Symbol 1286 Graphic | Used by:1316 | |
| Symbol 1287 Graphic | Used by:1316 | |
| Symbol 1288 Graphic | Used by:1316 | |
| Symbol 1289 Graphic | Used by:1316 | |
| Symbol 1290 Graphic | Used by:1316 | |
| Symbol 1291 Graphic | Used by:1316 | |
| Symbol 1292 Graphic | Used by:1316 | |
| Symbol 1293 Graphic | Used by:1316 | |
| Symbol 1294 Graphic | Used by:1316 | |
| Symbol 1295 Graphic | Used by:1316 | |
| Symbol 1296 Graphic | Used by:1316 | |
| Symbol 1297 Graphic | Used by:1316 | |
| Symbol 1298 Graphic | Used by:1316 | |
| Symbol 1299 Graphic | Used by:1316 | |
| Symbol 1300 Graphic | Used by:1316 | |
| Symbol 1301 Graphic | Used by:1316 | |
| Symbol 1302 Graphic | Used by:1316 | |
| Symbol 1303 Graphic | Used by:1316 | |
| Symbol 1304 Graphic | Used by:1316 | |
| Symbol 1305 Graphic | Used by:1316 | |
| Symbol 1306 Graphic | Used by:1316 | |
| Symbol 1307 Graphic | Used by:1316 | |
| Symbol 1308 Graphic | Used by:1316 | |
| Symbol 1309 Graphic | Used by:1316 | |
| Symbol 1310 Graphic | Used by:1316 | |
| Symbol 1311 Graphic | Used by:1316 | |
| Symbol 1312 Graphic | Used by:1316 | |
| Symbol 1313 Graphic | Used by:1316 | |
| Symbol 1314 Graphic | Used by:1316 | |
| Symbol 1315 Graphic | Used by:1316 | |
| Symbol 1316 MovieClip | Uses:1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 | Used by:857 |
| Symbol 857 MovieClip | Uses:910 946 1004 1123 1187 1316 | Used by:1317 |
| Symbol 1317 MovieClip | Uses:856 857 | Used by:Timeline |
| Symbol 1319 Bitmap | Used by:1320 | |
| Symbol 1320 Graphic | Uses:1319 | Used by:1389 |
| Symbol 1329 Bitmap | Used by:1330 | |
| Symbol 1330 Graphic | Uses:1329 | Used by:1322 |
| Symbol 1331 Graphic | Used by:1335 | |
| Symbol 1332 Graphic | Used by:1335 | |
| Symbol 1333 Graphic | Used by:1335 | |
| Symbol 1334 Graphic | Used by:1335 | |
| Symbol 1335 MovieClip | Uses:1331 1332 1333 1334 | Used by:1322 |
| Symbol 1336 Graphic | Used by:1327 | |
| Symbol 1322 MovieClip | Uses:1330 1335 | Used by:1321 |
| Symbol 1323 MovieClip | ||
| Symbol 1324 MovieClip | ||
| Symbol 1325 MovieClip | ||
| Symbol 1326 MovieClip | ||
| Symbol 1327 MovieClip | Uses:1336 | Used by:1321 |
| Symbol 1321 MovieClip | Uses:1322 1327 | Used by:1389 |
| Symbol 1345 Bitmap | Used by:1346 | |
| Symbol 1346 Graphic | Uses:1345 | Used by:1338 |
| Symbol 1347 Graphic | Used by:1354 | |
| Symbol 1348 Graphic | Used by:1354 | |
| Symbol 1349 Graphic | Used by:1354 | |
| Symbol 1350 Graphic | Used by:1354 | |
| Symbol 1351 Graphic | Used by:1354 | |
| Symbol 1352 Graphic | Used by:1354 | |
| Symbol 1353 Graphic | Used by:1354 | |
| Symbol 1354 MovieClip | Uses:1347 1348 1349 1350 1351 1352 1353 | Used by:1338 |
| Symbol 1356 Bitmap | Used by:1357 | |
| Symbol 1357 Graphic | Uses:1356 | Used by:1339 |
| Symbol 1358 Graphic | Used by:1365 | |
| Symbol 1359 Graphic | Used by:1365 | |
| Symbol 1360 Graphic | Used by:1365 | |
| Symbol 1361 Graphic | Used by:1365 | |
| Symbol 1362 Graphic | Used by:1365 | |
| Symbol 1363 Graphic | Used by:1365 | |
| Symbol 1364 Graphic | Used by:1365 | |
| Symbol 1365 MovieClip | Uses:1358 1359 1360 1361 1362 1363 1364 | Used by:1339 |
| Symbol 1367 Bitmap | Used by:1368 | |
| Symbol 1368 Graphic | Uses:1367 | Used by:1340 |
| Symbol 1369 Graphic | Used by:1376 | |
| Symbol 1370 Graphic | Used by:1376 | |
| Symbol 1371 Graphic | Used by:1376 | |
| Symbol 1372 Graphic | Used by:1376 | |
| Symbol 1373 Graphic | Used by:1376 | |
| Symbol 1374 Graphic | Used by:1376 | |
| Symbol 1375 Graphic | Used by:1376 | |
| Symbol 1376 MovieClip | Uses:1369 1370 1371 1372 1373 1374 1375 | Used by:1340 |
| Symbol 1377 Graphic | Used by:1343 | |
| Symbol 1338 MovieClip | Uses:1346 1354 | Used by:1337 |
| Symbol 1339 MovieClip | Uses:1357 1365 | Used by:1337 |
| Symbol 1340 MovieClip | Uses:1368 1376 | Used by:1337 |
| Symbol 1341 MovieClip | ||
| Symbol 1342 MovieClip | ||
| Symbol 1343 MovieClip | Uses:1377 | Used by:1337 |
| Symbol 1337 MovieClip | Uses:1338 1339 1340 1343 | Used by:1389 |
| Symbol 1385 Graphic | Used by:1379 | |
| Symbol 1386 Graphic | Used by:1380 | |
| Symbol 1387 Graphic | Used by:1381 | |
| Symbol 1388 Graphic | Used by:1384 | |
| Symbol 1379 MovieClip | Uses:1385 | Used by:1378 |
| Symbol 1380 MovieClip | Uses:1386 | Used by:1378 |
| Symbol 1381 MovieClip | Uses:1387 | Used by:1378 |
| Symbol 1382 MovieClip | ||
| Symbol 1383 MovieClip | ||
| Symbol 1384 MovieClip | Uses:1388 | Used by:1378 |
| Symbol 1378 MovieClip | Uses:1379 1380 1381 1384 | Used by:1389 |
| Symbol 1389 MovieClip | Uses:1320 1321 1337 1378 | Used by:Timeline |
| Symbol 1390 MovieClip | Used by:Timeline | |
| Symbol 1391 MovieClip | Used by:Timeline | |
| Symbol 1392 MovieClip | Used by:Timeline | |
| Symbol 1393 MovieClip | Used by:Timeline | |
| Symbol 1394 MovieClip | Used by:Timeline | |
| Symbol 1395 Graphic | Used by:1396 | |
| Symbol 1396 MovieClip | Uses:1395 | Used by:Timeline |
| Symbol 1397 Graphic | Used by:1398 | |
| Symbol 1398 MovieClip | Uses:1397 | Used by:Timeline |
| Symbol 1399 Graphic | Used by:1400 | |
| Symbol 1400 MovieClip | Uses:1399 | Used by:Timeline |
| Symbol 1401 Graphic | Used by:1402 | |
| Symbol 1402 MovieClip | Uses:1401 | Used by:Timeline |
| Symbol 1403 Graphic | Used by:1404 | |
| Symbol 1404 MovieClip | Uses:1403 | Used by:Timeline |
| Symbol 1405 Graphic | Used by:1406 | |
| Symbol 1406 MovieClip | Uses:1405 | Used by:Timeline |
| Symbol 1407 Graphic | Used by:1408 | |
| Symbol 1408 MovieClip | Uses:1407 | Used by:Timeline |
| Symbol 1409 Graphic | Used by:1410 | |
| Symbol 1410 MovieClip | Uses:1409 | Used by:Timeline |
| Symbol 1411 Graphic | Used by:1412 | |
| Symbol 1412 MovieClip | Uses:1411 | Used by:Timeline |
| Symbol 1413 Graphic | Used by:1414 | |
| Symbol 1414 MovieClip | Uses:1413 | Used by:Timeline |
| Symbol 1415 Graphic | Used by:1416 | |
| Symbol 1416 MovieClip | Uses:1415 | Used by:Timeline |
| Symbol 1417 Graphic | Used by:1418 | |
| Symbol 1418 MovieClip | Uses:1417 | Used by:Timeline |
| Symbol 1419 Graphic | Used by:1420 | |
| Symbol 1420 MovieClip | Uses:1419 | Used by:Timeline |
| Symbol 1421 Graphic | Used by:1422 | |
| Symbol 1422 MovieClip | Uses:1421 | Used by:Timeline |
| Symbol 1423 Graphic | Used by:1424 | |
| Symbol 1424 MovieClip | Uses:1423 | Used by:Timeline |
| Symbol 1425 Graphic | Used by:1426 | |
| Symbol 1426 MovieClip | Uses:1425 | Used by:Timeline |
| Symbol 1427 Graphic | Used by:1428 | |
| Symbol 1428 MovieClip | Uses:1427 | Used by:Timeline |
| Symbol 1429 Graphic | Used by:1430 | |
| Symbol 1430 MovieClip | Uses:1429 | Used by:Timeline |
| Symbol 1431 Graphic | Used by:1432 | |
| Symbol 1432 MovieClip | Uses:1431 | Used by:Timeline |
| Symbol 1433 Graphic | Used by:1434 | |
| Symbol 1434 MovieClip | Uses:1433 | Used by:Timeline |
| Symbol 1435 Graphic | Used by:1436 | |
| Symbol 1436 MovieClip | Uses:1435 | Used by:Timeline |
| Symbol 1437 Graphic | Used by:1438 | |
| Symbol 1438 MovieClip | Uses:1437 | Used by:Timeline |
| Symbol 1439 Graphic | Used by:1440 | |
| Symbol 1440 MovieClip | Uses:1439 | Used by:Timeline |
| Symbol 1441 Graphic | Used by:1442 | |
| Symbol 1442 MovieClip | Uses:1441 | Used by:Timeline |
| Symbol 1443 Graphic | Used by:1444 | |
| Symbol 1444 MovieClip | Uses:1443 | Used by:Timeline |
Instance Names
| "music1" | Frame 1 | Symbol 1390 MovieClip |
| "onmouseover1" | Frame 1 | Symbol 1391 MovieClip |
| "onmouseclick1" | Frame 1 | Symbol 1392 MovieClip |
| "portal1" | Frame 1 | Symbol 1393 MovieClip |
| "explosion58" | Frame 1 | Symbol 1394 MovieClip |
| "end1" | Frame 1 | Symbol 8 MovieClip |
| "viewedperson1" | Frame 1 | Symbol 10 MovieClip |
| "guy1" | Frame 1 | Symbol 14 MovieClip |
| "smoke1" | Frame 1 | Symbol 15 MovieClip |
| "explosion26" | Frame 1 | Symbol 64 MovieClip |
| "teleport1" | Frame 1 | Symbol 97 MovieClip |
| "mainmenu1" | Frame 1 | Symbol 286 MovieClip |
| "startmenu1" | Frame 1 | Symbol 679 MovieClip |
| "credits1" | Frame 1 | Symbol 724 MovieClip |
| "options1" | Frame 1 | Symbol 829 MovieClip |
| "finishlvl1" | Frame 1 | Symbol 830 MovieClip |
| "levelauthor1" | Frame 1 | Symbol 853 MovieClip |
| "tutorial1" | Frame 1 | Symbol 1317 MovieClip |
| "menu1" | Frame 1 | Symbol 1389 MovieClip |
| "_1" | Frame 1 | Symbol 1396 MovieClip |
| "_47" | Frame 1 | Symbol 1398 MovieClip |
| "_48" | Frame 1 | Symbol 1400 MovieClip |
| "_49" | Frame 1 | Symbol 1402 MovieClip |
| "_50" | Frame 1 | Symbol 1404 MovieClip |
| "_51" | Frame 1 | Symbol 1406 MovieClip |
| "_52" | Frame 1 | Symbol 1408 MovieClip |
| "_53" | Frame 1 | Symbol 1410 MovieClip |
| "_54" | Frame 1 | Symbol 1412 MovieClip |
| "_55" | Frame 1 | Symbol 1414 MovieClip |
| "_56" | Frame 1 | Symbol 1416 MovieClip |
| "_57" | Frame 1 | Symbol 1418 MovieClip |
| "_58" | Frame 1 | Symbol 1420 MovieClip |
| "_59" | Frame 1 | Symbol 1422 MovieClip |
| "_60" | Frame 1 | Symbol 1424 MovieClip |
| "_61" | Frame 1 | Symbol 1426 MovieClip |
| "_62" | Frame 1 | Symbol 1428 MovieClip |
| "_63" | Frame 1 | Symbol 1430 MovieClip |
| "_64" | Frame 1 | Symbol 1432 MovieClip |
| "_65" | Frame 1 | Symbol 1434 MovieClip |
| "_66" | Frame 1 | Symbol 1436 MovieClip |
| "_67" | Frame 1 | Symbol 1438 MovieClip |
| "_68" | Frame 1 | Symbol 1440 MovieClip |
| "_69" | Frame 1 | Symbol 1442 MovieClip |
| "_70" | Frame 1 | Symbol 1444 MovieClip |
| "normal" | Symbol 194 MovieClip Frame 1 | Symbol 195 MovieClip |
| "mouse_over" | Symbol 194 MovieClip Frame 1 | Symbol 195 MovieClip |
| "button_down" | Symbol 194 MovieClip Frame 1 | Symbol 195 MovieClip |
| "hot_zone" | Symbol 194 MovieClip Frame 1 | Symbol 200 MovieClip |
| "normal" | Symbol 210 MovieClip Frame 1 | Symbol 211 MovieClip |
| "mouse_over" | Symbol 210 MovieClip Frame 1 | Symbol 212 MovieClip |
| "button_down" | Symbol 210 MovieClip Frame 1 | Symbol 213 MovieClip |
| "hot_zone" | Symbol 210 MovieClip Frame 1 | Symbol 216 MovieClip |
| "normal" | Symbol 248 MovieClip Frame 1 | Symbol 249 MovieClip |
| "mouse_over" | Symbol 248 MovieClip Frame 1 | Symbol 250 MovieClip |
| "button_down" | Symbol 248 MovieClip Frame 1 | Symbol 251 MovieClip |
| "hot_zone" | Symbol 248 MovieClip Frame 1 | Symbol 254 MovieClip |
| "title_s1" | Symbol 286 MovieClip Frame 1 | Symbol 175 MovieClip |
| "title1" | Symbol 286 MovieClip Frame 1 | Symbol 193 MovieClip |
| "gotostart1" | Symbol 286 MovieClip Frame 1 | Symbol 194 MovieClip |
| "gotocredits1" | Symbol 286 MovieClip Frame 1 | Symbol 210 MovieClip |
| "gotooptions1" | Symbol 286 MovieClip Frame 1 | Symbol 248 MovieClip |
| "normal" | Symbol 361 MovieClip Frame 1 | Symbol 362 MovieClip |
| "mouse_over" | Symbol 361 MovieClip Frame 1 | Symbol 362 MovieClip |
| "button_down" | Symbol 361 MovieClip Frame 1 | Symbol 362 MovieClip |
| "hot_zone" | Symbol 361 MovieClip Frame 1 | Symbol 367 MovieClip |
| "normal" | Symbol 372 MovieClip Frame 1 | Symbol 373 MovieClip |
| "mouse_over" | Symbol 372 MovieClip Frame 1 | Symbol 373 MovieClip |
| "button_down" | Symbol 372 MovieClip Frame 1 | Symbol 373 MovieClip |
| "hot_zone" | Symbol 372 MovieClip Frame 1 | Symbol 378 MovieClip |
| "_2" | Symbol 383 MovieClip Frame 2 | Symbol 395 MovieClip |
| "_3" | Symbol 383 MovieClip Frame 3 | Symbol 399 MovieClip |
| "_4" | Symbol 383 MovieClip Frame 4 | Symbol 403 MovieClip |
| "_5" | Symbol 383 MovieClip Frame 5 | Symbol 407 MovieClip |
| "_6" | Symbol 383 MovieClip Frame 6 | Symbol 411 MovieClip |
| "_7" | Symbol 383 MovieClip Frame 7 | Symbol 415 MovieClip |
| "_8" | Symbol 383 MovieClip Frame 8 | Symbol 419 MovieClip |
| "_9" | Symbol 383 MovieClip Frame 9 | Symbol 423 MovieClip |
| "_10" | Symbol 383 MovieClip Frame 10 | Symbol 427 MovieClip |
| "_11" | Symbol 383 MovieClip Frame 11 | Symbol 431 MovieClip |
| "_12" | Symbol 383 MovieClip Frame 12 | Symbol 435 MovieClip |
| "_13" | Symbol 383 MovieClip Frame 13 | Symbol 439 MovieClip |
| "_14" | Symbol 383 MovieClip Frame 14 | Symbol 443 MovieClip |
| "_15" | Symbol 383 MovieClip Frame 15 | Symbol 447 MovieClip |
| "_16" | Symbol 383 MovieClip Frame 16 | Symbol 451 MovieClip |
| "_17" | Symbol 383 MovieClip Frame 17 | Symbol 455 MovieClip |
| "_18" | Symbol 383 MovieClip Frame 18 | Symbol 459 MovieClip |
| "_19" | Symbol 383 MovieClip Frame 19 | Symbol 463 MovieClip |
| "_20" | Symbol 383 MovieClip Frame 20 | Symbol 467 MovieClip |
| "_21" | Symbol 383 MovieClip Frame 21 | Symbol 471 MovieClip |
| "_22" | Symbol 383 MovieClip Frame 22 | Symbol 475 MovieClip |
| "_23" | Symbol 383 MovieClip Frame 23 | Symbol 479 MovieClip |
| "_24" | Symbol 383 MovieClip Frame 24 | Symbol 483 MovieClip |
| "_25" | Symbol 383 MovieClip Frame 25 | Symbol 487 MovieClip |
| "_26" | Symbol 383 MovieClip Frame 26 | Symbol 491 MovieClip |
| "_27" | Symbol 383 MovieClip Frame 27 | Symbol 495 MovieClip |
| "_28" | Symbol 383 MovieClip Frame 28 | Symbol 499 MovieClip |
| "_29" | Symbol 383 MovieClip Frame 29 | Symbol 503 MovieClip |
| "_30" | Symbol 383 MovieClip Frame 30 | Symbol 507 MovieClip |
| "_31" | Symbol 383 MovieClip Frame 31 | Symbol 511 MovieClip |
| "_32" | Symbol 383 MovieClip Frame 32 | Symbol 515 MovieClip |
| "_33" | Symbol 383 MovieClip Frame 33 | Symbol 519 MovieClip |
| "_34" | Symbol 383 MovieClip Frame 34 | Symbol 523 MovieClip |
| "_35" | Symbol 383 MovieClip Frame 35 | Symbol 527 MovieClip |
| "_36" | Symbol 383 MovieClip Frame 36 | Symbol 531 MovieClip |
| "_37" | Symbol 383 MovieClip Frame 37 | Symbol 535 MovieClip |
| "_38" | Symbol 383 MovieClip Frame 38 | Symbol 539 MovieClip |
| "_39" | Symbol 383 MovieClip Frame 39 | Symbol 543 MovieClip |
| "_40" | Symbol 383 MovieClip Frame 40 | Symbol 547 MovieClip |
| "_41" | Symbol 383 MovieClip Frame 41 | Symbol 551 MovieClip |
| "_42" | Symbol 383 MovieClip Frame 42 | Symbol 555 MovieClip |
| "_43" | Symbol 383 MovieClip Frame 43 | Symbol 559 MovieClip |
| "_44" | Symbol 383 MovieClip Frame 44 | Symbol 563 MovieClip |
| "_45" | Symbol 383 MovieClip Frame 45 | Symbol 567 MovieClip |
| "_46" | Symbol 383 MovieClip Frame 46 | Symbol 571 MovieClip |
| "normal" | Symbol 577 MovieClip Frame 1 | Symbol 578 MovieClip |
| "mouse_over" | Symbol 577 MovieClip Frame 1 | Symbol 579 MovieClip |
| "button_down" | Symbol 577 MovieClip Frame 1 | Symbol 580 MovieClip |
| "hot_zone" | Symbol 577 MovieClip Frame 1 | Symbol 583 MovieClip |
| "normal" | Symbol 606 MovieClip Frame 1 | Symbol 607 MovieClip |
| "mouse_over" | Symbol 606 MovieClip Frame 1 | Symbol 608 MovieClip |
| "button_down" | Symbol 606 MovieClip Frame 1 | Symbol 609 MovieClip |
| "hot_zone" | Symbol 606 MovieClip Frame 1 | Symbol 612 MovieClip |
| "start_menu_title_s1" | Symbol 679 MovieClip Frame 1 | Symbol 341 MovieClip |
| "start_menu_title1" | Symbol 679 MovieClip Frame 1 | Symbol 360 MovieClip |
| "nextlvl1" | Symbol 679 MovieClip Frame 1 | Symbol 361 MovieClip |
| "prevlvl1" | Symbol 679 MovieClip Frame 1 | Symbol 372 MovieClip |
| "maze_lvl_select1" | Symbol 679 MovieClip Frame 1 | Symbol 383 MovieClip |
| "showlvl1" | Symbol 679 MovieClip Frame 1 | Symbol 576 EditableText |
| "playselectedlvl1" | Symbol 679 MovieClip Frame 1 | Symbol 577 MovieClip |
| "backtomain1" | Symbol 679 MovieClip Frame 1 | Symbol 606 MovieClip |
| "savedata1" | Symbol 679 MovieClip Frame 1 | Symbol 647 EditableText |
| "disp_credits1" | Symbol 682 MovieClip Frame 1 | Symbol 681 EditableText |
| "normal" | Symbol 683 MovieClip Frame 1 | Symbol 684 MovieClip |
| "mouse_over" | Symbol 683 MovieClip Frame 1 | Symbol 685 MovieClip |
| "button_down" | Symbol 683 MovieClip Frame 1 | Symbol 686 MovieClip |
| "hot_zone" | Symbol 683 MovieClip Frame 1 | Symbol 689 MovieClip |
| "creditslide1" | Symbol 724 MovieClip Frame 1 | Symbol 682 MovieClip |
| "backtomain2" | Symbol 724 MovieClip Frame 1 | Symbol 683 MovieClip |
| "normal" | Symbol 736 MovieClip Frame 1 | Symbol 737 MovieClip |
| "mouse_over" | Symbol 736 MovieClip Frame 1 | Symbol 738 MovieClip |
| "button_down" | Symbol 736 MovieClip Frame 1 | Symbol 739 MovieClip |
| "hot_zone" | Symbol 736 MovieClip Frame 1 | Symbol 742 MovieClip |
| "normal" | Symbol 747 MovieClip Frame 1 | Symbol 748 MovieClip |
| "mouse_over" | Symbol 747 MovieClip Frame 1 | Symbol 749 MovieClip |
| "button_down" | Symbol 747 MovieClip Frame 1 | Symbol 750 MovieClip |
| "hot_zone" | Symbol 747 MovieClip Frame 1 | Symbol 753 MovieClip |
| "normal" | Symbol 788 MovieClip Frame 1 | Symbol 789 MovieClip |
| "mouse_over" | Symbol 788 MovieClip Frame 1 | Symbol 790 MovieClip |
| "button_down" | Symbol 788 MovieClip Frame 1 | Symbol 791 MovieClip |
| "hot_zone" | Symbol 788 MovieClip Frame 1 | Symbol 794 MovieClip |
| "gamesndbar1" | Symbol 829 MovieClip Frame 1 | Symbol 726 MovieClip |
| "gamedown1" | Symbol 829 MovieClip Frame 1 | Symbol 736 MovieClip |
| "gameup1" | Symbol 829 MovieClip Frame 1 | Symbol 747 MovieClip |
| "opt_title_s1" | Symbol 829 MovieClip Frame 1 | Symbol 779 MovieClip |
| "opt_title1" | Symbol 829 MovieClip Frame 1 | Symbol 787 MovieClip |
| "backtomain3" | Symbol 829 MovieClip Frame 1 | Symbol 788 MovieClip |
| "normal" | Symbol 830 MovieClip Frame 1 | Symbol 831 MovieClip |
| "mouse_over" | Symbol 830 MovieClip Frame 1 | Symbol 831 MovieClip |
| "button_down" | Symbol 830 MovieClip Frame 1 | Symbol 831 MovieClip |
| "hot_zone" | Symbol 830 MovieClip Frame 1 | Symbol 836 MovieClip |
| "disp_author1" | Symbol 853 MovieClip Frame 1 | Symbol 852 EditableText |
| "slide1" | Symbol 857 MovieClip Frame 1 | Symbol 910 MovieClip |
| "slide2" | Symbol 857 MovieClip Frame 1 | Symbol 946 MovieClip |
| "slide3" | Symbol 857 MovieClip Frame 1 | Symbol 1004 MovieClip |
| "slide4" | Symbol 857 MovieClip Frame 1 | Symbol 1123 MovieClip |
| "slide5" | Symbol 857 MovieClip Frame 1 | Symbol 1187 MovieClip |
| "slide6" | Symbol 857 MovieClip Frame 1 | Symbol 1316 MovieClip |
| "tutorialslides1" | Symbol 1317 MovieClip Frame 1 | Symbol 857 MovieClip |
| "normal" | Symbol 1321 MovieClip Frame 1 | Symbol 1322 MovieClip |
| "mouse_over" | Symbol 1321 MovieClip Frame 1 | Symbol 1322 MovieClip |
| "button_down" | Symbol 1321 MovieClip Frame 1 | Symbol 1322 MovieClip |
| "hot_zone" | Symbol 1321 MovieClip Frame 1 | Symbol 1327 MovieClip |
| "normal" | Symbol 1337 MovieClip Frame 1 | Symbol 1338 MovieClip |
| "mouse_over" | Symbol 1337 MovieClip Frame 1 | Symbol 1339 MovieClip |
| "button_down" | Symbol 1337 MovieClip Frame 1 | Symbol 1340 MovieClip |
| "hot_zone" | Symbol 1337 MovieClip Frame 1 | Symbol 1343 MovieClip |
| "normal" | Symbol 1378 MovieClip Frame 1 | Symbol 1379 MovieClip |
| "mouse_over" | Symbol 1378 MovieClip Frame 1 | Symbol 1380 MovieClip |
| "button_down" | Symbol 1378 MovieClip Frame 1 | Symbol 1381 MovieClip |
| "hot_zone" | Symbol 1378 MovieClip Frame 1 | Symbol 1384 MovieClip |
| "quit1" | Symbol 1389 MovieClip Frame 1 | Symbol 1321 MovieClip |
| "restart1" | Symbol 1389 MovieClip Frame 1 | Symbol 1337 MovieClip |
| "button1" | Symbol 1389 MovieClip Frame 1 | Symbol 1378 MovieClip |
Special Tags
| FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS1/AS2. |
| ExportAssets (56) | Timeline Frame 1 | Symbol 1 as "ITriedhaha" |
| ExportAssets (56) | Timeline Frame 1 | Symbol 2 as "OnMouseOver" |
| ExportAssets (56) | Timeline Frame 1 | Symbol 3 as "OnMouseClick" |
| ExportAssets (56) | Timeline Frame 1 | Symbol 4 as "Portal1" |
| ExportAssets (56) | Timeline Frame 1 | Symbol 5 as "Explosion3" |
| ExportAssets (56) | Timeline Frame 1 | Symbol 6 as "_init_globals" |
Labels
| "Scene 1" | Frame 2 |
|
|