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

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

Space Explorer.swf

This is the info page for
Flash #11504

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


Text
<P ALIGN="LEFT"><FONT FACE="Arial Black" SIZE="10" COLOR="#FFFFFF"><A HREF="http://www.2dplay.com" target = "_blank">www.2DPlay.com</A></FONT></P>

Loading

presents

Start game

Use the arrow keys to fire your
thrusters. Avoid the rough surface
of the planet.
Good Luck!

Score:

Best:

FUEL

150

150

<P ALIGN="LEFT"><FONT FACE="Arial Black" SIZE="10" COLOR="#FFFFFF"><A HREF="http://www.2dplay.com" target = "_blank">More free games by 2DPlay.com</A></FONT></P>

Restart

Pause (P)

Sound

OK

Safe landing.
You made it to the next level.

250

250

ActionScript [AS1/AS2]

Frame 1
stop(); _root.best = 0; _root.sunet = 1; logo.onEnterFrame = function () { if (_root.getBytesLoaded() == _root.getBytesTotal()) { this.play(); } else { tgFrame = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); this.progress.gotoAndStop(tgFrame); } };
Frame 2
stop(); _root.score = 0; _root.lifes = 3; _root.tabla._visible = 0; son = new Sound(); son.attachSound("muzica"); son.setVolume(40); son1 = new Sound(); son1.attachSound("shot"); if (_root.kx == null) { son.start(1, 9999); _root.kx = 1; } but.onPress = function () { _root.gotoAndStop(3); }; scorB1 = tabla.scor.text; if (scorB1 > _root.best) { _root.best = scorB1; tabla.scorB.text = scorB1; }
Instance of Symbol 55 MovieClip "tabla" in Frame 2
onClipEvent (enterFrame) { this.scor.text = _root.score; }
Frame 3
stop(); this.onEnterFrame = function () { if (Key.isDown(80) && ((getTimer() - getT) > 500)) { getT = getTimer(); if (_root.ok == 1) { _root.ok = 0; } else { _root.ok = 1; } } }; _root.tabla._visible = 1; _root.fuel = 1000; _root.ship._x = 230; _root.ship._y = 50; _root.ok = 1;
Frame 4
stop(); delete this.onEnterFrame;
Frame 5
stop(); this.onEnterFrame = function () { if (Key.isDown(80) && ((getTimer() - getT) > 500)) { getT = getTimer(); if (_root.ok == 1) { _root.ok = 0; } else { _root.ok = 1; } } }; _root.fuel = 1000; _root.ship._x = 230; _root.ship._y = 50; _root.ok = 1;
Frame 6
stop(); delete this.onEnterFrame;
Frame 7
stop(); this.onEnterFrame = function () { if (Key.isDown(80) && ((getTimer() - getT) > 500)) { getT = getTimer(); if (_root.ok == 1) { _root.ok = 0; } else { _root.ok = 1; } } }; _root.fuel = 1000; _root.ship._x = 230; _root.ship._y = 50; _root.ok = 1;
Frame 8
stop(); delete this.onEnterFrame;
Frame 9
stop(); this.onEnterFrame = function () { if (Key.isDown(80) && ((getTimer() - getT) > 500)) { getT = getTimer(); if (_root.ok == 1) { _root.ok = 0; } else { _root.ok = 1; } } }; _root.fuel = 1000; _root.ship._x = 230; _root.ship._y = 50; _root.ok = 1;
Frame 10
stop(); delete this.onEnterFrame;
Frame 11
stop(); this.onEnterFrame = function () { if (Key.isDown(80) && ((getTimer() - getT) > 500)) { getT = getTimer(); if (_root.ok == 1) { _root.ok = 0; } else { _root.ok = 1; } } }; _root.fuel = 1000; _root.ship._x = 230; _root.ship._y = 50; _root.ok = 1;
Frame 12
stop(); delete this.onEnterFrame;
Frame 13
stop(); this.onEnterFrame = function () { if (Key.isDown(80) && ((getTimer() - getT) > 500)) { getT = getTimer(); if (_root.ok == 1) { _root.ok = 0; } else { _root.ok = 1; } } }; _root.fuel = 1000; _root.ship._x = 230; _root.ship._y = 50; _root.ok = 1;
Frame 14
stop(); delete this.onEnterFrame;
Symbol 10 MovieClip Frame 1
stop();
Symbol 14 MovieClip Frame 63
stop();
Symbol 14 MovieClip Frame 272
_root.gotoAndStop(2);
Symbol 42 MovieClip Frame 1
stop();
Symbol 42 MovieClip Frame 25
stop();
Symbol 58 MovieClip Frame 1
stop(); speedX = 0.0001; accY = 0.01; this.onEnterFrame = function () { if (_root.ok == 1) { targ = 1001 - _root.fuel; _root.gas.gotoAndStop(targ); burnL._visible = 0; burnR._visible = 0; burnD._visible = 0; _x = (_x + speedX); _y = (_y + speedY); signX = Math.abs(speedX) / speedX; speedX = speedX + (((-signX) * 0.002) + accX); speedY = speedY + accY; accX = 0; accY = 0.01; if (Key.isDown(37)) { if (_root.fuel > 0) { _root.fuel = _root.fuel - 1; accX = 0.02; burnL._visible = 1; } } if (Key.isDown(39)) { if (_root.fuel > 0) { _root.fuel = _root.fuel - 1; accX = -0.02; burnR._visible = 1; } } if (Key.isDown(40)) { if (_root.fuel > 0) { _root.fuel = _root.fuel - 1; accY = -0.01; burnD._visible = 1; } } } };
Symbol 58 MovieClip Frame 2
_root.ok = 0;
Symbol 58 MovieClip Frame 25
stop(); if (_root.lf3._visible == 1) { _root.lf3._visible = 0; _root.fuel = 1000; } else if (_root.lf2._visible == 1) { _root.lf2._visible = 0; _root.fuel = 1000; } else if (_root.lf1._visible == 1) { _root.lf1._visible = 0; _root.fuel = 1000; } _root.ship._x = 230; _root.ship._y = 50; _root.ok = 1; _root.ship.speedY = 0.0001; _root.ship.accY = 0.01; _root.ship.gotoAndStop(1); _root.lifes = _root.lifes - 1; if (_root.lifes < 0) { _root.gotoAndStop(2); }
Symbol 60 MovieClip Frame 1
this.onEnterFrame = function () { if (_root.ok == 1) { _parent.ship._alpha = 100; if (this.hittest(_parent.ship._x + 35, _parent.ship._y - 4, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } if (this.hittest(_parent.ship._x - 35, _parent.ship._y - 4, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } if (this.hittest(_parent.ship._x + 28, _parent.ship._y + 12, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } if (this.hittest(_parent.ship._x - 28, _parent.ship._y + 12, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } if (this.hittest(_parent.ship._x, _parent.ship._y + 13, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } if (this.hittest(_parent.ship._x, _parent.ship._y - 7, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } } };
Symbol 64 MovieClip Frame 1
stop();
Symbol 67 MovieClip Frame 1
this.onEnterFrame = function () { if (_root.ok == 1) { if (this.hittest(_root.ship.targxx)) { if ((Math.abs(_root.ship.speedY) < 0.3) && (Math.abs(_root.ship.speedX) < 0.3)) { _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; _root.score = _root.score + 150; _root.play(); } else { _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; _root.ship.gotoAndPlay(2); } _root.ok = 0; } } };
Symbol 74 Button
on (release) { _root.gotoAndStop(2); }
Symbol 77 MovieClip Frame 1
stop();
Symbol 79 Button
on (release) { if (_root.ok == 1) { _root.ok = 0; } else { _root.ok = 1; } }
Symbol 82 Button
on (release) { if (_root.sunet == 0) { _root.sunet = 1; _root.son.start(0, 100); } else { _root.sunet = 0; _root.son.stop(); } }
Symbol 85 Button
on (release) { _root.play(); }
Symbol 88 MovieClip Frame 1
this.onEnterFrame = function () { if (_root.ok == 1) { _parent.ship._alpha = 100; if (this.hittest(_parent.ship._x + 35, _parent.ship._y - 4, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } if (this.hittest(_parent.ship._x - 35, _parent.ship._y - 4, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } if (this.hittest(_parent.ship._x + 28, _parent.ship._y + 12, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } if (this.hittest(_parent.ship._x - 28, _parent.ship._y + 12, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } if (this.hittest(_parent.ship._x, _parent.ship._y + 13, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } if (this.hittest(_parent.ship._x, _parent.ship._y - 7, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } } };
Symbol 89 MovieClip Frame 1
this.onEnterFrame = function () { if (_root.ok == 1) { if (this.hittest(_root.ship.targxx)) { if ((Math.abs(_root.ship.speedY) < 0.3) && (Math.abs(_root.ship.speedX) < 0.3)) { _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; _root.score = _root.score + 150; _root.play(); } else { _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; _root.ship.gotoAndPlay(2); } _root.ok = 0; } } };
Symbol 94 MovieClip Frame 1
this.onEnterFrame = function () { if (_root.ok == 1) { _parent.ship._alpha = 100; if (this.hittest(_parent.ship._x + 35, _parent.ship._y - 4, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } if (this.hittest(_parent.ship._x - 35, _parent.ship._y - 4, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } if (this.hittest(_parent.ship._x + 28, _parent.ship._y + 12, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } if (this.hittest(_parent.ship._x - 28, _parent.ship._y + 12, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } if (this.hittest(_parent.ship._x, _parent.ship._y + 13, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } if (this.hittest(_parent.ship._x, _parent.ship._y - 7, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } } };
Symbol 96 MovieClip Frame 1
this.onEnterFrame = function () { if (_root.ok == 1) { _parent.ship._alpha = 100; if (this.hittest(_parent.ship._x + 35, _parent.ship._y - 4, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } if (this.hittest(_parent.ship._x - 35, _parent.ship._y - 4, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } if (this.hittest(_parent.ship._x + 28, _parent.ship._y + 12, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } if (this.hittest(_parent.ship._x - 28, _parent.ship._y + 12, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } if (this.hittest(_parent.ship._x, _parent.ship._y + 13, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } if (this.hittest(_parent.ship._x, _parent.ship._y - 7, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } } };
Symbol 98 MovieClip Frame 1
this.onEnterFrame = function () { if (_root.ok == 1) { _parent.ship._alpha = 100; if (this.hittest(_parent.ship._x + 35, _parent.ship._y - 4, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } if (this.hittest(_parent.ship._x - 35, _parent.ship._y - 4, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } if (this.hittest(_parent.ship._x + 28, _parent.ship._y + 12, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } if (this.hittest(_parent.ship._x - 28, _parent.ship._y + 12, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } if (this.hittest(_parent.ship._x, _parent.ship._y + 13, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } if (this.hittest(_parent.ship._x, _parent.ship._y - 7, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } } };
Symbol 100 MovieClip Frame 1
this.onEnterFrame = function () { if (_root.ok == 1) { _parent.ship._alpha = 100; if (this.hittest(_parent.ship._x + 35, _parent.ship._y - 4, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } if (this.hittest(_parent.ship._x - 35, _parent.ship._y - 4, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } if (this.hittest(_parent.ship._x + 28, _parent.ship._y + 12, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } if (this.hittest(_parent.ship._x - 28, _parent.ship._y + 12, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } if (this.hittest(_parent.ship._x, _parent.ship._y + 13, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } if (this.hittest(_parent.ship._x, _parent.ship._y - 7, true)) { _parent.ship.gotoAndPlay(2); _root.ship.burnL._visible = 0; _root.ship.burnR._visible = 0; _root.ship.burnD._visible = 0; } } };

Library Items

Symbol 1 Sound [shot]
Symbol 2 Sound [muzica]
Symbol 3 FontUsed by:4 13 65 68 69 71 90 91
Symbol 4 EditableTextUses:3 5 45 50Used by:Timeline
Symbol 5 FontUsed by:4 6 71 73 78 80
Symbol 6 TextUses:5Used by:14
Symbol 7 ShapeTweeningUsed by:10
Symbol 8 GraphicUsed by:10
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClipUses:7 8 9Used by:14
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:11Used by:14
Symbol 13 TextUses:3Used by:14
Symbol 14 MovieClipUses:6 10 12 13Used by:Timeline
Symbol 15 GraphicUsed by:21
Symbol 16 GraphicUsed by:17 18 19
Symbol 17 MovieClipUses:16Used by:21
Symbol 18 MovieClipUses:16Used by:21
Symbol 19 MovieClipUses:16Used by:21
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:15 17 18 19 20Used by:Timeline
Symbol 22 GraphicUsed by:42 58 77
Symbol 23 GraphicUsed by:26
Symbol 24 GraphicUsed by:26
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:23 24 25Used by:42 58 77
Symbol 27 GraphicUsed by:30
Symbol 28 GraphicUsed by:30
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:27 28 29Used by:42 58
Symbol 31 GraphicUsed by:34
Symbol 32 GraphicUsed by:34
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:31 32 33Used by:42 58
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:42 58 77
Symbol 37 ShapeTweeningUsed by:42
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:38Used by:42 58 77
Symbol 40 ShapeTweeningUsed by:42
Symbol 41 GraphicUsed by:42 58 77
Symbol 42 MovieClipUses:22 26 30 34 36 37 39 40 41Used by:Timeline
Symbol 43 GraphicUsed by:Timeline
Symbol 44 GraphicUsed by:47 85
Symbol 45 FontUsed by:4 46 48 71 84 86
Symbol 46 TextUses:45Used by:47
Symbol 47 MovieClipUses:44 46Used by:Timeline
Symbol 48 TextUses:45Used by:Timeline
Symbol 49 GraphicUsed by:55
Symbol 50 FontUsed by:4 51 52 53 54 71
Symbol 51 TextUses:50Used by:55
Symbol 52 EditableTextUses:50Used by:55
Symbol 53 TextUses:50Used by:55
Symbol 54 EditableTextUses:50Used by:55
Symbol 55 MovieClipUses:49 51 52 53 54Used by:Timeline
Symbol 56 ShapeTweeningUsed by:58
Symbol 57 ShapeTweeningUsed by:58
Symbol 58 MovieClipUses:22 26 30 34 36 56 39 57 41Used by:Timeline
Symbol 59 GraphicUsed by:60
Symbol 60 MovieClipUses:59Used by:Timeline
Symbol 61 ShapeTweeningUsed by:64
Symbol 62 GraphicUsed by:64
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:61 62 63Used by:Timeline
Symbol 65 TextUses:3Used by:Timeline
Symbol 66 GraphicUsed by:67 89
Symbol 67 MovieClipUses:66Used by:Timeline
Symbol 68 TextUses:3Used by:70
Symbol 69 TextUses:3Used by:70
Symbol 70 MovieClipUses:68 69Used by:Timeline
Symbol 71 EditableTextUses:3 5 45 50Used by:Timeline
Symbol 72 GraphicUsed by:74 79
Symbol 73 TextUses:5Used by:74
Symbol 74 ButtonUses:72 73Used by:Timeline
Symbol 75 ShapeTweeningUsed by:77
Symbol 76 ShapeTweeningUsed by:77
Symbol 77 MovieClipUses:22 26 36 75 39 76 41Used by:Timeline
Symbol 78 TextUses:5Used by:79
Symbol 79 ButtonUses:72 78Used by:Timeline
Symbol 80 TextUses:5Used by:82
Symbol 81 GraphicUsed by:82
Symbol 82 ButtonUses:80 81Used by:Timeline
Symbol 83 GraphicUsed by:Timeline
Symbol 84 TextUses:45Used by:85
Symbol 85 ButtonUses:44 84Used by:Timeline
Symbol 86 TextUses:45Used by:Timeline
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:87Used by:Timeline
Symbol 89 MovieClipUses:66Used by:Timeline
Symbol 90 TextUses:3Used by:92
Symbol 91 TextUses:3Used by:92
Symbol 92 MovieClipUses:90 91Used by:Timeline
Symbol 93 GraphicUsed by:94
Symbol 94 MovieClipUses:93Used by:Timeline
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:95Used by:Timeline
Symbol 97 GraphicUsed by:98
Symbol 98 MovieClipUses:97Used by:Timeline
Symbol 99 GraphicUsed by:100
Symbol 100 MovieClipUses:99Used by:Timeline

Instance Names

"logo"Frame 1Symbol 14 MovieClip
"but"Frame 2Symbol 47 MovieClip
"tabla"Frame 2Symbol 55 MovieClip
"ship"Frame 3Symbol 58 MovieClip
"gas"Frame 3Symbol 64 MovieClip
"lf1"Frame 3Symbol 77 MovieClip
"lf2"Frame 3Symbol 77 MovieClip
"lf3"Frame 3Symbol 77 MovieClip
"but"Frame 4Symbol 85 Button
"but"Frame 6Symbol 85 Button
"but"Frame 8Symbol 85 Button
"but"Frame 10Symbol 85 Button
"but"Frame 12Symbol 85 Button
"but"Frame 14Symbol 85 Button
"progress"Symbol 14 MovieClip Frame 1Symbol 10 MovieClip
"burnD"Symbol 42 MovieClip Frame 1Symbol 26 MovieClip
"burnL"Symbol 42 MovieClip Frame 1Symbol 30 MovieClip
"burnR"Symbol 42 MovieClip Frame 1Symbol 34 MovieClip
"targxx"Symbol 42 MovieClip Frame 1Symbol 36 MovieClip
"scor"Symbol 55 MovieClip Frame 1Symbol 52 EditableText
"scorB"Symbol 55 MovieClip Frame 1Symbol 54 EditableText
"burnD"Symbol 58 MovieClip Frame 1Symbol 26 MovieClip
"burnL"Symbol 58 MovieClip Frame 1Symbol 30 MovieClip
"burnR"Symbol 58 MovieClip Frame 1Symbol 34 MovieClip
"targxx"Symbol 58 MovieClip Frame 1Symbol 36 MovieClip
"burnD"Symbol 77 MovieClip Frame 1Symbol 26 MovieClip
"targxx"Symbol 77 MovieClip Frame 1Symbol 36 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "shot"
ExportAssets (56)Timeline Frame 1Symbol 2 as "muzica"




http://swfchan.com/3/11504/info.shtml
Created: 7/6 -2019 05:39:20 Last modified: 7/6 -2019 05:39:20 Server time: 27/04 -2024 22:49:21