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

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

Smidge.swf

This is the info page for
Flash #66151

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


Text
Ok. So th

is is smidge.    You need to guide Smidge through each

level (really original, right?

)

WASD keys to move

.

Avoid t

hese

These take you to the next level.

Move With
WSAD

GO

INVALID
sys.reBoot;
function(appCrash){
%_j#@@^"true"^**
}/!()()

Extras!!

Extras!!

Extras!!

Oh No! It's

NEGATIVE SMIDGE!!!

Oh No! It's

NEGATIVE SMIDGE!!!

Smidge: FazzleMan
Special Thanks: Kwing

MENU

CONGRADULATIONS!!!

You beat Smidge! Have a cookie!

ActionScript [AS1/AS2]

Frame 1
stopAllSounds(); stop();
Frame 2
stop();
Instance of Symbol 94 MovieClip "ground" in Frame 2
/* no clip actions */
Instance of Symbol 16 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop(3); } }
Instance of Symbol 108 MovieClip "player" in Frame 2
onClipEvent (load) { var grav = 0; var speed = 10; var jumpHeight = 14; 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 110 MovieClip in Frame 2
onClipEvent (enterFrame) { _y = (_y + ((_root.player._y - _y) / 4)); _x = (_x + ((_root.player._x - _x) / 4)); }
Frame 3
Instance of Symbol 14 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop(3); } }
Instance of Symbol 14 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop(3); } }
Instance of Symbol 122 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop(3); } }
Instance of Symbol 16 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop(5); } }
Instance of Symbol 108 MovieClip "player" in Frame 4
onClipEvent (load) { var grav = 0; var speed = 10; var jumpHeight = 14; 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 14 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop(4); } }
Instance of Symbol 14 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop(4); } }
Instance of Symbol 122 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop(5); } }
Instance of Symbol 122 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop(5); } }
Instance of Symbol 16 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop(7); } }
Instance of Symbol 14 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop(5); } }
Instance of Symbol 14 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop(5); } }
Instance of Symbol 108 MovieClip "player" in Frame 6
onClipEvent (load) { var grav = 0; var speed = 10; var jumpHeight = 14; 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 134 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop(7); } }
Instance of Symbol 135 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop(7); } }
Instance of Symbol 135 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop(7); } }
Instance of Symbol 135 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop(7); } }
Instance of Symbol 16 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop(9); } }
Instance of Symbol 108 MovieClip "player" in Frame 8
onClipEvent (load) { var grav = 0; var speed = 10; var jumpHeight = 14; 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 135 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop(9); } }
Instance of Symbol 135 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop(9); } }
Instance of Symbol 135 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop(9); } }
Instance of Symbol 16 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop(11); } }
Instance of Symbol 135 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop(9); } }
Instance of Symbol 135 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop(9); } }
Instance of Symbol 135 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop(9); } }
Instance of Symbol 134 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop(9); } }
Instance of Symbol 108 MovieClip "player" in Frame 10
onClipEvent (load) { var grav = 0; var speed = 10; var jumpHeight = 14; 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 134 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop(9); } }
Instance of Symbol 16 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop(13); } }
Instance of Symbol 108 MovieClip "player" in Frame 12
onClipEvent (load) { var grav = 0; var speed = 10; var jumpHeight = 14; 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 134 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop(13); } }
Instance of Symbol 159 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (this._x > 700)) { this._x = -146; _root.spikes.gotoAndPlay(2); } } onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (this._x < 0)) { this._x = 796; _root.spikes.gotoAndPlay(2); } }
Instance of Symbol 160 MovieClip "spikes" in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.boss)) { _root.gotoAndStop(9); } }
Instance of Symbol 164 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this._x > _root.player._x) { _xscale = scale; this._x = this._x - 5; } if (this._x < _root.player._x) { _xscale = (-scale); this._x = this._x + 5; } if (this.hitTest(_root.player)) { _root.prevFrame(); } if (this.hitTest(_root.spikes)) { nextFrame(); } } onClipEvent (load) { var scale = _xscale; }
Instance of Symbol 108 MovieClip "player" in Frame 14
onClipEvent (load) { var grav = 0; var speed = 10; var jumpHeight = 14; 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; } }
Frame 15
nextFrame();
Instance of Symbol 16 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.gotoAndStop(1); } }
Instance of Symbol 108 MovieClip "player" in Frame 16
onClipEvent (load) { var grav = 0; var speed = 10; var jumpHeight = 14; 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; } }
Symbol 61 Button
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 63 MovieClip Frame 40
stop();
Symbol 89 Button
on (release) { _root.play(); }
Symbol 90 MovieClip Frame 1
function onEnterFrame() { if (!loaded) { var _local3 = _root.getBytesLoaded() / _root.getBytesTotal(); if (_local3 >= 1) { play(); bar._x = initX; loaded = true; } else { bar._x = initX + ((_local3 - 1) * bar._width); } } var _local4 = getTimer() - time; timeAccum = timeAccum + _local4; while (timeAccum >= FRAME_TIME) { var _local2 = 0; while (_local2 < timeClips.length) { if (timeClips[_local2]._currentframe < timeClips[_local2]._totalframes) { timeClips[_local2].nextFrame(); } else { timeClips[_local2].gotoAndStop(1); } _local2++; } if (loaded && (_currentframe < _totalframes)) { nextFrame(); } timeAccum = timeAccum - FRAME_TIME; } time = time + _local4; } stop(); _root.stop(); var initX = bar._x; var time = getTimer(); var FRAME_TIME = 33.3333333333333; var timeAccum = 0; var loaded = false; timeClips = [bargfx, tank.mc0, tank.mc1, tank.mc2, tank.mc3, tank.mc4, tank.mc4.mc0, tank.mc4.mc1, tank.mc4.mc0.mc0, tank.mc4.mc0.mc0.mc0.mc0, tank.mc4.mc0.mc0.mc0.mc1, tank.mc4.mc0.mc0.mc0.mc2, tank.mc4.mc0.mc0.mc0.mc3, tank.mc4.mc0.mc0.mc1, tank.mc4.mc0.mc0.mc2, tank.mc5.mc0]; var i = 0; while (i < timeClips.length) { timeClips[i].stop(); i++; }
Symbol 90 MovieClip Frame 51
Symbol 108 MovieClip Frame 1
stop();
Symbol 108 MovieClip Frame 2
stop();
Symbol 108 MovieClip Frame 3
stop();
Symbol 110 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 119 Button
on (release) { gotoAndStop (4); }
Symbol 129 Button
on (release) { gotoAndStop (6); }
Symbol 136 Button
on (release) { gotoAndStop (8); }
Symbol 141 Button
on (release) { nextFrame(); }
Symbol 155 Button
on (release) { getURL ("http://kevan.org/brain.cgi?Smidge"); }
Symbol 160 MovieClip Frame 1
stop();
Symbol 164 MovieClip Frame 1
stop();
Symbol 164 MovieClip Frame 87
_root.nextFrame();
Symbol 170 Button
on (release) { getURL ("http://kevan.org/brain.cgi?Smidge", "_blank"); }

Library Items

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

Instance Names

"ground"Frame 2Symbol 94 MovieClip
"player"Frame 2Symbol 108 MovieClip
"ground"Frame 3Symbol 114 MovieClip
"player"Frame 3Symbol 120 MovieClip
"player"Frame 4Symbol 108 MovieClip
"ground"Frame 5Symbol 128 MovieClip
"player"Frame 5Symbol 120 MovieClip
"player"Frame 6Symbol 108 MovieClip
"ground"Frame 7Symbol 132 MovieClip
"player"Frame 7Symbol 120 MovieClip
"player"Frame 8Symbol 108 MovieClip
"ground"Frame 9Symbol 140 MovieClip
"water"Frame 9Symbol 143 MovieClip
"player"Frame 9Symbol 108 MovieClip
"player"Frame 10Symbol 108 MovieClip
"ground"Frame 11Symbol 146 MovieClip
"player"Frame 11Symbol 108 MovieClip
"player"Frame 12Symbol 108 MovieClip
"ground"Frame 13Symbol 158 MovieClip
"spikes"Frame 13Symbol 160 MovieClip
"player"Frame 13Symbol 108 MovieClip
"player"Frame 14Symbol 108 MovieClip
"ground"Frame 15Symbol 172 MovieClip
"player"Frame 15Symbol 108 MovieClip
"player"Frame 16Symbol 108 MovieClip
"bar"Symbol 90 MovieClip Frame 1Symbol 20 MovieClip
"bargfx"Symbol 90 MovieClip Frame 1Symbol 23 MovieClip
"tank"Symbol 90 MovieClip Frame 1Symbol 37 MovieClip
"bargfx"Symbol 90 MovieClip Frame 2Symbol 23 MovieClip
"bargfx"Symbol 90 MovieClip Frame 20Symbol 23 MovieClip
"vertplatright"Symbol 158 MovieClip Frame 1Symbol 127 MovieClip
"vertplatleft"Symbol 158 MovieClip Frame 1Symbol 127 MovieClip

Special Tags

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

Labels

"LOAD"Symbol 90 MovieClip Frame 1
"COMPLETE_STOP"Symbol 90 MovieClip Frame 2




http://swfchan.com/14/66151/info.shtml
Created: 12/4 -2019 05:24:48 Last modified: 12/4 -2019 05:24:48 Server time: 11/05 -2024 11:23:02