| 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 #261743 |
| Loading |
| Loading. |
| Loading.. |
| Loading... |
| There is 5 differences in each stage. Find them! |
| (Singapore Version!) |
| START GAME |
| START GAME |
| password: |
| After every round, you will be given a password so you can continue from the stage where you last stopped. |
| Note: Please don't give away passwords of stages you have completed because there is a hall of fame for people who have went through all the stages!. |
| time: |
| score: |
| 0 |
| Cable car trip to Sentosa... scenic (pronounce scary) ride... 'Pleasee don't drop downnn... ' |
| there are 5 differences in each stage! Click help If You can't find |
| help |
| help |
| you still have |
| time(s) of |
| time: |
| score: |
| 0 |
| Underwater World! wheres JAWs?? "What?? Behind me?!?!?!!!" |
| you still have |
| time(s) of |
| time: |
| score: |
| 0 |
| Raffles Hotel!.. is there a raffle draw? |
| you still have |
| time(s) of |
| time: |
| score: |
| 0 |
| Heh heh heh.. Hotel 81.. Ooh lah lah.... |
| you still have |
| time(s) of |
| time: |
| score: |
| 0 |
| This is not me! Nice work! Don't play play.. if break must pay pay.... |
| you still have |
| time(s) of |
| time: |
| score: |
| 0 |
| Hyatt Hotel of course! huh? look like HDB flats meh? No lah... don't anyhow say... |
| you still have |
| time(s) of |
| time: |
| score: |
| 0 |
| Kopi Tiam! Favourite! Oi!!! ah pek! kopi o hor! meh meh hor!!!! 'Huh? Like this rude meh? no lah.. . ah pek tia boh ma.. bo bian...' |
| you still have |
| time(s) of |
| time: |
| score: |
| 0 |
| Congrats! Give yourself a pat on the back! You are now qualified to put your name in the hall of fame! Just click the purple button below! You can also see if any of your friends completed this game before you! If not, pass this game to them and they will see your name if they are good enough to reach here ! |
| Thank You for playing! |
| Please click and sign your name! |
| Hall of Fame |
| you still have |
| time(s) of |
| GAME OVER |
| again? |
| again? |
| score: |
| stage password: |
| Play Again! Don't give up! Get you name into the hall of fame! |
| Looking for a life-partner? a soul mate? a new friend? an online lover? This is one good site to find that special someone who is totally compatible to you! (You can state very specific requirements for your searchs. Try it, its free! |
| Find my personality match ! |
| Free ! |
| The Newest Version of this game is here Click here |
ActionScript [AS1/AS2]
Frame 1ifFrameLoaded (8) { tellTarget ("/") { gotoAndStop ("intro"); }; }Frame 4gotoAndPlay (1);Frame 5stop(); help = "5"; score = "0";Frame 6x = "1"; count = "0"; password = "ekin"; while (x < "6") { Set("re" add x, "0"); x = x + "1"; } stop();Frame 7x = "1"; count = "0"; password = "fukata"; while (x < "6") { Set("re" add x, "0"); x = x + "1"; } stop();Frame 8x = "1"; count = "0"; password = "mao"; while (x < "6") { Set("re" add x, "0"); x = x + "1"; } stop();Frame 9x = "1"; count = "0"; password = "lee"; while (x < "6") { Set("re" add x, "0"); x = x + "1"; } stop();Frame 10x = "1"; count = "0"; password = "building"; while (x < "6") { Set("re" add x, "0"); x = x + "1"; } stop();Frame 11x = "1"; count = "0"; password = "bank"; while (x < "6") { Set("re" add x, "0"); x = x + "1"; } stop();Frame 12x = "1"; count = "0"; password = "earth"; while (x < "6") { Set("re" add x, "0"); x = x + "1"; } stop();Frame 13x = "1"; count = "0"; password = "stone"; while (x < "6") { Set("re" add x, "0"); x = x + "1"; } stop();Frame 14stop();Symbol 17 Buttonon (release, keyPress "<Enter>") { if (password eq "ekin") { gotoAndStop (6); } else if (password eq "fukata") { gotoAndStop (7); } else if (password eq "mao") { gotoAndStop (8); } else if (password eq "lee") { gotoAndStop (9); } else if (password eq "building") { gotoAndStop (10); } else if (password eq "bank") { gotoAndStop (11); } else if (password eq "earth") { gotoAndStop (12); } else if (password eq "stone") { gotoAndStop (13); } else if (password eq "") { gotoAndStop (6); } else { gotoAndStop (6); } }Symbol 29 Buttonon (release) { if ("0" < score) { score = score - "5"; } }Symbol 35 MovieClip Frame 1stop();Symbol 35 MovieClip Frame 5stop();Symbol 37 Buttonon (release) { if (re1 == "0") { tellTarget ("/1a") { play(); }; tellTarget ("/1b") { play(); }; re1 = "1"; count = count + "1"; score = score + "10"; } if (count == "5") { nextFrame(); } }Symbol 38 Buttonon (release) { if (re2 == "0") { tellTarget ("/2a") { play(); }; tellTarget ("/2b") { play(); }; re2 = "1"; count = count + "1"; score = score + "10"; } if (count == "5") { nextFrame(); } }Symbol 39 Buttonon (release) { if (re3 == "0") { tellTarget ("/3a") { play(); }; tellTarget ("/3b") { play(); }; re3 = "1"; count = count + "1"; score = score + "10"; } if (count == "5") { nextFrame(); } }Symbol 40 Buttonon (release) { if (re4 == "0") { tellTarget ("/4a") { play(); }; tellTarget ("/4b") { play(); }; re4 = "1"; count = count + "1"; score = score + "10"; } if (count == "5") { nextFrame(); } }Symbol 41 Buttonon (release) { if (re5 == "0") { tellTarget ("/5a") { play(); }; tellTarget ("/5b") { play(); }; re5 = "1"; count = count + "1"; score = score + "10"; } if (count == "5") { nextFrame(); } }Symbol 44 MovieClip Frame 241tellTarget ("/") { gotoAndStop ("over"); }Symbol 48 MovieClip Frame 1time = "20";Symbol 48 MovieClip Frame 13if (time == "0") { stop(); } else { time = time - "1"; } gotoAndPlay (2);Symbol 58 Buttonon (release) { if (("0" < help) and (re1 == "0")) { tellTarget ("/1a") { play(); }; tellTarget ("/1b") { play(); }; re1 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re2 == "0")) { tellTarget ("/2a") { play(); }; tellTarget ("/2b") { play(); }; re2 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re3 == "0")) { tellTarget ("/3a") { play(); }; tellTarget ("/3b") { play(); }; re3 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re4 == "0")) { tellTarget ("/4a") { play(); }; tellTarget ("/4b") { play(); }; re4 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re5 == "0")) { tellTarget ("/5a") { play(); }; tellTarget ("/5b") { play(); }; re5 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } if (count == "5") { gotoAndStop (7); } }Symbol 69 Buttonon (release) { if (("0" < help) and (re1 == "0")) { tellTarget ("/1a") { play(); }; tellTarget ("/1b") { play(); }; re1 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re2 == "0")) { tellTarget ("/2a") { play(); }; tellTarget ("/2b") { play(); }; re2 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re3 == "0")) { tellTarget ("/3a") { play(); }; tellTarget ("/3b") { play(); }; re3 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re4 == "0")) { tellTarget ("/4a") { play(); }; tellTarget ("/4b") { play(); }; re4 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re5 == "0")) { tellTarget ("/5a") { play(); }; tellTarget ("/5b") { play(); }; re5 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } if (count == "5") { gotoAndStop (8); } }Symbol 80 Buttonon (release) { if (("0" < help) and (re1 == "0")) { tellTarget ("/1a") { play(); }; tellTarget ("/1b") { play(); }; re1 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re2 == "0")) { tellTarget ("/2a") { play(); }; tellTarget ("/2b") { play(); }; re2 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re3 == "0")) { tellTarget ("/3a") { play(); }; tellTarget ("/3b") { play(); }; re3 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re4 == "0")) { tellTarget ("/4a") { play(); }; tellTarget ("/4b") { play(); }; re4 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re5 == "0")) { tellTarget ("/5a") { play(); }; tellTarget ("/5b") { play(); }; re5 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } if (count == "5") { gotoAndStop (9); } }Symbol 87 Buttonon (release) { if ("0" < score) { score = score - "10"; } }Symbol 92 Buttonon (release) { if (("0" < help) and (re1 == "0")) { tellTarget ("/1a") { play(); }; tellTarget ("/1b") { play(); }; re1 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re2 == "0")) { tellTarget ("/2a") { play(); }; tellTarget ("/2b") { play(); }; re2 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re3 == "0")) { tellTarget ("/3a") { play(); }; tellTarget ("/3b") { play(); }; re3 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re4 == "0")) { tellTarget ("/4a") { play(); }; tellTarget ("/4b") { play(); }; re4 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re5 == "0")) { tellTarget ("/5a") { play(); }; tellTarget ("/5b") { play(); }; re5 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } if (count == "5") { gotoAndStop (10); } }Symbol 103 Buttonon (release) { if (("0" < help) and (re1 == "0")) { tellTarget ("/1a") { play(); }; tellTarget ("/1b") { play(); }; re1 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re2 == "0")) { tellTarget ("/2a") { play(); }; tellTarget ("/2b") { play(); }; re2 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re3 == "0")) { tellTarget ("/3a") { play(); }; tellTarget ("/3b") { play(); }; re3 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re4 == "0")) { tellTarget ("/4a") { play(); }; tellTarget ("/4b") { play(); }; re4 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re5 == "0")) { tellTarget ("/5a") { play(); }; tellTarget ("/5b") { play(); }; re5 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } if (count == "5") { gotoAndStop (11); } }Symbol 110 Buttonon (release) { if ("0" < score) { score = score - "15"; } }Symbol 115 Buttonon (release) { if (("0" < help) and (re1 == "0")) { tellTarget ("/1a") { play(); }; tellTarget ("/1b") { play(); }; re1 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re2 == "0")) { tellTarget ("/2a") { play(); }; tellTarget ("/2b") { play(); }; re2 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re3 == "0")) { tellTarget ("/3a") { play(); }; tellTarget ("/3b") { play(); }; re3 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re4 == "0")) { tellTarget ("/4a") { play(); }; tellTarget ("/4b") { play(); }; re4 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re5 == "0")) { tellTarget ("/5a") { play(); }; tellTarget ("/5b") { play(); }; re5 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } if (count == "5") { gotoAndStop (12); } }Symbol 122 Buttonon (release) { if ("0" < score) { score = score - "20"; } }Symbol 127 Buttonon (release) { if (("0" < help) and (re1 == "0")) { tellTarget ("/1a") { play(); }; tellTarget ("/1b") { play(); }; re1 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re2 == "0")) { tellTarget ("/2a") { play(); }; tellTarget ("/2b") { play(); }; re2 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re3 == "0")) { tellTarget ("/3a") { play(); }; tellTarget ("/3b") { play(); }; re3 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re4 == "0")) { tellTarget ("/4a") { play(); }; tellTarget ("/4b") { play(); }; re4 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re5 == "0")) { tellTarget ("/5a") { play(); }; tellTarget ("/5b") { play(); }; re5 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } if (count == "5") { gotoAndStop (13); } }Symbol 142 Buttonon (release) { getURL ("http://server35.hypermart.net/ignited/hof.html", "_blank"); }Symbol 143 Buttonon (release) { if (("0" < help) and (re1 == "0")) { tellTarget ("/1a") { play(); }; tellTarget ("/1b") { play(); }; re1 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re2 == "0")) { tellTarget ("/2a") { play(); }; tellTarget ("/2b") { play(); }; re2 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re3 == "0")) { tellTarget ("/3a") { play(); }; tellTarget ("/3b") { play(); }; re3 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re4 == "0")) { tellTarget ("/4a") { play(); }; tellTarget ("/4b") { play(); }; re4 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } else if (("0" < help) and (re5 == "0")) { tellTarget ("/5a") { play(); }; tellTarget ("/5b") { play(); }; re5 = "1"; count = count + "1"; help = help - "1"; if ("0" < score) { score = score - "5"; } } if (count == "5") { gotoAndStop (14); } }Symbol 152 Buttonon (release) { gotoAndStop (5); }Symbol 165 Buttonon (release) { getURL ("http://Datingclub.com/AEnter.asp?sid=120487200&Epage=2", "_blank"); }Symbol 170 Buttonon (release) { getURL ("http://server35.hypermart.net/ignited/index.html", "_blank"); }
Library Items
| Symbol 1 Font | Used by:2 3 4 5 153 156 | ||
| Symbol 2 EditableText | Uses:1 | Used by:Timeline | |
| Symbol 3 EditableText | Uses:1 | Used by:Timeline | |
| Symbol 4 EditableText | Uses:1 | Used by:Timeline | |
| Symbol 5 EditableText | Uses:1 | Used by:Timeline | |
| Symbol 6 Graphic | Used by:Timeline | ||
| Symbol 7 Graphic | Used by:8 | ||
| Symbol 8 MovieClip | Uses:7 | Used by:Timeline | |
| Symbol 9 Font | Used by:10 12 22 23 53 68 79 91 102 114 126 137 139 157 158 | ||
| Symbol 10 Text | Uses:9 | Used by:Timeline | |
| Symbol 11 Graphic | Used by:Timeline | ||
| Symbol 12 Text | Uses:9 | Used by:Timeline | |
| Symbol 13 Graphic | Used by:17 | ||
| Symbol 14 Font | Used by:15 16 | ||
| Symbol 15 Text | Uses:14 | Used by:17 | |
| Symbol 16 Text | Uses:14 | Used by:17 | |
| Symbol 17 Button | Uses:13 15 16 | Used by:Timeline | |
| Symbol 18 Font | Used by:19 45 46 47 49 50 51 56 57 59 60 61 65 66 67 70 71 72 76 77 78 81 82 83 88 89 90 93 94 95 99 100 101 104 105 106 111 112 113 116 117 118 123 124 125 128 129 130 134 135 136 144 145 146 148 150 151 154 155 | ||
| Symbol 19 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 20 Font | Used by:21 54 | ||
| Symbol 21 EditableText | Uses:20 | Used by:Timeline | |
| Symbol 22 Text | Uses:9 | Used by:Timeline | |
| Symbol 23 Text | Uses:9 | Used by:Timeline | |
| Symbol 24 Bitmap | Used by:26 | ||
| Symbol 25 Bitmap | Used by:26 | ||
| Symbol 26 Graphic | Uses:24 25 | Used by:Timeline | |
| Symbol 27 Graphic | Used by:29 87 110 122 | ||
| Symbol 28 Sound | Used by:29 87 110 122 | ||
| Symbol 29 Button | Uses:27 28 | Used by:Timeline | |
| Symbol 30 Graphic | Used by:35 | ||
| Symbol 31 Sound | Used by:35 | ||
| Symbol 32 Graphic | Used by:35 | ||
| Symbol 33 Graphic | Used by:35 | ||
| Symbol 34 Graphic | Used by:35 | ||
| Symbol 35 MovieClip | Uses:30 31 32 33 34 | Used by:Timeline | |
| Symbol 36 Graphic | Used by:37 38 39 40 41 | ||
| Symbol 37 Button | Uses:36 | Used by:Timeline | |
| Symbol 38 Button | Uses:36 | Used by:Timeline | |
| Symbol 39 Button | Uses:36 | Used by:Timeline | |
| Symbol 40 Button | Uses:36 | Used by:Timeline | |
| Symbol 41 Button | Uses:36 | Used by:Timeline | |
| Symbol 42 ShapeTweening | Used by:44 | ||
| Symbol 43 Graphic | Used by:44 | ||
| Symbol 44 MovieClip | Uses:42 43 | Used by:Timeline | |
| Symbol 45 EditableText | Uses:18 | Used by:48 | |
| Symbol 46 EditableText | Uses:18 | Used by:48 | |
| Symbol 47 EditableText | Uses:18 | Used by:48 | |
| Symbol 48 MovieClip | Uses:45 46 47 | Used by:Timeline | |
| Symbol 49 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 50 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 51 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 52 Font | Used by:53 68 79 91 114 126 137 138 141 158 160 162 166 | ||
| Symbol 53 Text | Uses:52 9 | Used by:Timeline | |
| Symbol 54 Text | Uses:20 | Used by:Timeline | |
| Symbol 55 Graphic | Used by:58 69 80 92 103 115 127 143 | ||
| Symbol 56 EditableText | Uses:18 | Used by:58 69 80 92 103 115 127 143 | |
| Symbol 57 EditableText | Uses:18 | Used by:58 69 80 92 103 115 127 143 | |
| Symbol 58 Button | Uses:55 56 57 | Used by:Timeline | |
| Symbol 59 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 60 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 61 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 62 Bitmap | Used by:64 | ||
| Symbol 63 Bitmap | Used by:64 | ||
| Symbol 64 Graphic | Uses:62 63 | Used by:Timeline | |
| Symbol 65 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 66 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 67 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 68 Text | Uses:52 9 | Used by:Timeline | |
| Symbol 69 Button | Uses:55 56 57 | Used by:Timeline | |
| Symbol 70 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 71 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 72 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 73 Bitmap | Used by:75 | ||
| Symbol 74 Bitmap | Used by:75 | ||
| Symbol 75 Graphic | Uses:73 74 | Used by:Timeline | |
| Symbol 76 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 77 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 78 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 79 Text | Uses:52 9 | Used by:Timeline | |
| Symbol 80 Button | Uses:55 56 57 | Used by:Timeline | |
| Symbol 81 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 82 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 83 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 84 Bitmap | Used by:86 | ||
| Symbol 85 Bitmap | Used by:86 | ||
| Symbol 86 Graphic | Uses:84 85 | Used by:Timeline | |
| Symbol 87 Button | Uses:27 28 | Used by:Timeline | |
| Symbol 88 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 89 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 90 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 91 Text | Uses:9 52 | Used by:Timeline | |
| Symbol 92 Button | Uses:55 56 57 | Used by:Timeline | |
| Symbol 93 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 94 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 95 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 96 Bitmap | Used by:98 | ||
| Symbol 97 Bitmap | Used by:98 | ||
| Symbol 98 Graphic | Uses:96 97 | Used by:Timeline | |
| Symbol 99 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 100 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 101 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 102 Text | Uses:9 | Used by:Timeline | |
| Symbol 103 Button | Uses:55 56 57 | Used by:Timeline | |
| Symbol 104 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 105 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 106 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 107 Bitmap | Used by:109 | ||
| Symbol 108 Bitmap | Used by:109 | ||
| Symbol 109 Graphic | Uses:107 108 | Used by:Timeline | |
| Symbol 110 Button | Uses:27 28 | Used by:Timeline | |
| Symbol 111 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 112 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 113 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 114 Text | Uses:52 9 | Used by:Timeline | |
| Symbol 115 Button | Uses:55 56 57 | Used by:Timeline | |
| Symbol 116 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 117 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 118 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 119 Bitmap | Used by:121 | ||
| Symbol 120 Bitmap | Used by:121 | ||
| Symbol 121 Graphic | Uses:119 120 | Used by:Timeline | |
| Symbol 122 Button | Uses:27 28 | Used by:Timeline | |
| Symbol 123 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 124 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 125 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 126 Text | Uses:52 9 | Used by:Timeline | |
| Symbol 127 Button | Uses:55 56 57 | Used by:Timeline | |
| Symbol 128 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 129 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 130 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 131 Bitmap | Used by:133 | ||
| Symbol 132 Bitmap | Used by:133 | ||
| Symbol 133 Graphic | Uses:131 132 | Used by:Timeline | |
| Symbol 134 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 135 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 136 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 137 Text | Uses:52 9 | Used by:Timeline | |
| Symbol 138 Text | Uses:52 | Used by:Timeline | |
| Symbol 139 Text | Uses:9 | Used by:Timeline | |
| Symbol 140 Graphic | Used by:142 | ||
| Symbol 141 Text | Uses:52 | Used by:142 | |
| Symbol 142 Button | Uses:140 141 | Used by:Timeline | |
| Symbol 143 Button | Uses:55 56 57 | Used by:Timeline | |
| Symbol 144 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 145 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 146 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 147 Graphic | Used by:Timeline | ||
| Symbol 148 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 149 Graphic | Used by:152 | ||
| Symbol 150 EditableText | Uses:18 | Used by:152 | |
| Symbol 151 EditableText | Uses:18 | Used by:152 | |
| Symbol 152 Button | Uses:149 150 151 | Used by:Timeline | |
| Symbol 153 EditableText | Uses:1 | Used by:Timeline | |
| Symbol 154 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 155 EditableText | Uses:18 | Used by:Timeline | |
| Symbol 156 EditableText | Uses:1 | Used by:Timeline | |
| Symbol 157 Text | Uses:9 | Used by:Timeline | |
| Symbol 158 Text | Uses:9 52 | Used by:Timeline | |
| Symbol 159 Graphic | Used by:165 | ||
| Symbol 160 Text | Uses:52 | Used by:165 | |
| Symbol 161 Graphic | Used by:165 | ||
| Symbol 162 Text | Uses:52 | Used by:165 | |
| Symbol 163 Graphic | Used by:165 | ||
| Symbol 164 Graphic | Used by:165 | ||
| Symbol 165 Button | Uses:159 160 161 162 163 164 | Used by:Timeline | |
| Symbol 166 Text | Uses:52 | Used by:Timeline | |
| Symbol 167 Graphic | Used by:170 | ||
| Symbol 168 Graphic | Used by:170 | ||
| Symbol 169 Graphic | Used by:170 | ||
| Symbol 170 Button | Uses:167 168 169 | Used by:Timeline |
Instance Names
| "1a" | Frame 6 | Symbol 35 MovieClip |
| "2a" | Frame 6 | Symbol 35 MovieClip |
| "3a" | Frame 6 | Symbol 35 MovieClip |
| "4a" | Frame 6 | Symbol 35 MovieClip |
| "5a" | Frame 6 | Symbol 35 MovieClip |
| "1b" | Frame 6 | Symbol 35 MovieClip |
| "2b" | Frame 6 | Symbol 35 MovieClip |
| "3b" | Frame 6 | Symbol 35 MovieClip |
| "4b" | Frame 6 | Symbol 35 MovieClip |
| "5b" | Frame 6 | Symbol 35 MovieClip |
| "1a" | Frame 7 | Symbol 35 MovieClip |
| "2a" | Frame 7 | Symbol 35 MovieClip |
| "3a" | Frame 7 | Symbol 35 MovieClip |
| "4a" | Frame 7 | Symbol 35 MovieClip |
| "5a" | Frame 7 | Symbol 35 MovieClip |
| "1b" | Frame 7 | Symbol 35 MovieClip |
| "2b" | Frame 7 | Symbol 35 MovieClip |
| "3b" | Frame 7 | Symbol 35 MovieClip |
| "4b" | Frame 7 | Symbol 35 MovieClip |
| "5b" | Frame 7 | Symbol 35 MovieClip |
| "1a" | Frame 8 | Symbol 35 MovieClip |
| "2a" | Frame 8 | Symbol 35 MovieClip |
| "3a" | Frame 8 | Symbol 35 MovieClip |
| "4a" | Frame 8 | Symbol 35 MovieClip |
| "5a" | Frame 8 | Symbol 35 MovieClip |
| "1b" | Frame 8 | Symbol 35 MovieClip |
| "2b" | Frame 8 | Symbol 35 MovieClip |
| "3b" | Frame 8 | Symbol 35 MovieClip |
| "4b" | Frame 8 | Symbol 35 MovieClip |
| "5b" | Frame 8 | Symbol 35 MovieClip |
| "1a" | Frame 9 | Symbol 35 MovieClip |
| "2a" | Frame 9 | Symbol 35 MovieClip |
| "3a" | Frame 9 | Symbol 35 MovieClip |
| "4a" | Frame 9 | Symbol 35 MovieClip |
| "5a" | Frame 9 | Symbol 35 MovieClip |
| "1b" | Frame 9 | Symbol 35 MovieClip |
| "2b" | Frame 9 | Symbol 35 MovieClip |
| "3b" | Frame 9 | Symbol 35 MovieClip |
| "4b" | Frame 9 | Symbol 35 MovieClip |
| "5b" | Frame 9 | Symbol 35 MovieClip |
| "1a" | Frame 10 | Symbol 35 MovieClip |
| "2a" | Frame 10 | Symbol 35 MovieClip |
| "3a" | Frame 10 | Symbol 35 MovieClip |
| "4a" | Frame 10 | Symbol 35 MovieClip |
| "5a" | Frame 10 | Symbol 35 MovieClip |
| "1b" | Frame 10 | Symbol 35 MovieClip |
| "2b" | Frame 10 | Symbol 35 MovieClip |
| "3b" | Frame 10 | Symbol 35 MovieClip |
| "4b" | Frame 10 | Symbol 35 MovieClip |
| "5b" | Frame 10 | Symbol 35 MovieClip |
| "1a" | Frame 11 | Symbol 35 MovieClip |
| "2a" | Frame 11 | Symbol 35 MovieClip |
| "3a" | Frame 11 | Symbol 35 MovieClip |
| "4a" | Frame 11 | Symbol 35 MovieClip |
| "5a" | Frame 11 | Symbol 35 MovieClip |
| "1b" | Frame 11 | Symbol 35 MovieClip |
| "2b" | Frame 11 | Symbol 35 MovieClip |
| "3b" | Frame 11 | Symbol 35 MovieClip |
| "4b" | Frame 11 | Symbol 35 MovieClip |
| "5b" | Frame 11 | Symbol 35 MovieClip |
| "1a" | Frame 12 | Symbol 35 MovieClip |
| "2a" | Frame 12 | Symbol 35 MovieClip |
| "3a" | Frame 12 | Symbol 35 MovieClip |
| "4a" | Frame 12 | Symbol 35 MovieClip |
| "5a" | Frame 12 | Symbol 35 MovieClip |
| "1b" | Frame 12 | Symbol 35 MovieClip |
| "2b" | Frame 12 | Symbol 35 MovieClip |
| "3b" | Frame 12 | Symbol 35 MovieClip |
| "4b" | Frame 12 | Symbol 35 MovieClip |
| "5b" | Frame 12 | Symbol 35 MovieClip |
| "1a" | Frame 13 | Symbol 35 MovieClip |
| "2a" | Frame 13 | Symbol 35 MovieClip |
| "3a" | Frame 13 | Symbol 35 MovieClip |
| "4a" | Frame 13 | Symbol 35 MovieClip |
| "5a" | Frame 13 | Symbol 35 MovieClip |
| "1b" | Frame 13 | Symbol 35 MovieClip |
| "2b" | Frame 13 | Symbol 35 MovieClip |
| "3b" | Frame 13 | Symbol 35 MovieClip |
| "4b" | Frame 13 | Symbol 35 MovieClip |
| "5b" | Frame 13 | Symbol 35 MovieClip |
Labels
| "intro" | Frame 5 |
| "over" | Frame 14 |
Dynamic Text Variables
| TextField4 | Symbol 2 EditableText | "Loading" |
| TextField4 | Symbol 3 EditableText | "Loading." |
| TextField4 | Symbol 4 EditableText | "Loading.." |
| TextField4 | Symbol 5 EditableText | "Loading..." |
| password | Symbol 19 EditableText | "" |
| TextField22 | Symbol 21 EditableText | "password:" |
| time | Symbol 45 EditableText | "" |
| time | Symbol 46 EditableText | "" |
| time | Symbol 47 EditableText | "" |
| TextField7 | Symbol 49 EditableText | "time:" |
| TextField13 | Symbol 50 EditableText | "score:" |
| score | Symbol 51 EditableText | "0" |
| TextField8 | Symbol 59 EditableText | " you still have" |
| help | Symbol 60 EditableText | "" |
| TextField11 | Symbol 61 EditableText | "time(s) of" |
| TextField7 | Symbol 65 EditableText | "time:" |
| TextField13 | Symbol 66 EditableText | "score:" |
| score | Symbol 67 EditableText | "0" |
| TextField8 | Symbol 70 EditableText | " you still have" |
| help | Symbol 71 EditableText | "" |
| TextField11 | Symbol 72 EditableText | "time(s) of" |
| TextField7 | Symbol 76 EditableText | "time:" |
| TextField13 | Symbol 77 EditableText | "score:" |
| score | Symbol 78 EditableText | "0" |
| TextField8 | Symbol 81 EditableText | "you still have" |
| help | Symbol 82 EditableText | "" |
| TextField11 | Symbol 83 EditableText | "time(s) of" |
| TextField7 | Symbol 88 EditableText | "time:" |
| TextField13 | Symbol 89 EditableText | "score:" |
| score | Symbol 90 EditableText | "0" |
| TextField8 | Symbol 93 EditableText | "you still have" |
| help | Symbol 94 EditableText | "" |
| TextField11 | Symbol 95 EditableText | "time(s) of" |
| TextField7 | Symbol 99 EditableText | "time:" |
| TextField13 | Symbol 100 EditableText | "score:" |
| score | Symbol 101 EditableText | "0" |
| TextField8 | Symbol 104 EditableText | "you still have" |
| help | Symbol 105 EditableText | "" |
| TextField11 | Symbol 106 EditableText | "time(s) of" |
| TextField7 | Symbol 111 EditableText | "time:" |
| TextField13 | Symbol 112 EditableText | "score:" |
| score | Symbol 113 EditableText | "0" |
| TextField8 | Symbol 116 EditableText | "you still have" |
| help | Symbol 117 EditableText | "" |
| TextField11 | Symbol 118 EditableText | "time(s) of" |
| TextField7 | Symbol 123 EditableText | "time:" |
| TextField13 | Symbol 124 EditableText | "score:" |
| score | Symbol 125 EditableText | "0" |
| TextField8 | Symbol 128 EditableText | "you still have" |
| help | Symbol 129 EditableText | "" |
| TextField11 | Symbol 130 EditableText | "time(s) of" |
| TextField7 | Symbol 134 EditableText | "time:" |
| TextField13 | Symbol 135 EditableText | "score:" |
| score | Symbol 136 EditableText | "0" |
| TextField8 | Symbol 144 EditableText | "you still have" |
| help | Symbol 145 EditableText | "" |
| TextField11 | Symbol 146 EditableText | "time(s) of" |
| TextField2 | Symbol 148 EditableText | "GAME OVER" |
| TextField17 | Symbol 153 EditableText | "score:" |
| score | Symbol 154 EditableText | "" |
| password | Symbol 155 EditableText | "" |
| TextField20 | Symbol 156 EditableText | "stage password:" |
|
|