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

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

Platforms City.swf

This is the info page for
Flash #64073

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


Text
While you wait, click the green ball.

Play

Platforms
City

Instructions:

Use W,A,S,D to control your character.
Get coins to get money. Avoid the enemies...
Then come back to your city so you can use your money to buy
Buildings and structures... (as you can see, the game has no goal,
just making a nice city...)
If you buy something you can't afford, you'll lose
Extras!:
there are some invisible coins around... you won't see them, but
you will hear  the sound of the common coins when you get one.
oh! i almost forget... when you get in the pool (the big one)
touch the green thing to go up...

<p align="left"></p>

Money=

Your city  <
Platforms >

Build a:

House  ($60)

Big House  ($100)

Monument  ($85)

Tower  ($200)

Mc Donalds ($155)

Oops!

If you are here, you may have been
hit by an enemy, or you may have run
out of money...

Restart

ActionScript [AS1/AS2]

Frame 1
plata = 15; stop(); stopAllSounds();
Instance of Symbol 13 MovieClip in Frame 1
onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 300; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 1.5; } }
Frame 2
stop();
Frame 3
stop();
Frame 4
stop();
Instance of Symbol 28 MovieClip in Frame 4
onClipEvent (enterFrame) { _y = (_y + ((_root.player._y - _y) / 4)); _x = (_x + ((_root.player._x - _x) / 4)); }
Instance of Symbol 30 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._y = _root.player._y - 20; } }
Instance of Symbol 30 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._y = _root.player._y - 15; } }
Instance of Symbol 36 MovieClip "player" in Frame 4
onClipEvent (load) { var grav = 0; var speed = 10; var jumpHeight = 15; 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 38 MovieClip in Frame 4
onClipEvent (enterFrame) { _y = (_y + ((_root.player._y - _y) / 4)); _x = (_x + ((_root.player._x - _x) / 4)); }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 54 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndPlay(5); } }
Instance of Symbol 55 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndPlay(5); } }
Instance of Symbol 56 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndPlay(5); } }
Instance of Symbol 57 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndPlay(5); } }
Instance of Symbol 58 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndPlay(5); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 59 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndPlay(5); } }
Instance of Symbol 54 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndPlay(5); } }
Instance of Symbol 54 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndPlay(5); } }
Instance of Symbol 54 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndPlay(5); } }
Instance of Symbol 54 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndPlay(5); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.plata = _root.plata + 10; } if (this.hitTest(_root.player)) { this.gotoAndPlay(18); } }
Instance of Symbol 54 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndPlay(5); } }
Instance of Symbol 54 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndPlay(5); } }
Instance of Symbol 54 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndPlay(5); } }
Instance of Symbol 54 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndPlay(5); } }
Instance of Symbol 53 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_root.plata < 1) { _root.gotoAndPlay(5); } }
Frame 5
stop();
Symbol 11 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndPlay ("loaded"); }
Symbol 11 MovieClip Frame 2
gotoAndPlay (1);
Symbol 11 MovieClip Frame 40
_root.play();
Symbol 20 Button
on (release) { nextFrame(); }
Symbol 36 MovieClip Frame 1
stop();
Symbol 36 MovieClip Frame 2
stop();
Symbol 36 MovieClip Frame 3
stop();
Symbol 38 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 42 MovieClip Frame 17
this.gotoAndPlay(1);
Symbol 42 MovieClip Frame 18
stop();
Symbol 64 Button
on (release) { nextFrame(); }
Symbol 65 Button
on (release) { gotoAndPlay (11); }
Symbol 66 Button
on (release) { gotoAndPlay (9); }
Symbol 67 Button
on (release) { gotoAndPlay (7); }
Symbol 68 Button
on (release) { gotoAndPlay (3); }
Symbol 69 Button
on (release) { gotoAndPlay (5); }
Symbol 81 MovieClip Frame 1
stop();
Symbol 81 MovieClip Frame 2
stop();
Symbol 81 MovieClip Frame 3
_root.plata = _root.plata - 60;
Symbol 81 MovieClip Frame 4
stop();
Symbol 81 MovieClip Frame 5
_root.plata = _root.plata - 100;
Symbol 81 MovieClip Frame 6
stop();
Symbol 81 MovieClip Frame 7
_root.plata = _root.plata - 85;
Symbol 81 MovieClip Frame 8
stop();
Symbol 81 MovieClip Frame 9
_root.plata = _root.plata - 200;
Symbol 81 MovieClip Frame 10
stop();
Symbol 81 MovieClip Frame 11
_root.plata = _root.plata - 155;
Symbol 81 MovieClip Frame 12
stop();
Symbol 85 Button
on (release) { gotoAndPlay (1); }

Library Items

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

Instance Names

"player"Frame 4Symbol 36 MovieClip
"water"Frame 4Symbol 44 MovieClip
"ground"Frame 4Symbol 46 MovieClip
"bar"Symbol 11 MovieClip Frame 1Symbol 5 MovieClip

Special Tags

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

Labels

"loaded"Symbol 11 MovieClip Frame 5

Dynamic Text Variables

plataSymbol 47 EditableText"<p align="left"></p>"




http://swfchan.com/13/64073/info.shtml
Created: 13/4 -2019 08:49:21 Last modified: 13/4 -2019 08:49:21 Server time: 14/06 -2024 12:29:54