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

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

Draw Play.swf

This is the info page for
Flash #12076

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


Text
Loading Draw-Play

y

a

l

P

y

a

l

P

s

n

o

i

t

c

u

r

I

s

n

o

i

t

c

u

r

I

Credits

Credits

Play More Games

Play More Games

Add Games to Your Website

Add Games to Your Website

Back to Menu

Back to Menu

- Arrow Keys to move and jump.
- Click and hold down the mouse
button to draw your level.

Controls

Objective

Get to the flag.

Lets start Easy...

Erase

Menu

Is it harder? hmm...

S-S-S-Spikes!

oooo spinny thing

Up..Down..

Gulp!

So like...they move

Spin Spin Spin!

Maze of Death

Weave in & Out

I love you all...now die

Chippity Chop

Out of Reach ..

Plan Ahead

Deja-Vu

Mini Death

Random Junk

Down...

Rotary Center

The End ^_^
Thanks for playing , if you liked the
game check out our site at
www.cremationproductions.com
sequal might be coming too ;)

Credits

Made by Eggy

Thanks to Drew for drawing main Character :)
Thanks to Matt for getting me the music :)
and James for testing :)

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 2
stop();
Instance of Symbol 14 MovieClip in Frame 2
on (press) { getURL ("http://www.gamegecko.com"); }
Frame 4
function doSomething() { } function doSomething2() { getURL ("http://www.cremationproductions.com", _blank); } function doSomething3() { getURL ("http://www.gamegecko.com", _blank); } stop(); MENU.customItems.push(Functioned2); MENU = new ContextMenu(); MENU.hideBuiltInItems(); Functioned = new ContextMenuItem("Made by Eggy", doSomething); Functioned2 = new ContextMenuItem("Visit Cremation Productions", doSomething2); Functioned3 = new ContextMenuItem("Visit Gecko Games", doSomething3); MENU.customItems.push(Functioned); MENU.customItems.push(Functioned2); MENU.customItems.push(Functioned3); _root.menu = MENU;
Frame 5
stop();
Frame 6
unloadMovie (_root.ground); nextFrame();
Frame 7
stop(); bar = 100; _root.onMouseDown = function () { _root.ground.lineStyle(20, 0, 100); _root.ground.moveTo(_xmouse, _ymouse); this.onMouseMove = function () { _root.ground.lineTo(_xmouse, _ymouse); updateAfterEvent(); }; }; _root.onMouseUp = function () { this.onMouseMove = null; };
Instance of Symbol 79 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { another = new Sound(); another.attachSound("ding", this); another.start(); _root.play(); } }
Instance of Symbol 95 MovieClip "char" in Frame 7
onClipEvent (load) { grav = 0; speed = 5; jumpHeight = 12; scale = _xscale; yp = 0; grounded = false; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) { this.gotoAndStop(3); } if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) { this.gotoAndStop(4); } if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(4); } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, _y - _height, true)) { grav = 2; } } onClipEvent (enterFrame) { if (this._y > 750) { someSound = new Sound(); someSound.attachSound("scream", this); someSound.start(); this._x = 30; this._y = 547; } if (this._y < 0) { this._x = 30; this._y = 547; } if (this._x < -20) { this._x = 30; this._y = 547; } if (this._x > 810) { this._x = 30; this._y = 547; } }
Frame 8
unloadMovie (_root.ground); nextFrame();
Frame 9
stop();
Instance of Symbol 79 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { another = new Sound(); another.attachSound("ding", this); another.start(); _root.play(); } }
Instance of Symbol 95 MovieClip "char" in Frame 9
onClipEvent (load) { grav = 0; speed = 5; jumpHeight = 12; scale = _xscale; yp = 0; grounded = false; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) { this.gotoAndStop(3); } if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) { this.gotoAndStop(4); } if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(4); } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, _y - _height, true)) { grav = 2; } } onClipEvent (enterFrame) { if (this._y > 750) { someSound = new Sound(); someSound.attachSound("scream", this); someSound.start(); this._x = 30; this._y = 547; } if (this._y < 0) { this._x = 30; this._y = 547; } if (this._x < -20) { this._x = 30; this._y = 547; } if (this._x > 810) { this._x = 30; this._y = 547; } }
Frame 10
unloadMovie (_root.ground); nextFrame();
Frame 11
stop();
Instance of Symbol 79 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { another = new Sound(); another.attachSound("ding", this); another.start(); _root.play(); } }
Instance of Symbol 95 MovieClip "char" in Frame 11
onClipEvent (load) { grav = 0; speed = 5; jumpHeight = 12; scale = _xscale; yp = 0; grounded = false; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) { this.gotoAndStop(3); } if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) { this.gotoAndStop(4); } if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(4); } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, _y - _height, true)) { grav = 2; } } onClipEvent (enterFrame) { if (this._y > 750) { someSound = new Sound(); someSound.attachSound("scream", this); someSound.start(); this._x = 30; this._y = 547; } if (this._y < 0) { this._x = 30; this._y = 547; } if (this._x < -20) { this._x = 30; this._y = 547; } if (this._x > 810) { this._x = 30; this._y = 547; } }
Frame 12
unloadMovie (_root.ground); nextFrame();
Frame 13
stop();
Instance of Symbol 79 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { another = new Sound(); another.attachSound("ding", this); another.start(); _root.play(); } }
Instance of Symbol 115 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 123 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 115 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 95 MovieClip "char" in Frame 13
onClipEvent (load) { grav = 0; speed = 5; jumpHeight = 12; scale = _xscale; yp = 0; grounded = false; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) { this.gotoAndStop(3); } if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) { this.gotoAndStop(4); } if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(4); } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, _y - _height, true)) { grav = 2; } } onClipEvent (enterFrame) { if (this._y > 750) { someSound = new Sound(); someSound.attachSound("scream", this); someSound.start(); this._x = 30; this._y = 547; } if (this._y < 0) { this._x = 30; this._y = 547; } if (this._x < -20) { this._x = 30; this._y = 547; } if (this._x > 810) { this._x = 30; this._y = 547; } }
Frame 14
unloadMovie (_root.ground); nextFrame();
Frame 15
stop();
Instance of Symbol 79 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { another = new Sound(); another.attachSound("ding", this); another.start(); _root.play(); } }
Instance of Symbol 115 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 95 MovieClip "char" in Frame 15
onClipEvent (load) { grav = 0; speed = 5; jumpHeight = 12; scale = _xscale; yp = 0; grounded = false; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) { this.gotoAndStop(3); } if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) { this.gotoAndStop(4); } if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(4); } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, _y - _height, true)) { grav = 2; } } onClipEvent (enterFrame) { if (this._y > 750) { someSound = new Sound(); someSound.attachSound("scream", this); someSound.start(); this._x = 30; this._y = 547; } if (this._y < 0) { this._x = 30; this._y = 547; } if (this._x < -20) { this._x = 30; this._y = 547; } if (this._x > 810) { this._x = 30; this._y = 547; } }
Frame 16
unloadMovie (_root.ground); nextFrame();
Frame 17
stop();
Instance of Symbol 79 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { another = new Sound(); another.attachSound("ding", this); another.start(); _root.play(); } }
Instance of Symbol 123 MovieClip in Frame 17
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 123 MovieClip in Frame 17
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 123 MovieClip in Frame 17
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 95 MovieClip "char" in Frame 17
onClipEvent (load) { grav = 0; speed = 5; jumpHeight = 12; scale = _xscale; yp = 0; grounded = false; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) { this.gotoAndStop(3); } if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) { this.gotoAndStop(4); } if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(4); } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, _y - _height, true)) { grav = 2; } } onClipEvent (enterFrame) { if (this._y > 750) { someSound = new Sound(); someSound.attachSound("scream", this); someSound.start(); this._x = 30; this._y = 547; } if (this._y < 0) { this._x = 30; this._y = 547; } if (this._x < -20) { this._x = 30; this._y = 547; } if (this._x > 810) { this._x = 30; this._y = 547; } }
Frame 18
unloadMovie (_root.ground); nextFrame();
Frame 19
stop();
Instance of Symbol 79 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { another = new Sound(); another.attachSound("ding", this); another.start(); _root.play(); } }
Instance of Symbol 115 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 95 MovieClip "char" in Frame 19
onClipEvent (load) { grav = 0; speed = 5; jumpHeight = 12; scale = _xscale; yp = 0; grounded = false; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) { this.gotoAndStop(3); } if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) { this.gotoAndStop(4); } if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(4); } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, _y - _height, true)) { grav = 2; } } onClipEvent (enterFrame) { if (this._y > 750) { someSound = new Sound(); someSound.attachSound("scream", this); someSound.start(); this._x = 30; this._y = 547; } if (this._y < 0) { this._x = 30; this._y = 547; } if (this._x < -20) { this._x = 30; this._y = 547; } if (this._x > 810) { this._x = 30; this._y = 547; } }
Frame 20
unloadMovie (_root.ground); nextFrame();
Frame 21
stop();
Instance of Symbol 79 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { another = new Sound(); another.attachSound("ding", this); another.start(); _root.play(); } }
Instance of Symbol 135 MovieClip in Frame 21
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 135 MovieClip in Frame 21
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 115 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 95 MovieClip "char" in Frame 21
onClipEvent (load) { grav = 0; speed = 5; jumpHeight = 12; scale = _xscale; yp = 0; grounded = false; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) { this.gotoAndStop(3); } if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) { this.gotoAndStop(4); } if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(4); } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, _y - _height, true)) { grav = 2; } } onClipEvent (enterFrame) { if (this._y > 750) { someSound = new Sound(); someSound.attachSound("scream", this); someSound.start(); this._x = 30; this._y = 547; } if (this._y < 0) { this._x = 30; this._y = 547; } if (this._x < -20) { this._x = 30; this._y = 547; } if (this._x > 810) { this._x = 30; this._y = 547; } }
Frame 22
unloadMovie (_root.ground); nextFrame();
Frame 23
stop(); bar = 100;
Instance of Symbol 79 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { another = new Sound(); another.attachSound("ding", this); another.start(); _root.play(); } }
Instance of Symbol 115 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 95 MovieClip "char" in Frame 23
onClipEvent (load) { grav = 0; speed = 5; jumpHeight = 12; scale = _xscale; yp = 0; grounded = false; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) { this.gotoAndStop(3); } if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) { this.gotoAndStop(4); } if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(4); } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, _y - _height, true)) { grav = 2; } } onClipEvent (enterFrame) { if (this._y > 750) { someSound = new Sound(); someSound.attachSound("scream", this); someSound.start(); this._x = 30; this._y = 547; } if (this._y < 0) { this._x = 30; this._y = 547; } if (this._x < -20) { this._x = 30; this._y = 547; } if (this._x > 810) { this._x = 30; this._y = 547; } }
Frame 24
unloadMovie (_root.ground); nextFrame();
Frame 25
stop(); bar = 100;
Instance of Symbol 79 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { another = new Sound(); another.attachSound("ding", this); another.start(); _root.play(); } }
Instance of Symbol 95 MovieClip "char" in Frame 25
onClipEvent (load) { grav = 0; speed = 5; jumpHeight = 12; scale = _xscale; yp = 0; grounded = false; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) { this.gotoAndStop(3); } if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) { this.gotoAndStop(4); } if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(4); } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, _y - _height, true)) { grav = 2; } } onClipEvent (enterFrame) { if (this._y > 750) { someSound = new Sound(); someSound.attachSound("scream", this); someSound.start(); this._x = 30; this._y = 547; } if (this._y < 0) { this._x = 30; this._y = 547; } if (this._x < -20) { this._x = 30; this._y = 547; } if (this._x > 810) { this._x = 30; this._y = 547; } }
Frame 26
unloadMovie (_root.ground); nextFrame();
Frame 27
stop();
Instance of Symbol 79 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { another = new Sound(); another.attachSound("ding", this); another.start(); _root.play(); } }
Instance of Symbol 115 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 95 MovieClip "char" in Frame 27
onClipEvent (load) { grav = 0; speed = 5; jumpHeight = 12; scale = _xscale; yp = 0; grounded = false; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) { this.gotoAndStop(3); } if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) { this.gotoAndStop(4); } if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(4); } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, _y - _height, true)) { grav = 2; } } onClipEvent (enterFrame) { if (this._y > 750) { someSound = new Sound(); someSound.attachSound("scream", this); someSound.start(); this._x = 30; this._y = 547; } if (this._y < 0) { this._x = 30; this._y = 547; } if (this._x < -20) { this._x = 30; this._y = 547; } if (this._x > 810) { this._x = 30; this._y = 547; } }
Instance of Symbol 123 MovieClip in Frame 27
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 123 MovieClip in Frame 27
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 123 MovieClip in Frame 27
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 123 MovieClip in Frame 27
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 123 MovieClip in Frame 27
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Frame 28
unloadMovie (_root.ground); nextFrame();
Frame 29
stop();
Instance of Symbol 79 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { another = new Sound(); another.attachSound("ding", this); another.start(); _root.play(); } }
Instance of Symbol 144 MovieClip in Frame 29
onClipEvent (enterFrame) { this._rotation = this._rotation + 3; }
Instance of Symbol 144 MovieClip in Frame 29
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 144 MovieClip in Frame 29
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 144 MovieClip in Frame 29
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 144 MovieClip in Frame 29
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 144 MovieClip in Frame 29
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 95 MovieClip "char" in Frame 29
onClipEvent (load) { grav = 0; speed = 5; jumpHeight = 12; scale = _xscale; yp = 0; grounded = false; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) { this.gotoAndStop(3); } if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) { this.gotoAndStop(4); } if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(4); } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, _y - _height, true)) { grav = 2; } } onClipEvent (enterFrame) { if (this._y > 750) { someSound = new Sound(); someSound.attachSound("scream", this); someSound.start(); this._x = 30; this._y = 547; } if (this._y < 0) { this._x = 30; this._y = 547; } if (this._x < -20) { this._x = 30; this._y = 547; } if (this._x > 810) { this._x = 30; this._y = 547; } }
Frame 30
unloadMovie (_root.ground); nextFrame();
Frame 31
stop();
Instance of Symbol 79 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { another = new Sound(); another.attachSound("ding", this); another.start(); _root.play(); } }
Instance of Symbol 95 MovieClip "char" in Frame 31
onClipEvent (load) { grav = 0; speed = 5; jumpHeight = 12; scale = _xscale; yp = 0; grounded = false; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) { this.gotoAndStop(3); } if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) { this.gotoAndStop(4); } if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(4); } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, _y - _height, true)) { grav = 2; } } onClipEvent (enterFrame) { if (this._y > 750) { someSound = new Sound(); someSound.attachSound("scream", this); someSound.start(); this._x = 30; this._y = 547; } if (this._y < 0) { this._x = 30; this._y = 547; } if (this._x < -20) { this._x = 30; this._y = 547; } if (this._x > 810) { this._x = 30; this._y = 547; } }
Frame 32
unloadMovie (_root.ground); nextFrame();
Frame 33
stop();
Instance of Symbol 79 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { another = new Sound(); another.attachSound("ding", this); another.start(); _root.play(); } }
Instance of Symbol 95 MovieClip "char" in Frame 33
onClipEvent (load) { grav = 0; speed = 5; jumpHeight = 12; scale = _xscale; yp = 0; grounded = false; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) { this.gotoAndStop(3); } if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) { this.gotoAndStop(4); } if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(4); } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, _y - _height, true)) { grav = 2; } } onClipEvent (enterFrame) { if (this._y > 750) { someSound = new Sound(); someSound.attachSound("scream", this); someSound.start(); this._x = 30; this._y = 547; } if (this._y < 0) { this._x = 30; this._y = 547; } if (this._x < -20) { this._x = 30; this._y = 547; } if (this._x > 810) { this._x = 30; this._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Frame 34
unloadMovie (_root.ground); nextFrame();
Frame 35
stop();
Instance of Symbol 79 MovieClip in Frame 35
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { another = new Sound(); another.attachSound("ding", this); another.start(); _root.play(); } }
Instance of Symbol 95 MovieClip "char" in Frame 35
onClipEvent (load) { grav = 0; speed = 5; jumpHeight = 12; scale = _xscale; yp = 0; grounded = false; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) { this.gotoAndStop(3); } if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) { this.gotoAndStop(4); } if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(4); } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, _y - _height, true)) { grav = 2; } } onClipEvent (enterFrame) { if (this._y > 750) { someSound = new Sound(); someSound.attachSound("scream", this); someSound.start(); this._x = 30; this._y = 547; } if (this._y < 0) { this._x = 30; this._y = 547; } if (this._x < -20) { this._x = 30; this._y = 547; } if (this._x > 810) { this._x = 30; this._y = 547; } }
Frame 36
unloadMovie (_root.ground); nextFrame();
Frame 37
stop(); _root.onMouseDown = function () { _root.ground.lineStyle(20, 0, 100); _root.ground.moveTo(_xmouse, _ymouse); this.onMouseMove = function () { _root.ground.lineTo(_xmouse, _ymouse); updateAfterEvent(); }; }; _root.onMouseUp = function () { this.onMouseMove = null; };
Instance of Symbol 79 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { another = new Sound(); another.attachSound("ding", this); another.start(); _root.play(); } }
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 95 MovieClip "char" in Frame 37
onClipEvent (load) { grav = 0; speed = 5; jumpHeight = 12; scale = _xscale; yp = 0; grounded = false; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) { this.gotoAndStop(3); } if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) { this.gotoAndStop(4); } if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(4); } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, _y - _height, true)) { grav = 2; } } onClipEvent (enterFrame) { if (this._y > 750) { someSound = new Sound(); someSound.attachSound("scream", this); someSound.start(); this._x = 30; this._y = 547; } if (this._y < 0) { this._x = 30; this._y = 547; } if (this._x < -20) { this._x = 30; this._y = 547; } if (this._x > 810) { this._x = 30; this._y = 547; } }
Frame 38
unloadMovie (_root.ground); nextFrame();
Frame 39
stop(); bar = 100; _root.onMouseDown = function () { _root.ground.lineStyle(20, 0, 100); _root.ground.moveTo(_xmouse, _ymouse); this.onMouseMove = function () { _root.ground.lineTo(_xmouse, _ymouse); updateAfterEvent(); }; }; _root.onMouseUp = function () { this.onMouseMove = null; };
Instance of Symbol 79 MovieClip in Frame 39
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { another = new Sound(); another.attachSound("ding", this); another.start(); _root.play(); } }
Instance of Symbol 135 MovieClip in Frame 39
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 144 MovieClip in Frame 39
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 144 MovieClip in Frame 39
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 135 MovieClip in Frame 39
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 95 MovieClip "char" in Frame 39
onClipEvent (load) { grav = 0; speed = 5; jumpHeight = 12; scale = _xscale; yp = 0; grounded = false; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) { this.gotoAndStop(3); } if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) { this.gotoAndStop(4); } if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(4); } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, _y - _height, true)) { grav = 2; } } onClipEvent (enterFrame) { if (this._y > 750) { someSound = new Sound(); someSound.attachSound("scream", this); someSound.start(); this._x = 30; this._y = 547; } if (this._y < 0) { this._x = 30; this._y = 547; } if (this._x < -20) { this._x = 30; this._y = 547; } if (this._x > 810) { this._x = 30; this._y = 547; } }
Frame 40
unloadMovie (_root.ground); nextFrame();
Frame 41
stop(); bar = 100; _root.onMouseDown = function () { _root.ground.lineStyle(20, 0, 100); _root.ground.moveTo(_xmouse, _ymouse); this.onMouseMove = function () { _root.ground.lineTo(_xmouse, _ymouse); updateAfterEvent(); }; }; _root.onMouseUp = function () { this.onMouseMove = null; };
Instance of Symbol 79 MovieClip in Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { another = new Sound(); another.attachSound("ding", this); another.start(); _root.play(); } }
Instance of Symbol 115 MovieClip in Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 115 MovieClip in Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 95 MovieClip "char" in Frame 41
onClipEvent (load) { grav = 0; speed = 5; jumpHeight = 12; scale = _xscale; yp = 0; grounded = false; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) { this.gotoAndStop(3); } if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) { this.gotoAndStop(4); } if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(4); } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, _y - _height, true)) { grav = 2; } } onClipEvent (enterFrame) { if (this._y > 750) { someSound = new Sound(); someSound.attachSound("scream", this); someSound.start(); this._x = 30; this._y = 547; } if (this._y < 0) { this._x = 30; this._y = 547; } if (this._x < -20) { this._x = 30; this._y = 547; } if (this._x > 810) { this._x = 30; this._y = 547; } }
Frame 42
unloadMovie (_root.ground); nextFrame();
Frame 43
stop(); _root.onMouseDown = function () { _root.ground.lineStyle(20, 0, 100); _root.ground.moveTo(_xmouse, _ymouse); this.onMouseMove = function () { _root.ground.lineTo(_xmouse, _ymouse); updateAfterEvent(); }; }; _root.onMouseUp = function () { this.onMouseMove = null; };
Instance of Symbol 79 MovieClip in Frame 43
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { another = new Sound(); another.attachSound("ding", this); another.start(); _root.play(); } }
Instance of Symbol 135 MovieClip in Frame 43
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 155 MovieClip in Frame 43
onClipEvent (enterFrame) { this._rotation = this._rotation - 1; }
Instance of Symbol 156 MovieClip in Frame 43
onClipEvent (enterFrame) { this._rotation = this._rotation - 1; }
Instance of Symbol 95 MovieClip "char" in Frame 43
onClipEvent (load) { grav = 0; speed = 5; jumpHeight = 12; scale = _xscale; yp = 0; grounded = false; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else if (_root.ground.hitTest(!this)) { this.gotoAndStop(3); } } else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) { this.gotoAndStop(3); } if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) { this.gotoAndStop(4); } if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(4); } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, _y - _height, true)) { grav = 2; } } onClipEvent (enterFrame) { if (this._y > 750) { someSound = new Sound(); someSound.attachSound("scream", this); someSound.start(); this._x = 30; this._y = 547; } if (this._y < 0) { this._x = 30; this._y = 547; } if (this._x < -20) { this._x = 30; this._y = 547; } if (this._x > 810) { this._x = 30; this._y = 547; } }
Frame 44
stop();
Frame 45
stop();
Instance of Symbol 167 MovieClip in Frame 45
on (press) { getURL ("http://www.cremationproductions.com"); }
Symbol 8 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { _root.gotoAndPlay(2); }
Symbol 8 MovieClip Frame 2
gotoAndPlay (1);
Symbol 14 MovieClip Frame 111
_root.gotoAndPlay(3);
Symbol 26 Button
on (press) { _root.gotoAndPlay(6); }
Symbol 45 Button
on (press) { _root.gotoAndPlay(5); }
Symbol 48 Button
on (press) { gotoAndStop (47); }
Symbol 51 Button
on (press) { getURL ("http://www.gamegecko.com"); }
Symbol 54 Button
on (press) { getURL ("http://www.gamesforwebsites.com/"); }
Symbol 59 Button
on (press) { getURL ("http://www.gamegecko.com"); }
Symbol 66 Button
on (press) { _root.gotoAndPlay(3); }
Symbol 94 MovieClip Frame 2
stop();
Symbol 95 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 2
stop();
Symbol 95 MovieClip Frame 3
stop();
Symbol 95 MovieClip Frame 4
stop();
Symbol 103 Button
on (press) { _root.prevFrame(); }
Symbol 110 Button
on (press) { _root.gotoAndPlay(4); }
Instance of Symbol 114 MovieClip in Symbol 115 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.penis._x = char._x; _root.penis._y = char._y; _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 121 MovieClip in Symbol 122 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 130 MovieClip in Symbol 131 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 130 MovieClip in Symbol 140 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 114 MovieClip in Symbol 150 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.penis._x = char._x; _root.penis._y = char._y; _root.char._x = 30; _root.char._y = 547; } }
Instance of Symbol 150 MovieClip in Symbol 151 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 30; _root.char._y = 547; } }

Library Items

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

Instance Names

"ground"Frame 7Symbol 74 MovieClip
"char"Frame 7Symbol 95 MovieClip
"ground"Frame 9Symbol 74 MovieClip
"char"Frame 9Symbol 95 MovieClip
"ground"Frame 11Symbol 74 MovieClip
"char"Frame 11Symbol 95 MovieClip
"ground"Frame 13Symbol 74 MovieClip
"char"Frame 13Symbol 95 MovieClip
"ground"Frame 15Symbol 74 MovieClip
"char"Frame 15Symbol 95 MovieClip
"ground"Frame 17Symbol 74 MovieClip
"char"Frame 17Symbol 95 MovieClip
"ground"Frame 19Symbol 128 MovieClip
"char"Frame 19Symbol 95 MovieClip
"ground"Frame 21Symbol 74 MovieClip
"char"Frame 21Symbol 95 MovieClip
"ground"Frame 23Symbol 74 MovieClip
"char"Frame 23Symbol 95 MovieClip
"ground"Frame 25Symbol 74 MovieClip
"char"Frame 25Symbol 95 MovieClip
"ground"Frame 27Symbol 74 MovieClip
"char"Frame 27Symbol 95 MovieClip
"ground"Frame 29Symbol 74 MovieClip
"char"Frame 29Symbol 95 MovieClip
"ground"Frame 31Symbol 74 MovieClip
"char"Frame 31Symbol 95 MovieClip
"ground"Frame 33Symbol 74 MovieClip
"char"Frame 33Symbol 95 MovieClip
"ground"Frame 35Symbol 74 MovieClip
"char"Frame 35Symbol 95 MovieClip
"ground"Frame 37Symbol 74 MovieClip
"char"Frame 37Symbol 95 MovieClip
"ground"Frame 39Symbol 74 MovieClip
"char"Frame 39Symbol 95 MovieClip
"ground"Frame 41Symbol 74 MovieClip
"char"Frame 41Symbol 95 MovieClip
"ground"Frame 43Symbol 74 MovieClip
"char"Frame 43Symbol 95 MovieClip
"bar"Symbol 8 MovieClip Frame 1Symbol 7 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "warp"
ExportAssets (56)Timeline Frame 1Symbol 2 as "scream"
ExportAssets (56)Timeline Frame 1Symbol 3 as "ding"




http://swfchan.com/3/12076/info.shtml
Created: 6/6 -2019 11:48:16 Last modified: 6/6 -2019 11:48:16 Server time: 19/04 -2024 13:41:48