STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229593 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2595 · P5190 |
This is the info page for Flash #81522 |
Flash V-Cam |
Spaceferry USS Storm has travelled for 3 years now. Its main purpose is to seek out and explore planets in search for life. Planet Earth has expired long ago, and humans have moved on to other planets. The crew have found a new planet and are getting ready to land. The planet has been named Thalador. |
Since the landing might take a while most of the crew are about to go to bed. |
This is one of the many sleeping rooms on USS Storm. Each crewmember has his own sleeping pod, and all together they are about 500 or so. These pods are programmed to take care of the body of whoever lays inside it, as some users wants to sleep all the way between planets. Which might take many years. |
This is Diro. Hes a mix between human and proxerion. Proxerions are an intelligent race from the planet called Tilo Secto, which the humans have found many years ago. After a long and great war, the races had finally found peace. Diro was born on Tilo Secto 16 years ago, but he havent really been much on his home planet. His father is the captain of this ferry, so he has been along for the ride for as long as he can remember. Right now hes about to go to sleep. |
Before he goes to sleep he adjusts the wake up function to the time just before they land. Diro loves watching the planets from the main cockpit of the spacecraft. And listen to the radios as the exploring teams go out on alien lands. He dreams about becomming one of the explorers one day, but his father doesnt want that. He wants his son to follow his footsteps and become a captain. The bond between Diro and his father is weak. |
But as soon as Diro falls asleep. The unthinkable happens. |
USS Storm has just been hit by a meteor, and the ferry has lost control and is falling towards planet Thalador at a high rate of speed. The meteor hit the ship at the engine compartment, a huge explosion has taken out the main power and alot of the crew working there. The hull has also been breached, sucking alot of stuff out in outer space. Oxygen levels are also falling just as quickly as the ship is. |
The pod containing Diro have crashed on Thalador. It flew out the window of the sleeping room while the ship went down. Even though the pod is badly damaged it has saved Diros life. He is unharmed, but still asleep. |
ActionScript [AS1/AS2]
Frame 1score = 0; stop();Instance of Symbol 7 MovieClip "player" in Frame 1onClipEvent (load) { var grav = 0; var speed = 4; var jumpHeight = 3; var slow = 0.7; var slowspd = (speed / 1.5); var setspeed = speed; var scale = _xscale; var ex = 5; this.gotoAndStop(2); } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.water.hitTest(_x, _y, true)) { if (grav > 0) { grav = grav * slow; } speed = slowspd; } else { speed = setspeed; } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if (Key.isDown(87) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(2); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } } onClipEvent (enterFrame) { if (_root.player.hitTest(_root.nextlevel)) { _root.gotoAndStop(2, "Scene 1"); } }Instance of Symbol 11 MovieClip in Frame 1onClipEvent (enterFrame) { _y = (_y + ((_root.player._y - _y) / 999)); _x = (_x + ((_root.player._x - _x) / 4)); }Instance of Symbol 42 MovieClip "nextlevel2" in Frame 8onClipEvent (enterFrame) { if (_root.player2.hitTest(_root.nextlevel2)) { _root.gotoAndStop(11); } }Instance of Symbol 48 MovieClip in Frame 8onClipEvent (enterFrame) { _y = (_y + ((_root.player2._y - _y) / 4)); _x = (_x + ((_root.player2._x - _x) / 4)); }Instance of Symbol 55 MovieClip "lv1bg" in Frame 8onClipEvent (enterFrame) { _y = (_y + ((_root.player2._y - _y) / 4)); _x = (_x + ((_root.player2._x - _x) / 4)); }Instance of Symbol 65 MovieClip "bird" in Frame 8onClipEvent (load) { var speed = 1; var dist = 200; var distA = (_x + dist); var distB = (_x - dist); } onClipEvent (enterFrame) { _x = (_x + speed); if (_x >= distA) { speed = speed * -1; } if (_x <= distB) { speed = speed * -1; } }Instance of Symbol 65 MovieClip "bird3" in Frame 8onClipEvent (load) { var speed = 1.7; var dist = 320; var distA = (_x + dist); var distB = (_x - dist); } onClipEvent (enterFrame) { _x = (_x + speed); if (_x >= distA) { speed = speed * -1; } if (_x <= distB) { speed = speed * -1; } }Instance of Symbol 65 MovieClip "bird2" in Frame 8onClipEvent (load) { var speed = 1.3; var dist = 260; var distA = (_x + dist); var distB = (_x - dist); } onClipEvent (enterFrame) { _x = (_x + speed); if (_x >= distA) { speed = speed * -1; } if (_x <= distB) { speed = speed * -1; } }Instance of Symbol 65 MovieClip "bird" in Frame 8onClipEvent (load) { var speed = 1; var dist = 300; var distA = (_x + dist); var distB = (_x - dist); } onClipEvent (enterFrame) { _x = (_x + speed); if (_x >= distA) { speed = speed * -1; } if (_x <= distB) { speed = speed * -1; } }Instance of Symbol 92 MovieClip "player2" in Frame 8onClipEvent (load) { var grav = 0; var speed = 2; var jumpHeight = 8; var slow = 0.7; var slowspd = (speed / 1.5); var setspeed = speed; var scale = _xscale; var ex = 5; this.gotoAndStop(2); } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.water.hitTest(_x, _y, true)) { if (grav > 0) { grav = grav * slow; } speed = slowspd; } else { speed = setspeed; } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if (Key.isDown(87) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(2); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } }Instance of Symbol 11 MovieClip in Frame 8onClipEvent (enterFrame) { _y = (_y + ((_root.player2._y - _y) / 4)); _x = (_x + ((_root.player2._x - _x) / 4)); }Instance of Symbol 42 MovieClip "nextlevel2" in Frame 10onClipEvent (enterFrame) { if (_root.player2.hitTest(_root.nextlevel2)) { _root.gotoAndStop(9); } }Instance of Symbol 4 MovieClip "nextlevel" in Frame 11onClipEvent (enterFrame) { if (_root.player3.hitTest(_root.nextlevel)) { _root.gotoAndStop(9); } }Instance of Symbol 48 MovieClip in Frame 11onClipEvent (enterFrame) { _y = (_y + ((_root.player3._y - _y) / 2)); _x = (_x + ((_root.player3._x - _x) / 2)); }Instance of Symbol 55 MovieClip "lv1bg" in Frame 11onClipEvent (enterFrame) { _y = (_y + ((_root.player3._y - _y) / 2)); _x = (_x + ((_root.player3._x - _x) / 2)); }Instance of Symbol 108 MovieClip "player3" in Frame 11onClipEvent (load) { var grav = 0; var speed = 2.5; var jumpHeight = 8; var slow = 0.7; var slowspd = (speed / 1.5); var setspeed = speed; var scale = _xscale; var ex = 5; this.gotoAndStop(2); } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.water.hitTest(_x, _y, true)) { if (grav > 0) { grav = grav * slow; } speed = slowspd; } else { speed = setspeed; } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if (Key.isDown(87) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(2); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } }Instance of Symbol 104 MovieClip "tentacle" in Frame 11onClipEvent (enterFrame) { if (_root.tentacle.hitTest(_root.player3)) { _root.gotoAndStop(1, "Scene 6"); } }Instance of Symbol 104 MovieClip "tentacle2" in Frame 11onClipEvent (enterFrame) { if (_root.tentacle2.hitTest(_root.player3)) { _root.gotoAndStop(100); } }Instance of Symbol 104 MovieClip "tentacle3" in Frame 11onClipEvent (enterFrame) { if (_root.tentacle3.hitTest(_root.player3)) { _root.gotoAndStop(100); } }Instance of Symbol 104 MovieClip "tentacle4" in Frame 11onClipEvent (enterFrame) { if (_root.tentacle4.hitTest(_root.player3)) { _root.gotoAndStop(100); } }Instance of Symbol 11 MovieClip in Frame 11onClipEvent (enterFrame) { _y = (_y + ((_root.player3._y - _y) / 2)); _x = (_x + ((_root.player3._x - _x) / 2)); }Frame 121stop();Frame 177stop();Frame 178stop();Frame 260stop();Frame 261stop();Frame 262stop();Frame 361stop();Symbol 11 MovieClip Frame 1function camControl() { parentColor.setTransform(camColor.getTransform()); var _local4 = sX / this._width; var _local3 = sY / this._height; _parent._x = cX - (this._x * _local4); _parent._y = cY - (this._y * _local3); _parent._xscale = 100 * _local4; _parent._yscale = 100 * _local3; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } parentColor.setTransform(camColor.getTransform()); this._visible = false; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage;Symbol 23 Buttonon (release) { gotoAndStop (3); }Symbol 25 Buttonon (release) { gotoAndStop (4); }Symbol 29 Buttonon (release) { gotoAndStop (5); }Symbol 32 Buttonon (release) { gotoAndStop (6); }Symbol 37 Buttonon (release) { gotoAndStop (7); }Symbol 41 Buttonon (release) { gotoAndPlay (12); }Symbol 97 Buttonon (release) { gotoAndStop (9); }Symbol 125 Buttonon (release) { gotoAndPlay (122); }Symbol 137 Buttonon (release) { gotoAndStop (178); }Symbol 152 Buttonon (release) { gotoAndStop (179); }Symbol 158 Buttonon (release) { gotoAndPlay (180); }Symbol 168 Buttonon (release) { gotoAndStop (8); }
Library Items
Symbol 1 Graphic | Used by:2 | |
Symbol 2 MovieClip | Uses:1 | Used by:Timeline |
Symbol 3 Graphic | Used by:4 42 | |
Symbol 4 MovieClip | Uses:3 | Used by:Timeline |
Symbol 5 Graphic | Used by:Timeline | |
Symbol 6 Graphic | Used by:7 | |
Symbol 7 MovieClip | Uses:6 | Used by:Timeline |
Symbol 8 Graphic | Used by:11 | |
Symbol 9 Font | Used by:10 16 24 28 33 38 40 124 157 | |
Symbol 10 Text | Uses:9 | Used by:11 |
Symbol 11 MovieClip | Uses:8 10 | Used by:Timeline |
Symbol 12 Graphic | Used by:Timeline | |
Symbol 13 Graphic | Used by:Timeline | |
Symbol 14 Graphic | Used by:Timeline | |
Symbol 15 Graphic | Used by:Timeline | |
Symbol 16 Text | Uses:9 | Used by:Timeline |
Symbol 17 Graphic | Used by:18 | |
Symbol 18 MovieClip | Uses:17 | Used by:Timeline |
Symbol 19 Graphic | Used by:Timeline | |
Symbol 20 Graphic | Used by:Timeline | |
Symbol 21 Graphic | Used by:23 25 29 32 37 41 125 137 152 158 168 | |
Symbol 22 Graphic | Used by:23 25 29 32 37 41 97 125 137 152 158 168 | |
Symbol 23 Button | Uses:21 22 | Used by:Timeline |
Symbol 24 Text | Uses:9 | Used by:Timeline |
Symbol 25 Button | Uses:21 22 | Used by:Timeline |
Symbol 26 Graphic | Used by:Timeline | |
Symbol 27 Graphic | Used by:Timeline | |
Symbol 28 Text | Uses:9 | Used by:Timeline |
Symbol 29 Button | Uses:21 22 | Used by:Timeline |
Symbol 30 Graphic | Used by:Timeline | |
Symbol 31 Graphic | Used by:Timeline | |
Symbol 32 Button | Uses:21 22 | Used by:Timeline |
Symbol 33 Text | Uses:9 | Used by:Timeline |
Symbol 34 Graphic | Used by:Timeline | |
Symbol 35 Graphic | Used by:Timeline | |
Symbol 36 Graphic | Used by:Timeline | |
Symbol 37 Button | Uses:21 22 | Used by:Timeline |
Symbol 38 Text | Uses:9 | Used by:Timeline |
Symbol 39 Graphic | Used by:Timeline | |
Symbol 40 Text | Uses:9 | Used by:Timeline |
Symbol 41 Button | Uses:21 22 | Used by:Timeline |
Symbol 42 MovieClip | Uses:3 | Used by:Timeline |
Symbol 43 Graphic | Used by:48 | |
Symbol 44 Graphic | Used by:45 | |
Symbol 45 MovieClip | Uses:44 | Used by:48 Timeline |
Symbol 46 Graphic | Used by:47 | |
Symbol 47 MovieClip | Uses:46 | Used by:48 Timeline |
Symbol 48 MovieClip | Uses:43 45 47 | Used by:Timeline |
Symbol 49 Graphic | Used by:53 | |
Symbol 50 Graphic | Used by:53 128 | |
Symbol 51 Graphic | Used by:53 128 | |
Symbol 52 Graphic | Used by:53 128 | |
Symbol 53 MovieClip | Uses:49 50 51 52 | Used by:55 |
Symbol 54 Graphic | Used by:55 | |
Symbol 55 MovieClip | Uses:53 54 | Used by:Timeline |
Symbol 56 Graphic | Used by:65 | |
Symbol 57 Graphic | Used by:65 | |
Symbol 58 Graphic | Used by:65 | |
Symbol 59 Graphic | Used by:65 | |
Symbol 60 Graphic | Used by:65 | |
Symbol 61 Graphic | Used by:65 | |
Symbol 62 Graphic | Used by:65 | |
Symbol 63 Graphic | Used by:65 | |
Symbol 64 Graphic | Used by:65 | |
Symbol 65 MovieClip | Uses:56 57 58 59 60 61 62 63 64 | Used by:Timeline |
Symbol 66 Graphic | Used by:Timeline | |
Symbol 67 Graphic | Used by:69 | |
Symbol 68 Graphic | Used by:69 | |
Symbol 69 MovieClip | Uses:67 68 | Used by:Timeline |
Symbol 70 Graphic | Used by:72 | |
Symbol 71 Graphic | Used by:72 | |
Symbol 72 MovieClip | Uses:70 71 | Used by:Timeline |
Symbol 73 Graphic | Used by:75 | |
Symbol 74 Graphic | Used by:75 | |
Symbol 75 MovieClip | Uses:73 74 | Used by:Timeline |
Symbol 76 Graphic | Used by:78 | |
Symbol 77 Graphic | Used by:78 | |
Symbol 78 MovieClip | Uses:76 77 | Used by:Timeline |
Symbol 79 Graphic | Used by:81 | |
Symbol 80 Graphic | Used by:81 | |
Symbol 81 MovieClip | Uses:79 80 | Used by:Timeline |
Symbol 82 Graphic | Used by:83 | |
Symbol 83 MovieClip | Uses:82 | Used by:Timeline |
Symbol 84 Graphic | Used by:85 | |
Symbol 85 MovieClip | Uses:84 | Used by:Timeline |
Symbol 86 Graphic | Used by:Timeline | |
Symbol 87 Graphic | Used by:88 | |
Symbol 88 MovieClip | Uses:87 | Used by:Timeline |
Symbol 89 Graphic | Used by:90 | |
Symbol 90 MovieClip | Uses:89 | Used by:Timeline |
Symbol 91 Graphic | Used by:92 | |
Symbol 92 MovieClip | Uses:91 | Used by:Timeline |
Symbol 93 Graphic | Used by:Timeline | |
Symbol 94 Graphic | Used by:Timeline | |
Symbol 95 Graphic | Used by:Timeline | |
Symbol 96 Graphic | Used by:97 | |
Symbol 97 Button | Uses:96 22 | Used by:Timeline |
Symbol 98 Graphic | Used by:Timeline | |
Symbol 99 Graphic | Used by:104 | |
Symbol 100 Graphic | Used by:104 | |
Symbol 101 Graphic | Used by:104 | |
Symbol 102 Graphic | Used by:104 | |
Symbol 103 Graphic | Used by:104 | |
Symbol 104 MovieClip | Uses:99 100 101 102 103 | Used by:Timeline |
Symbol 105 Graphic | Used by:106 | |
Symbol 106 MovieClip | Uses:105 | Used by:Timeline |
Symbol 107 Graphic | Used by:108 | |
Symbol 108 MovieClip | Uses:107 | Used by:Timeline |
Symbol 109 Graphic | Used by:Timeline | |
Symbol 110 Graphic | Used by:115 | |
Symbol 111 Graphic | Used by:115 | |
Symbol 112 Graphic | Used by:115 | |
Symbol 113 Graphic | Used by:115 | |
Symbol 114 Graphic | Used by:115 | |
Symbol 115 MovieClip | Uses:110 111 112 113 114 | Used by:Timeline |
Symbol 116 ShapeTweening | Used by:Timeline | |
Symbol 117 ShapeTweening | Used by:Timeline | |
Symbol 118 Graphic | Used by:Timeline | |
Symbol 119 ShapeTweening | Used by:Timeline | |
Symbol 120 ShapeTweening | Used by:Timeline | |
Symbol 121 ShapeTweening | Used by:Timeline | |
Symbol 122 ShapeTweening | Used by:Timeline | |
Symbol 123 Graphic | Used by:Timeline | |
Symbol 124 Text | Uses:9 | Used by:Timeline |
Symbol 125 Button | Uses:21 22 | Used by:Timeline |
Symbol 126 Graphic | Used by:Timeline | |
Symbol 127 Graphic | Used by:128 | |
Symbol 128 MovieClip | Uses:127 50 51 52 | Used by:Timeline |
Symbol 129 Graphic | Used by:133 | |
Symbol 130 Graphic | Used by:133 | |
Symbol 131 Graphic | Used by:133 | |
Symbol 132 Graphic | Used by:133 | |
Symbol 133 MovieClip | Uses:129 130 131 132 | Used by:Timeline |
Symbol 134 Graphic | Used by:Timeline | |
Symbol 135 Graphic | Used by:Timeline | |
Symbol 136 Graphic | Used by:Timeline | |
Symbol 137 Button | Uses:21 22 | Used by:Timeline |
Symbol 138 Graphic | Used by:Timeline | |
Symbol 139 Graphic | Used by:Timeline | |
Symbol 140 Graphic | Used by:Timeline | |
Symbol 141 Graphic | Used by:151 | |
Symbol 142 Graphic | Used by:151 | |
Symbol 143 Graphic | Used by:151 | |
Symbol 144 Graphic | Used by:151 | |
Symbol 145 Graphic | Used by:151 | |
Symbol 146 Graphic | Used by:151 | |
Symbol 147 Graphic | Used by:151 | |
Symbol 148 Graphic | Used by:151 | |
Symbol 149 Graphic | Used by:151 | |
Symbol 150 Graphic | Used by:151 | |
Symbol 151 MovieClip | Uses:141 142 143 144 145 146 147 148 149 150 | Used by:Timeline |
Symbol 152 Button | Uses:21 22 | Used by:Timeline |
Symbol 153 Graphic | Used by:154 | |
Symbol 154 MovieClip | Uses:153 | Used by:Timeline |
Symbol 155 Graphic | Used by:Timeline | |
Symbol 156 Graphic | Used by:Timeline | |
Symbol 157 Text | Uses:9 | Used by:Timeline |
Symbol 158 Button | Uses:21 22 | Used by:Timeline |
Symbol 159 Graphic | Used by:Timeline | |
Symbol 160 Graphic | Used by:Timeline | |
Symbol 161 Graphic | Used by:Timeline | |
Symbol 162 Graphic | Used by:Timeline | |
Symbol 163 Graphic | Used by:Timeline | |
Symbol 164 Graphic | Used by:Timeline | |
Symbol 165 Graphic | Used by:Timeline | |
Symbol 166 Graphic | Used by:Timeline | |
Symbol 167 Graphic | Used by:Timeline | |
Symbol 168 Button | Uses:21 22 | Used by:Timeline |
Symbol 169 Graphic | Used by:Timeline | |
Symbol 170 Graphic | Used by:Timeline | |
Symbol 171 Graphic | Used by:Timeline |
Instance Names
"ground" | Frame 1 | Symbol 2 MovieClip |
"nextlevel" | Frame 1 | Symbol 4 MovieClip |
"player" | Frame 1 | Symbol 7 MovieClip |
"button1" | Frame 2 | Symbol 23 Button |
"button2" | Frame 3 | Symbol 25 Button |
"button3" | Frame 4 | Symbol 29 Button |
"button4" | Frame 5 | Symbol 32 Button |
"button5" | Frame 6 | Symbol 37 Button |
"button6" | Frame 7 | Symbol 41 Button |
"nextlevel2" | Frame 8 | Symbol 42 MovieClip |
"lv1bg" | Frame 8 | Symbol 55 MovieClip |
"bird" | Frame 8 | Symbol 65 MovieClip |
"bird3" | Frame 8 | Symbol 65 MovieClip |
"bird2" | Frame 8 | Symbol 65 MovieClip |
"bird" | Frame 8 | Symbol 65 MovieClip |
"ground" | Frame 8 | Symbol 90 MovieClip |
"player2" | Frame 8 | Symbol 92 MovieClip |
"nextlevel2" | Frame 10 | Symbol 42 MovieClip |
"nextlevel" | Frame 11 | Symbol 4 MovieClip |
"lv1bg" | Frame 11 | Symbol 55 MovieClip |
"ground" | Frame 11 | Symbol 106 MovieClip |
"player3" | Frame 11 | Symbol 108 MovieClip |
"tentacle" | Frame 11 | Symbol 104 MovieClip |
"tentacle2" | Frame 11 | Symbol 104 MovieClip |
"tentacle3" | Frame 11 | Symbol 104 MovieClip |
"tentacle4" | Frame 11 | Symbol 104 MovieClip |
"button7" | Frame 121 | Symbol 125 Button |
"button" | Frame 177 | Symbol 137 Button |
"button9" | Frame 178 | Symbol 152 Button |
"button10" | Frame 179 | Symbol 158 Button |
"button11" | Frame 260 | Symbol 168 Button |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS1/AS2. |
|