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

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

badly drawn platformebeta.swf

This is the info page for
Flash #59892

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


Text
The Badly Drawn Platformer

play?

A Gatekeeper0 Production
[EVAN]

get to the flag!!!!

Fear The  Moving  stick

switch

get to the square to make the
flag visible!

Epic Fail
how did you lose THIS game?

ActionScript [AS1/AS2]

Frame 3
stop();
Frame 4
stop();
Instance of Symbol 33 MovieClip in Frame 4
onClipEvent (load) { var hp = 100; var maxhp = 100; var grav = 0; var speed = 5; var jumpHeight = 12; var slow = 0.7; var slowspd = (speed / 1.5); var setspeed = speed; var scale = _xscale; var ex = 5; var dam = 25; 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) * 4), 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) * 4), true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, _y - _height, true)) { grav = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.goal)) { this._parent.gotoAndPlay(5); } }
Frame 5
stop();
Instance of Symbol 33 MovieClip in Frame 5
onClipEvent (load) { var hp = 100; var maxhp = 100; var grav = 0; var speed = 5; var jumpHeight = 12; var slow = 0.7; var slowspd = (speed / 1.5); var setspeed = speed; var scale = _xscale; var ex = 5; var dam = 25; 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) * 4), 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) * 4), true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, _y - _height, true)) { grav = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.goal)) { this._parent.gotoAndPlay(6); } } onClipEvent (enterFrame) { if (this.hitTest(_root.fire)) { this._parent.gotoAndPlay(5); } }
Frame 6
stop();
Instance of Symbol 33 MovieClip in Frame 6
onClipEvent (load) { var hp = 100; var maxhp = 100; var grav = 0; var speed = 5; var jumpHeight = 12; var slow = 0.7; var slowspd = (speed / 1.5); var setspeed = speed; var scale = _xscale; var ex = 5; var dam = 25; 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) * 4), 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) * 4), true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, _y - _height, true)) { grav = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.goal)) { this._parent.gotoAndPlay(7); } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy)) { this._parent.gotoAndPlay(8); } }
Frame 7
stop(); goal._visible = false;
Instance of Symbol 33 MovieClip in Frame 7
onClipEvent (load) { var hp = 100; var maxhp = 100; var grav = 0; var speed = 5; var jumpHeight = 12; var slow = 0.7; var slowspd = (speed / 1.5); var setspeed = speed; var scale = _xscale; var ex = 5; var dam = 25; 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) * 4), 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) * 4), true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, _y - _height, true)) { grav = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.goal)) { this._parent.gotoAndPlay(9); } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy)) { this._parent.gotoAndPlay(8); } } onClipEvent (enterFrame) { if (this.hitTest(_root.lol)) { _root.goal._visible = !_root.goal._visible; } }
Frame 8
stop();
Frame 9
stop();
Instance of Symbol 33 MovieClip in Frame 9
onClipEvent (load) { var hp = 100; var maxhp = 100; var grav = 0; var speed = 5; var jumpHeight = 12; var slow = 0.7; var slowspd = (speed / 1.5); var setspeed = speed; var scale = _xscale; var ex = 5; var dam = 25; 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) * 4), 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) * 4), true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, _y - _height, true)) { grav = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.goal)) { this._parent.gotoAndPlay(3); } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy)) { this._parent.gotoAndPlay(8); } }
Symbol 16 Button
on (release) { getURL ("http://www.newgrounds.com", "blank"); }
Symbol 21 Button
on (release) { _root.play(); }
Symbol 22 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }
Symbol 22 MovieClip Frame 2
gotoAndPlay (1);
Symbol 27 Button
on (release) { gotoAndPlay (4); }
Symbol 62 Button
on (release) { _root.goal._visible = !_root.goal._visible; }
Symbol 72 Button
on (release) { gotoAndPlay (4); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:Timeline
Symbol 3 GraphicUsed by:Timeline
Symbol 4 GraphicUsed by:Timeline
Symbol 5 GraphicUsed by:Timeline
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:6Used by:Timeline
Symbol 8 GraphicUsed by:22
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClipUses:9Used by:22
Symbol 11 GraphicUsed by:22
Symbol 12 GraphicUsed by:15 16
Symbol 13 GraphicUsed by:15 16
Symbol 14 GraphicUsed by:15 16
Symbol 15 MovieClipUses:12 13 14Used by:16
Symbol 16 ButtonUses:15 12 13 14Used by:22
Symbol 17 GraphicUsed by:21
Symbol 18 GraphicUsed by:21
Symbol 19 GraphicUsed by:21
Symbol 20 GraphicUsed by:21
Symbol 21 ButtonUses:17 18 19 20Used by:22
Symbol 22 MovieClipUses:8 10 11 16 21Used by:Timeline
Symbol 23 FontUsed by:24 26 28 69
Symbol 24 TextUses:23Used by:Timeline
Symbol 25 GraphicUsed by:27
Symbol 26 TextUses:23Used by:27
Symbol 27 ButtonUses:25 26Used by:Timeline
Symbol 28 TextUses:23Used by:Timeline
Symbol 29 GraphicUsed by:Timeline
Symbol 30 GraphicUsed by:33
Symbol 31 GraphicUsed by:33
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClipUses:30 31 32Used by:Timeline
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClipUses:34Used by:Timeline
Symbol 36 FontUsed by:37 55 65
Symbol 37 TextUses:36Used by:Timeline
Symbol 38 MovieClipUsed by:Timeline
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:39Used by:Timeline
Symbol 41 GraphicUsed by:Timeline
Symbol 42 GraphicUsed 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 MovieClipUsed by:Timeline
Symbol 48 GraphicUsed by:Timeline
Symbol 49 GraphicUsed by:51
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:49 50Used by:Timeline
Symbol 52 GraphicUsed by:Timeline
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:53Used by:Timeline
Symbol 55 TextUses:36Used by:Timeline
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:56Used by:Timeline
Symbol 58 GraphicUsed by:62
Symbol 59 FontUsed by:60
Symbol 60 TextUses:59Used by:62
Symbol 61 GraphicUsed by:62
Symbol 62 ButtonUses:58 60 61Used by:Timeline
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:63Used by:Timeline
Symbol 65 TextUses:36Used by:Timeline
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:66Used by:Timeline
Symbol 68 GraphicUsed by:Timeline
Symbol 69 TextUses:23Used by:Timeline
Symbol 70 GraphicUsed by:72
Symbol 71 GraphicUsed by:72
Symbol 72 ButtonUses:70 71Used by:Timeline
Symbol 73 GraphicUsed by:Timeline
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:74Used by:Timeline
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClipUses:76Used by:Timeline
Symbol 78 GraphicUsed by:Timeline
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClipUses:79Used by:Timeline

Instance Names

"ground"Frame 1Symbol 7 MovieClip
"goal"Frame 3Symbol 27 Button
"goal"Frame 4Symbol 35 MovieClip
"ground"Frame 4Symbol 38 MovieClip
"ground"Frame 4Symbol 40 MovieClip
"ground"Frame 5Symbol 44 MovieClip
"ground"Frame 5Symbol 46 MovieClip
"ground"Frame 5Symbol 47 MovieClip
"ground"Frame 5Symbol 38 MovieClip
"ground"Frame 5Symbol 40 MovieClip
"enemy"Frame 6Symbol 51 MovieClip
"ground"Frame 6Symbol 54 MovieClip
"enemy"Frame 7Symbol 57 MovieClip
"lol"Frame 7Symbol 62 Button
"goal"Frame 7Symbol 35 MovieClip
"ground"Frame 7Symbol 64 MovieClip
"ground"Frame 7Symbol 67 MovieClip
"enemy"Frame 9Symbol 75 MovieClip
"goal"Frame 9Symbol 35 MovieClip
"ground"Frame 9Symbol 77 MovieClip
"ground"Frame 9Symbol 80 MovieClip
"ground"Frame 9Symbol 40 MovieClip
"ground"Frame 9Symbol 40 MovieClip
"bar"Symbol 22 MovieClip Frame 1Symbol 10 MovieClip

Special Tags

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

Labels

"loaded"Symbol 22 MovieClip Frame 3




http://swfchan.com/12/59892/info.shtml
Created: 16/4 -2019 14:02:59 Last modified: 16/4 -2019 14:02:59 Server time: 10/05 -2024 08:12:11