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

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

m_1264663500564_ThaladorPlatformerv01.swf

This is the info page for
Flash #81522

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


Text
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 1
score = 0; stop();
Instance of Symbol 7 MovieClip "player" in Frame 1
onClipEvent (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 1
onClipEvent (enterFrame) { _y = (_y + ((_root.player._y - _y) / 999)); _x = (_x + ((_root.player._x - _x) / 4)); }
Instance of Symbol 42 MovieClip "nextlevel2" in Frame 8
onClipEvent (enterFrame) { if (_root.player2.hitTest(_root.nextlevel2)) { _root.gotoAndStop(11); } }
Instance of Symbol 48 MovieClip in Frame 8
onClipEvent (enterFrame) { _y = (_y + ((_root.player2._y - _y) / 4)); _x = (_x + ((_root.player2._x - _x) / 4)); }
Instance of Symbol 55 MovieClip "lv1bg" in Frame 8
onClipEvent (enterFrame) { _y = (_y + ((_root.player2._y - _y) / 4)); _x = (_x + ((_root.player2._x - _x) / 4)); }
Instance of Symbol 65 MovieClip "bird" in Frame 8
onClipEvent (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 8
onClipEvent (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 8
onClipEvent (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 8
onClipEvent (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 8
onClipEvent (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 8
onClipEvent (enterFrame) { _y = (_y + ((_root.player2._y - _y) / 4)); _x = (_x + ((_root.player2._x - _x) / 4)); }
Instance of Symbol 42 MovieClip "nextlevel2" in Frame 10
onClipEvent (enterFrame) { if (_root.player2.hitTest(_root.nextlevel2)) { _root.gotoAndStop(9); } }
Instance of Symbol 4 MovieClip "nextlevel" in Frame 11
onClipEvent (enterFrame) { if (_root.player3.hitTest(_root.nextlevel)) { _root.gotoAndStop(9); } }
Instance of Symbol 48 MovieClip in Frame 11
onClipEvent (enterFrame) { _y = (_y + ((_root.player3._y - _y) / 2)); _x = (_x + ((_root.player3._x - _x) / 2)); }
Instance of Symbol 55 MovieClip "lv1bg" in Frame 11
onClipEvent (enterFrame) { _y = (_y + ((_root.player3._y - _y) / 2)); _x = (_x + ((_root.player3._x - _x) / 2)); }
Instance of Symbol 108 MovieClip "player3" in Frame 11
onClipEvent (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 11
onClipEvent (enterFrame) { if (_root.tentacle.hitTest(_root.player3)) { _root.gotoAndStop(1, "Scene 6"); } }
Instance of Symbol 104 MovieClip "tentacle2" in Frame 11
onClipEvent (enterFrame) { if (_root.tentacle2.hitTest(_root.player3)) { _root.gotoAndStop(100); } }
Instance of Symbol 104 MovieClip "tentacle3" in Frame 11
onClipEvent (enterFrame) { if (_root.tentacle3.hitTest(_root.player3)) { _root.gotoAndStop(100); } }
Instance of Symbol 104 MovieClip "tentacle4" in Frame 11
onClipEvent (enterFrame) { if (_root.tentacle4.hitTest(_root.player3)) { _root.gotoAndStop(100); } }
Instance of Symbol 11 MovieClip in Frame 11
onClipEvent (enterFrame) { _y = (_y + ((_root.player3._y - _y) / 2)); _x = (_x + ((_root.player3._x - _x) / 2)); }
Frame 121
stop();
Frame 177
stop();
Frame 178
stop();
Frame 260
stop();
Frame 261
stop();
Frame 262
stop();
Frame 361
stop();
Symbol 11 MovieClip Frame 1
function 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 Button
on (release) { gotoAndStop (3); }
Symbol 25 Button
on (release) { gotoAndStop (4); }
Symbol 29 Button
on (release) { gotoAndStop (5); }
Symbol 32 Button
on (release) { gotoAndStop (6); }
Symbol 37 Button
on (release) { gotoAndStop (7); }
Symbol 41 Button
on (release) { gotoAndPlay (12); }
Symbol 97 Button
on (release) { gotoAndStop (9); }
Symbol 125 Button
on (release) { gotoAndPlay (122); }
Symbol 137 Button
on (release) { gotoAndStop (178); }
Symbol 152 Button
on (release) { gotoAndStop (179); }
Symbol 158 Button
on (release) { gotoAndPlay (180); }
Symbol 168 Button
on (release) { gotoAndStop (8); }

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClipUses:1Used by:Timeline
Symbol 3 GraphicUsed by:4 42
Symbol 4 MovieClipUses:3Used by:Timeline
Symbol 5 GraphicUsed by:Timeline
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:6Used by:Timeline
Symbol 8 GraphicUsed by:11
Symbol 9 FontUsed by:10 16 24 28 33 38 40 124 157
Symbol 10 TextUses:9Used by:11
Symbol 11 MovieClipUses:8 10Used by:Timeline
Symbol 12 GraphicUsed by:Timeline
Symbol 13 GraphicUsed by:Timeline
Symbol 14 GraphicUsed by:Timeline
Symbol 15 GraphicUsed by:Timeline
Symbol 16 TextUses:9Used by:Timeline
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:17Used by:Timeline
Symbol 19 GraphicUsed by:Timeline
Symbol 20 GraphicUsed by:Timeline
Symbol 21 GraphicUsed by:23 25 29 32 37 41 125 137 152 158 168
Symbol 22 GraphicUsed by:23 25 29 32 37 41 97 125 137 152 158 168
Symbol 23 ButtonUses:21 22Used by:Timeline
Symbol 24 TextUses:9Used by:Timeline
Symbol 25 ButtonUses:21 22Used by:Timeline
Symbol 26 GraphicUsed by:Timeline
Symbol 27 GraphicUsed by:Timeline
Symbol 28 TextUses:9Used by:Timeline
Symbol 29 ButtonUses:21 22Used by:Timeline
Symbol 30 GraphicUsed by:Timeline
Symbol 31 GraphicUsed by:Timeline
Symbol 32 ButtonUses:21 22Used by:Timeline
Symbol 33 TextUses:9Used by:Timeline
Symbol 34 GraphicUsed by:Timeline
Symbol 35 GraphicUsed by:Timeline
Symbol 36 GraphicUsed by:Timeline
Symbol 37 ButtonUses:21 22Used by:Timeline
Symbol 38 TextUses:9Used by:Timeline
Symbol 39 GraphicUsed by:Timeline
Symbol 40 TextUses:9Used by:Timeline
Symbol 41 ButtonUses:21 22Used by:Timeline
Symbol 42 MovieClipUses:3Used by:Timeline
Symbol 43 GraphicUsed by:48
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:44Used by:48  Timeline
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:46Used by:48  Timeline
Symbol 48 MovieClipUses:43 45 47Used by:Timeline
Symbol 49 GraphicUsed by:53
Symbol 50 GraphicUsed by:53 128
Symbol 51 GraphicUsed by:53 128
Symbol 52 GraphicUsed by:53 128
Symbol 53 MovieClipUses:49 50 51 52Used by:55
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:53 54Used by:Timeline
Symbol 56 GraphicUsed by:65
Symbol 57 GraphicUsed by:65
Symbol 58 GraphicUsed by:65
Symbol 59 GraphicUsed by:65
Symbol 60 GraphicUsed by:65
Symbol 61 GraphicUsed by:65
Symbol 62 GraphicUsed by:65
Symbol 63 GraphicUsed by:65
Symbol 64 GraphicUsed by:65
Symbol 65 MovieClipUses:56 57 58 59 60 61 62 63 64Used by:Timeline
Symbol 66 GraphicUsed by:Timeline
Symbol 67 GraphicUsed by:69
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:67 68Used by:Timeline
Symbol 70 GraphicUsed by:72
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:70 71Used by:Timeline
Symbol 73 GraphicUsed by:75
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:73 74Used by:Timeline
Symbol 76 GraphicUsed by:78
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClipUses:76 77Used by:Timeline
Symbol 79 GraphicUsed by:81
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:79 80Used by:Timeline
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:82Used by:Timeline
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:84Used by:Timeline
Symbol 86 GraphicUsed by:Timeline
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:87Used by:Timeline
Symbol 89 GraphicUsed by:90
Symbol 90 MovieClipUses:89Used by:Timeline
Symbol 91 GraphicUsed by:92
Symbol 92 MovieClipUses:91Used by:Timeline
Symbol 93 GraphicUsed by:Timeline
Symbol 94 GraphicUsed by:Timeline
Symbol 95 GraphicUsed by:Timeline
Symbol 96 GraphicUsed by:97
Symbol 97 ButtonUses:96 22Used by:Timeline
Symbol 98 GraphicUsed by:Timeline
Symbol 99 GraphicUsed by:104
Symbol 100 GraphicUsed by:104
Symbol 101 GraphicUsed by:104
Symbol 102 GraphicUsed by:104
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:99 100 101 102 103Used by:Timeline
Symbol 105 GraphicUsed by:106
Symbol 106 MovieClipUses:105Used by:Timeline
Symbol 107 GraphicUsed by:108
Symbol 108 MovieClipUses:107Used by:Timeline
Symbol 109 GraphicUsed by:Timeline
Symbol 110 GraphicUsed by:115
Symbol 111 GraphicUsed by:115
Symbol 112 GraphicUsed by:115
Symbol 113 GraphicUsed by:115
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClipUses:110 111 112 113 114Used by:Timeline
Symbol 116 ShapeTweeningUsed by:Timeline
Symbol 117 ShapeTweeningUsed by:Timeline
Symbol 118 GraphicUsed by:Timeline
Symbol 119 ShapeTweeningUsed by:Timeline
Symbol 120 ShapeTweeningUsed by:Timeline
Symbol 121 ShapeTweeningUsed by:Timeline
Symbol 122 ShapeTweeningUsed by:Timeline
Symbol 123 GraphicUsed by:Timeline
Symbol 124 TextUses:9Used by:Timeline
Symbol 125 ButtonUses:21 22Used by:Timeline
Symbol 126 GraphicUsed by:Timeline
Symbol 127 GraphicUsed by:128
Symbol 128 MovieClipUses:127 50 51 52Used by:Timeline
Symbol 129 GraphicUsed by:133
Symbol 130 GraphicUsed by:133
Symbol 131 GraphicUsed by:133
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClipUses:129 130 131 132Used by:Timeline
Symbol 134 GraphicUsed by:Timeline
Symbol 135 GraphicUsed by:Timeline
Symbol 136 GraphicUsed by:Timeline
Symbol 137 ButtonUses:21 22Used by:Timeline
Symbol 138 GraphicUsed by:Timeline
Symbol 139 GraphicUsed by:Timeline
Symbol 140 GraphicUsed by:Timeline
Symbol 141 GraphicUsed by:151
Symbol 142 GraphicUsed by:151
Symbol 143 GraphicUsed by:151
Symbol 144 GraphicUsed by:151
Symbol 145 GraphicUsed by:151
Symbol 146 GraphicUsed by:151
Symbol 147 GraphicUsed by:151
Symbol 148 GraphicUsed by:151
Symbol 149 GraphicUsed by:151
Symbol 150 GraphicUsed by:151
Symbol 151 MovieClipUses:141 142 143 144 145 146 147 148 149 150Used by:Timeline
Symbol 152 ButtonUses:21 22Used by:Timeline
Symbol 153 GraphicUsed by:154
Symbol 154 MovieClipUses:153Used by:Timeline
Symbol 155 GraphicUsed by:Timeline
Symbol 156 GraphicUsed by:Timeline
Symbol 157 TextUses:9Used by:Timeline
Symbol 158 ButtonUses:21 22Used by:Timeline
Symbol 159 GraphicUsed by:Timeline
Symbol 160 GraphicUsed by:Timeline
Symbol 161 GraphicUsed by:Timeline
Symbol 162 GraphicUsed by:Timeline
Symbol 163 GraphicUsed by:Timeline
Symbol 164 GraphicUsed by:Timeline
Symbol 165 GraphicUsed by:Timeline
Symbol 166 GraphicUsed by:Timeline
Symbol 167 GraphicUsed by:Timeline
Symbol 168 ButtonUses:21 22Used by:Timeline
Symbol 169 GraphicUsed by:Timeline
Symbol 170 GraphicUsed by:Timeline
Symbol 171 GraphicUsed by:Timeline

Instance Names

"ground"Frame 1Symbol 2 MovieClip
"nextlevel"Frame 1Symbol 4 MovieClip
"player"Frame 1Symbol 7 MovieClip
"button1"Frame 2Symbol 23 Button
"button2"Frame 3Symbol 25 Button
"button3"Frame 4Symbol 29 Button
"button4"Frame 5Symbol 32 Button
"button5"Frame 6Symbol 37 Button
"button6"Frame 7Symbol 41 Button
"nextlevel2"Frame 8Symbol 42 MovieClip
"lv1bg"Frame 8Symbol 55 MovieClip
"bird"Frame 8Symbol 65 MovieClip
"bird3"Frame 8Symbol 65 MovieClip
"bird2"Frame 8Symbol 65 MovieClip
"bird"Frame 8Symbol 65 MovieClip
"ground"Frame 8Symbol 90 MovieClip
"player2"Frame 8Symbol 92 MovieClip
"nextlevel2"Frame 10Symbol 42 MovieClip
"nextlevel"Frame 11Symbol 4 MovieClip
"lv1bg"Frame 11Symbol 55 MovieClip
"ground"Frame 11Symbol 106 MovieClip
"player3"Frame 11Symbol 108 MovieClip
"tentacle"Frame 11Symbol 104 MovieClip
"tentacle2"Frame 11Symbol 104 MovieClip
"tentacle3"Frame 11Symbol 104 MovieClip
"tentacle4"Frame 11Symbol 104 MovieClip
"button7"Frame 121Symbol 125 Button
"button"Frame 177Symbol 137 Button
"button9"Frame 178Symbol 152 Button
"button10"Frame 179Symbol 158 Button
"button11"Frame 260Symbol 168 Button

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.




http://swfchan.com/17/81522/info.shtml
Created: 1/4 -2019 22:39:10 Last modified: 1/4 -2019 22:39:10 Server time: 27/04 -2024 12:11:29