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

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

Tricksy.swf

This is the info page for
Flash #27268

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


Text
Its loading...be patient
and play with your string

play -

play -

play -

play -

instructions -

instructions -

instructions -

instructions -

play more
games -

play more
games -

play more
games -

Tricksy

y

a

l

P

y

a

l

P

s

n

o

i

t

c

u

r

t

s

n

I

s

n

o

i

t

c

u

r

t

s

n

I

s

e

m

a

G

e

r

o

M

y

a

l

P

s

e

m

a

G

e

r

o

M

y

a

l

P

Add More Games to Your Site

<p align="center"><font face="_sans" size="44" color="#ff0000" letterSpacing="0.000000" kerning="0">Y<font color="#ffffff">ou </font>l<font color="#ffffff">ose</font></font></p>

level 1

Lives :

0

Flash V-Cam

level 2

level 3

level 4

instructions!

Guide tricksy the toy soldier through his old grandmothers clock
in hope to find her lost necklace!
Use the arrow keys to move left, right, up and use the mouse
to change direction on the platforms.
be carefull though because one slip will result in a life loss and loosing 5
lifes will result in a GAME OVER,
Good luck.

Tricksy-
Art and design-
Eggy.
Gary smith.
Scripting-
Eggy.
level design-
Gary smith
Special thanks-
Tony Farrell
Drew
Soundland
Flash pro 8

The End

level 5

level 6

Flash V-Cam

ActionScript [AS1/AS2]

Frame 1
function distSq(ptA, ptB) { return(((ptA[0] - ptB[0]) * (ptA[0] - ptB[0])) + ((ptA[1] - ptB[1]) * (ptA[1] - ptB[1]))); } stop(); var pointArray = new Array(); var maxDistance = new Number(5); var maxDistance2 = (maxDistance * maxDistance); var gravity = new Number(2); var lineLenght = new Number(60); pointArray.push([Stage.width / 2, Stage.height / 2]); _root.createEmptyMovieClip("line", 1); _root.line.lineStyle(2, 0, 100); _root.line.moveTo(pointArray[0][0], pointArray[0][1]); i = 1; while (i < lineLenght) { pointArray.push([pointArray[0][0], pointArray[0][1] + (i * maxDistance)]); _root.line.lineTo(pointArray[i][0], pointArray[i][1]); i++; } _root.onEnterFrame = function () { pointArray[0][0] = _xmouse; pointArray[0][1] = _ymouse; _root.line.clear(); _root.line.moveTo(pointArray[0][0], pointArray[0][1]); _root.line.lineStyle(2, 0, 100); i = 1; while (i < lineLenght) { pointArray[i][1] = pointArray[i][1] + gravity; if (distSq(pointArray[i], pointArray[i - 1]) > maxDistance2) { var _local2 = Math.atan2(pointArray[i][1] - pointArray[i - 1][1], pointArray[i][0] - pointArray[i - 1][0]); pointArray[i][0] = pointArray[i - 1][0] + (Math.cos(_local2) * maxDistance); pointArray[i][1] = pointArray[i - 1][1] + (Math.sin(_local2) * maxDistance); } _root.line.lineTo(pointArray[i][0], pointArray[i][1]); i++; } };
Instance of Symbol 6 MovieClip in Frame 1
on (press) { getURL ("http://www.cremationproductions.com"); }
Frame 2
stop(); removeMovieClip(_root.line);
Instance of Symbol 20 MovieClip in Frame 2
on (press) { getURL ("http://www.gamegecko"); }
Frame 3
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;
Instance of Symbol 46 MovieClip in Frame 3
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 46 MovieClip in Frame 3
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Frame 4
stop(); stopAllSounds();
Frame 5
_root.poo.lives = 5; stop(); if (Key.isDown(13)) { _root.gotoAndPlay(7); }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation + 0.2; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation - 1; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation - 0.2; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation - 0.2; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation - 0.2; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation - 0.2; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 135 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotoAndStop(6); } }
Instance of Symbol 151 MovieClip "char" in Frame 5
onClipEvent (mouseMove) { Xd = _root._xmouse - _x; Yd = _root._ymouse - _y; radAngle = Math.atan2(Yd, Xd); _rotation = int(((radAngle * 360) / (Math.PI*2)) + 90); updateAfterEvent(); } 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.hitTest(_root.fall)) { someSound = new Sound(); someSound.attachSound("oof3", this); someSound.start(); _root.poo.gotoAndPlay(2); _root.poo.lives = _root.poo.lives - 1; _root.char._x = 50; _root.char._y = 100; } }
Instance of Symbol 162 MovieClip "poo" in Frame 5
onClipEvent (enterFrame) { if (_root.poo.lives == 0) { _root.gotoAndStop(4); } }
Instance of Symbol 165 MovieClip in Frame 5
onClipEvent (enterFrame) { this._x = _root.char._x; }
Frame 6
stop(); _root.char._x = 53; _root.char._y = 107;
Instance of Symbol 135 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotoAndStop(7); } }
Instance of Symbol 151 MovieClip "char" in Frame 6
onClipEvent (mouseMove) { Xd = _root._xmouse - _x; Yd = _root._ymouse - _y; radAngle = Math.atan2(Yd, Xd); _rotation = int(((radAngle * 360) / (Math.PI*2)) + 90); updateAfterEvent(); } 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.hitTest(_root.fall)) { someSound = new Sound(); someSound.attachSound("oof2", this); someSound.start(); _root.poo.gotoAndPlay(2); _root.poo.lives = _root.poo.lives - 1; _root.char._x = 50; _root.char._y = 100; } }
Frame 7
stop(); _root.char._x = 53; _root.char._y = 107;
Instance of Symbol 151 MovieClip "char" in Frame 7
onClipEvent (mouseMove) { Xd = _root._xmouse - _x; Yd = _root._ymouse - _y; radAngle = Math.atan2(Yd, Xd); _rotation = int(((radAngle * 360) / (Math.PI*2)) + 90); updateAfterEvent(); } 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.hitTest(_root.fall)) { someSound = new Sound(); someSound.attachSound("oof2", this); someSound.start(); _root.poo.gotoAndPlay(2); _root.poo.lives = _root.poo.lives - 1; _root.char._x = 50; _root.char._y = 100; } }
Instance of Symbol 207 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.poo.gotoAndPlay(2); _root.poo.lives = _root.poo.lives - 1; _root.char._x = 50; _root.char._y = 100; } }
Frame 8
stop(); _root.char._x = 53; _root.char._y = 107;
Instance of Symbol 151 MovieClip "char" in Frame 8
onClipEvent (mouseMove) { Xd = _root._xmouse - _x; Yd = _root._ymouse - _y; radAngle = Math.atan2(Yd, Xd); _rotation = int(((radAngle * 360) / (Math.PI*2)) + 90); updateAfterEvent(); } 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.hitTest(_root.fall)) { someSound = new Sound(); someSound.attachSound("oof3", this); someSound.start(); _root.poo.gotoAndPlay(2); _root.poo.lives = _root.poo.lives - 1; _root.char._x = 50; _root.char._y = 100; } }
Instance of Symbol 135 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotoAndStop(12); } }
Frame 9
stop();
Frame 10
stopAllSounds();
Frame 11
stop();
Frame 12
stop();
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation + 0.2; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation - 1; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation - 0.2; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation - 0.2; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation - 0.2; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation - 0.2; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 235 MovieClip in Frame 12
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 236 MovieClip "fall" in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.poo.gotoAndPlay(2); _root.poo.lives = _root.poo.lives - 1; _root.char._x = 50; _root.char._y = 100; } }
Instance of Symbol 151 MovieClip "char" in Frame 12
onClipEvent (mouseMove) { Xd = _root._xmouse - _x; Yd = _root._ymouse - _y; radAngle = Math.atan2(Yd, Xd); _rotation = int(((radAngle * 360) / (Math.PI*2)) + 90); updateAfterEvent(); } 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.hitTest(_root.fall)) { someSound = new Sound(); someSound.attachSound("oof2", this); somesound.start(); _root.poo.gotoAndPlay(2); _root.poo.lives = _root.poo.lives - 1; _root.char._x = 50; _root.char._y = 100; } }
Frame 13
stop();
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation + 0.2; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation - 1; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation - 0.2; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation - 0.2; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation - 0.2; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation - 0.2; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 251 MovieClip in Frame 13
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 267 MovieClip "char" in Frame 13
onClipEvent (mouseMove) { Xd = _root._xmouse - _x; Yd = _root._ymouse - _y; radAngle = Math.atan2(Yd, Xd); _rotation = int(((radAngle * 360) / (Math.PI*2)) + 90); updateAfterEvent(); } 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; } }
Instance of Symbol 236 MovieClip "fall" in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.poo.gotoAndPlay(2); _root.poo.lives = _root.poo.lives - 1; _root.char._x = 50; _root.char._y = 100; } }
Instance of Symbol 240 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotoAndStop(11); } }
Instance of Symbol 277 MovieClip in Frame 13
onClipEvent (enterFrame) { this._x = _root.char._x; }
Symbol 9 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { _root.gotoAndPlay(2); }
Symbol 9 MovieClip Frame 2
gotoAndPlay (1);
Symbol 18 Button
on (release) { getURL ("http://www.gamegecko.com", _blank); }
Symbol 19 Button
on (release) { getURL ("www.gamegecko.com", _blank); }
Symbol 20 MovieClip Frame 130
_root.gotoAndStop(3);
Symbol 31 Button
on (press) { gotoAndStop (5); }
Symbol 36 Button
on (press) { gotoAndStop (9); }
Symbol 40 Button
on (press) { getURL ("http://www.gamegecko.com"); }
Symbol 43 Button
on (release) { getURL ("http://www.gamegecko.com"); }
Symbol 67 Button
on (press) { gotoAndStop (5); }
Symbol 92 Button
on (press) { gotoAndStop (9); }
Symbol 119 Button
on (press) { getURL ("http://www.gamegecko.com"); }
Symbol 122 Button
on (press) { getURL ("http://www.gamegecko.com"); }
Symbol 125 Button
on (press) { getURL ("http://www.gamesforwebsites.com"); }
Symbol 131 Button
on (press) { gotoAndStop (3); }
Symbol 150 MovieClip Frame 2
stop();
Symbol 151 MovieClip Frame 1
stop();
Symbol 151 MovieClip Frame 2
stop();
Symbol 151 MovieClip Frame 3
stop();
Symbol 151 MovieClip Frame 4
stop();
Symbol 162 MovieClip Frame 1
stop();
Symbol 165 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;
Instance of Symbol 172 MovieClip in Symbol 173 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.poo.gotoAndPlay(2); _root.poo.lives = _root.poo.lives - 1; _root.char._x = 50; _root.char._y = 100; } }
Instance of Symbol 173 MovieClip in Symbol 194 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 50; _root.char._y = 100; } } onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.poo.gotoAndPlay(2); _root.poo.lives = _root.poo.lives - 1; _root.char._x = 50; _root.char._y = 100; } }
Instance of Symbol 173 MovieClip in Symbol 194 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.char._x = 50; _root.char._y = 100; } } onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.poo.gotoAndPlay(2); _root.poo.lives = _root.poo.lives - 1; _root.char._x = 50; _root.char._y = 100; } }
Instance of Symbol 196 MovieClip in Symbol 198 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char) and (_currentframe < 100)) { _root.char._x = _root.char._x - 1.3; } } onClipEvent (enterFrame) { if (this.hitTest(_root.char) and (_currentframe > 100)) { _root.char._x = _root.char._x + 1.3; } }
Instance of Symbol 196 MovieClip in Symbol 198 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char) and (_currentframe < 100)) { _root.char._x = _root.char._x + 1.3; } } onClipEvent (enterFrame) { if (this.hitTest(_root.char) and (_currentframe > 100)) { _root.char._x = _root.char._x - 1.3; } }
Instance of Symbol 196 MovieClip in Symbol 198 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char) and (_currentframe < 100)) { _root.char._x = _root.char._x - 1.3; } } onClipEvent (enterFrame) { if (this.hitTest(_root.char) and (_currentframe > 100)) { _root.char._x = _root.char._x + 1.3; } }
Instance of Symbol 196 MovieClip in Symbol 198 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char) and (_currentframe < 100)) { _root.char._x = _root.char._x + 1.3; } } onClipEvent (enterFrame) { if (this.hitTest(_root.char) and (_currentframe > 100)) { _root.char._x = _root.char._x - 1.3; } }
Instance of Symbol 135 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotoAndStop(8); } }
Instance of Symbol 220 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.poo.gotoAndPlay(2); _root.poo.lives = _root.poo.lives - 1; _root.char._x = 50; _root.char._y = 100; } }
Instance of Symbol 220 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.poo.gotoAndPlay(2); _root.poo.lives = _root.poo.lives - 1; _root.char._x = 50; _root.char._y = 100; } }
Instance of Symbol 220 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.poo.gotoAndPlay(2); _root.poo.lives = _root.poo.lives - 1; _root.char._x = 50; _root.char._y = 100; } }
Instance of Symbol 196 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char) and (_currentframe < 100)) { _root.char._x = _root.char._x + 1.3; } } onClipEvent (enterFrame) { if (this.hitTest(_root.char) and (_currentframe > 100)) { _root.char._x = _root.char._x - 1.3; } }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation + 0.2; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation - 1; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation - 0.2; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation - 0.2; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation - 0.2; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation - 0.2; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; }
Instance of Symbol 133 MovieClip in Symbol 229 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Symbol 232 MovieClip Frame 245
stop();
Instance of Symbol 239 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 239 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 239 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 240 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotoAndStop(12); } }
Instance of Symbol 243 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.poo.gotoAndPlay(2); _root.poo.lives = _root.poo.lives - 1; _root.char._x = 50; _root.char._y = 100; } }
Instance of Symbol 245 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.poo.gotoAndPlay(2); _root.poo.lives = _root.poo.lives - 1; _root.char._x = 50; _root.char._y = 100; } }
Symbol 248 MovieClip Frame 77
_root.ball._y = _root.ball._y + 50;
Symbol 248 MovieClip Frame 78
_root.ball._y = _root.ball._y + 50;
Symbol 248 MovieClip Frame 79
_root.ball._y = _root.ball._y + 50;
Symbol 248 MovieClip Frame 80
_root.ball._y = _root.ball._y + 50;
Symbol 266 MovieClip Frame 2
stop();
Symbol 267 MovieClip Frame 1
stop();
Symbol 267 MovieClip Frame 2
stop();
Symbol 267 MovieClip Frame 3
stop();
Symbol 267 MovieClip Frame 4
stop();
Instance of Symbol 245 MovieClip in Symbol 273 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.poo.gotoAndPlay(2); _root.poo.lives = _root.poo.lives - 1; _root.char._x = 50; _root.char._y = 100; } } onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 245 MovieClip in Symbol 273 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.poo.gotoAndPlay(2); _root.poo.lives = _root.poo.lives - 1; _root.char._x = 50; _root.char._y = 100; } } onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 245 MovieClip in Symbol 273 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.poo.gotoAndPlay(2); _root.poo.lives = _root.poo.lives - 1; _root.char._x = 50; _root.char._y = 100; } } onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 245 MovieClip in Symbol 273 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.poo.gotoAndPlay(2); _root.poo.lives = _root.poo.lives - 1; _root.char._x = 50; _root.char._y = 100; } } onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 245 MovieClip in Symbol 273 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.poo.gotoAndPlay(2); _root.poo.lives = _root.poo.lives - 1; _root.char._x = 50; _root.char._y = 100; } } onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Symbol 274 MovieClip Frame 77
_root.ball._y = _root.ball._y + 50;
Symbol 274 MovieClip Frame 78
_root.ball._y = _root.ball._y + 50;
Symbol 274 MovieClip Frame 79
_root.ball._y = _root.ball._y + 50;
Symbol 274 MovieClip Frame 80
_root.ball._y = _root.ball._y + 50;
Symbol 277 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;

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:6
Symbol 3 GraphicUsed by:6
Symbol 4 GraphicUsed by:6
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:2 3 4 5Used by:Timeline
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:7Used by:9
Symbol 9 MovieClipUses:8Used by:Timeline
Symbol 10 FontUsed by:11
Symbol 11 TextUses:10Used by:Timeline
Symbol 12 BitmapUsed by:13
Symbol 13 GraphicUses:12Used by:Timeline
Symbol 14 BitmapUsed by:15 16 17
Symbol 15 ShapeTweeningUses:14Used by:20
Symbol 16 GraphicUses:14Used by:20
Symbol 17 GraphicUses:14Used by:18 19
Symbol 18 ButtonUses:17Used by:20
Symbol 19 ButtonUses:17Used by:20
Symbol 20 MovieClipUses:15 16 18 19Used by:Timeline
Symbol 21 GraphicUsed by:22 23
Symbol 22 MovieClipUses:21Used by:23
Symbol 23 MovieClipUses:21 22Used by:Timeline
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:24Used by:Timeline
Symbol 26 FontUsed by:27 28 29 30 32 33 34 35 37 38 39 57
Symbol 27 EditableTextUses:26Used by:31
Symbol 28 EditableTextUses:26Used by:31
Symbol 29 EditableTextUses:26Used by:31
Symbol 30 EditableTextUses:26Used by:31
Symbol 31 ButtonUses:27 28 29 30Used by:Timeline
Symbol 32 EditableTextUses:26Used by:36
Symbol 33 EditableTextUses:26Used by:36
Symbol 34 EditableTextUses:26Used by:36
Symbol 35 EditableTextUses:26Used by:36
Symbol 36 ButtonUses:32 33 34 35Used by:Timeline
Symbol 37 EditableTextUses:26Used by:40
Symbol 38 EditableTextUses:26Used by:40
Symbol 39 EditableTextUses:26Used by:40
Symbol 40 ButtonUses:37 38 39Used by:Timeline
Symbol 41 BitmapUsed by:42
Symbol 42 GraphicUses:41Used by:43
Symbol 43 ButtonUses:42Used by:Timeline
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:44Used by:46
Symbol 46 MovieClipUses:45Used by:Timeline
Symbol 47 GraphicUsed by:56
Symbol 48 GraphicUsed by:56
Symbol 49 GraphicUsed by:56
Symbol 50 GraphicUsed by:56
Symbol 51 GraphicUsed by:56
Symbol 52 GraphicUsed by:56
Symbol 53 GraphicUsed by:56
Symbol 54 GraphicUsed by:56
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:47 48 49 50 51 52 53 54 55Used by:Timeline
Symbol 57 EditableTextUses:26Used by:Timeline
Symbol 58 FontUsed by:59 60 61 62 63 64 65 66 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 127 158 164 199 208 224 249 275 276
Symbol 59 EditableTextUses:58Used by:67
Symbol 60 EditableTextUses:58Used by:67
Symbol 61 EditableTextUses:58Used by:67
Symbol 62 EditableTextUses:58Used by:67
Symbol 63 EditableTextUses:58Used by:67
Symbol 64 EditableTextUses:58Used by:67
Symbol 65 EditableTextUses:58Used by:67
Symbol 66 EditableTextUses:58Used by:67
Symbol 67 ButtonUses:59 60 61 62 63 64 65 66Used by:Timeline
Symbol 68 EditableTextUses:58Used by:92
Symbol 69 EditableTextUses:58Used by:92
Symbol 70 EditableTextUses:58Used by:92
Symbol 71 EditableTextUses:58Used by:92
Symbol 72 EditableTextUses:58Used by:92
Symbol 73 EditableTextUses:58Used by:92
Symbol 74 EditableTextUses:58Used by:92
Symbol 75 EditableTextUses:58Used by:92
Symbol 76 EditableTextUses:58Used by:92
Symbol 77 EditableTextUses:58Used by:92
Symbol 78 EditableTextUses:58Used by:92
Symbol 79 EditableTextUses:58Used by:92
Symbol 80 EditableTextUses:58Used by:92
Symbol 81 EditableTextUses:58Used by:92
Symbol 82 EditableTextUses:58Used by:92
Symbol 83 EditableTextUses:58Used by:92
Symbol 84 EditableTextUses:58Used by:92
Symbol 85 EditableTextUses:58Used by:92
Symbol 86 EditableTextUses:58Used by:92
Symbol 87 EditableTextUses:58Used by:92
Symbol 88 EditableTextUses:58Used by:92
Symbol 89 EditableTextUses:58Used by:92
Symbol 90 EditableTextUses:58Used by:92
Symbol 91 EditableTextUses:58Used by:92
Symbol 92 ButtonUses:68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91Used by:Timeline
Symbol 93 EditableTextUses:58Used by:119
Symbol 94 EditableTextUses:58Used by:119
Symbol 95 EditableTextUses:58Used by:119
Symbol 96 EditableTextUses:58Used by:119
Symbol 97 EditableTextUses:58Used by:119
Symbol 98 EditableTextUses:58Used by:119
Symbol 99 EditableTextUses:58Used by:119
Symbol 100 EditableTextUses:58Used by:119
Symbol 101 EditableTextUses:58Used by:119
Symbol 102 EditableTextUses:58Used by:119
Symbol 103 EditableTextUses:58Used by:119
Symbol 104 EditableTextUses:58Used by:119
Symbol 105 EditableTextUses:58Used by:119
Symbol 106 EditableTextUses:58Used by:119
Symbol 107 EditableTextUses:58Used by:119
Symbol 108 EditableTextUses:58Used by:119
Symbol 109 EditableTextUses:58Used by:119
Symbol 110 EditableTextUses:58Used by:119
Symbol 111 EditableTextUses:58Used by:119
Symbol 112 EditableTextUses:58Used by:119
Symbol 113 EditableTextUses:58Used by:119
Symbol 114 EditableTextUses:58Used by:119
Symbol 115 EditableTextUses:58Used by:119
Symbol 116 EditableTextUses:58Used by:119
Symbol 117 EditableTextUses:58Used by:119
Symbol 118 EditableTextUses:58Used by:119
Symbol 119 ButtonUses:93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118Used by:Timeline
Symbol 120 BitmapUsed by:121
Symbol 121 GraphicUses:120Used by:122
Symbol 122 ButtonUses:121Used by:Timeline
Symbol 123 FontUsed by:124
Symbol 124 TextUses:123Used by:125
Symbol 125 ButtonUses:124Used by:Timeline
Symbol 126 SoundUsed by:Timeline
Symbol 127 EditableTextUses:58Used by:Timeline
Symbol 128 GraphicUsed by:131
Symbol 129 GraphicUsed by:131
Symbol 130 GraphicUsed by:131
Symbol 131 ButtonUses:128 129 130Used by:Timeline
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClipUses:132Used by:229  Timeline
Symbol 134 GraphicUsed by:135 240
Symbol 135 MovieClipUses:134Used by:206  Timeline
Symbol 136 GraphicUsed by:145
Symbol 137 GraphicUsed by:145
Symbol 138 GraphicUsed by:145
Symbol 139 GraphicUsed by:145
Symbol 140 GraphicUsed by:145
Symbol 141 GraphicUsed by:145
Symbol 142 GraphicUsed by:145
Symbol 143 GraphicUsed by:145
Symbol 144 GraphicUsed by:145
Symbol 145 MovieClipUses:136 137 138 139 140 141 142 143 144Used by:151
Symbol 146 GraphicUsed by:151
Symbol 147 GraphicUsed by:151
Symbol 148 GraphicUsed by:150
Symbol 149 GraphicUsed by:150
Symbol 150 MovieClipUses:148 149Used by:151
Symbol 151 MovieClipUses:145 146 147 150Used by:Timeline
Symbol 152 GraphicUsed by:153
Symbol 153 MovieClipUses:152Used by:155
Symbol 154 GraphicUsed by:155
Symbol 155 MovieClipUses:153 154Used by:Timeline
Symbol 156 GraphicUsed by:157 236
Symbol 157 MovieClipUses:156Used by:Timeline
Symbol 158 EditableTextUses:58Used by:Timeline
Symbol 159 FontUsed by:160 161
Symbol 160 TextUses:159Used by:162
Symbol 161 EditableTextUses:159Used by:162
Symbol 162 MovieClipUses:160 161Used by:Timeline
Symbol 163 GraphicUsed by:165 277
Symbol 164 EditableTextUses:58Used by:165
Symbol 165 MovieClipUses:163 164Used by:Timeline
Symbol 166 GraphicUsed by:198
Symbol 167 GraphicUsed by:168
Symbol 168 MovieClipUses:167Used by:169
Symbol 169 MovieClipUses:168Used by:198
Symbol 170 GraphicUsed by:194
Symbol 171 GraphicUsed by:172 207
Symbol 172 MovieClipUses:171Used by:173
Symbol 173 MovieClipUses:172Used by:194
Symbol 174 GraphicUsed by:194
Symbol 175 GraphicUsed by:194
Symbol 176 GraphicUsed by:194
Symbol 177 GraphicUsed by:194
Symbol 178 GraphicUsed by:194
Symbol 179 GraphicUsed by:194
Symbol 180 GraphicUsed by:194
Symbol 181 GraphicUsed by:194
Symbol 182 GraphicUsed by:194
Symbol 183 GraphicUsed by:194
Symbol 184 GraphicUsed by:194
Symbol 185 GraphicUsed by:194
Symbol 186 GraphicUsed by:194
Symbol 187 GraphicUsed by:194
Symbol 188 GraphicUsed by:194
Symbol 189 GraphicUsed by:194
Symbol 190 GraphicUsed by:194
Symbol 191 GraphicUsed by:194
Symbol 192 GraphicUsed by:194
Symbol 193 GraphicUsed by:194
Symbol 194 MovieClipUses:170 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193Used by:198
Symbol 195 GraphicUsed by:196
Symbol 196 MovieClipUses:195Used by:198 223
Symbol 197 GraphicUsed by:198
Symbol 198 MovieClipUses:166 169 194 196 197Used by:Timeline
Symbol 199 EditableTextUses:58Used by:Timeline
Symbol 200 GraphicUsed by:206
Symbol 201 GraphicUsed by:202 203 223
Symbol 202 MovieClipUses:201Used by:206
Symbol 203 MovieClipUses:201Used by:206
Symbol 204 GraphicUsed by:206
Symbol 205 GraphicUsed by:206
Symbol 206 MovieClipUses:200 202 203 204 135 205Used by:Timeline
Symbol 207 MovieClipUses:171Used by:Timeline
Symbol 208 EditableTextUses:58Used by:Timeline
Symbol 209 GraphicUsed by:223
Symbol 210 GraphicUsed by:211 223 269 271
Symbol 211 MovieClipUses:210Used by:212
Symbol 212 MovieClipUses:211Used by:223
Symbol 213 GraphicUsed by:223
Symbol 214 GraphicUsed by:223
Symbol 215 GraphicUsed by:216
Symbol 216 MovieClipUses:215Used by:223
Symbol 217 GraphicUsed by:218
Symbol 218 MovieClipUses:217Used by:219
Symbol 219 MovieClipUses:218Used by:220
Symbol 220 MovieClipUses:219Used by:223
Symbol 221 GraphicUsed by:223
Symbol 222 GraphicUsed by:223
Symbol 223 MovieClipUses:209 212 213 214 216 220 210 201 221 196 222Used by:Timeline
Symbol 224 EditableTextUses:58Used by:Timeline
Symbol 225 FontUsed by:226 227
Symbol 226 TextUses:225Used by:229
Symbol 227 TextUses:225Used by:228
Symbol 228 MovieClipUses:227Used by:229
Symbol 229 MovieClipUses:133 226 228Used by:Timeline
Symbol 230 FontUsed by:231 233
Symbol 231 TextUses:230Used by:232
Symbol 232 MovieClipUses:231Used by:Timeline
Symbol 233 TextUses:230Used by:Timeline
Symbol 234 GraphicUsed by:235
Symbol 235 MovieClipUses:234Used by:Timeline
Symbol 236 MovieClipUses:156Used by:Timeline
Symbol 237 GraphicUsed by:246
Symbol 238 GraphicUsed by:239
Symbol 239 MovieClipUses:238Used by:246
Symbol 240 MovieClipUses:134Used by:246  Timeline
Symbol 241 GraphicUsed by:242 244
Symbol 242 MovieClipUses:241Used by:243
Symbol 243 MovieClipUses:242Used by:246
Symbol 244 MovieClipUses:241Used by:245
Symbol 245 MovieClipUses:244Used by:246 273
Symbol 246 MovieClipUses:237 239 240 243 245Used by:Timeline
Symbol 247 GraphicUsed by:248 274
Symbol 248 MovieClipUses:247Used by:Timeline
Symbol 249 EditableTextUses:58Used by:Timeline
Symbol 250 GraphicUsed by:251
Symbol 251 MovieClipUses:250Used by:Timeline
Symbol 252 GraphicUsed by:261
Symbol 253 GraphicUsed by:261
Symbol 254 GraphicUsed by:261
Symbol 255 GraphicUsed by:261
Symbol 256 GraphicUsed by:261
Symbol 257 GraphicUsed by:261
Symbol 258 GraphicUsed by:261
Symbol 259 GraphicUsed by:261
Symbol 260 GraphicUsed by:261
Symbol 261 MovieClipUses:252 253 254 255 256 257 258 259 260Used by:267
Symbol 262 GraphicUsed by:267
Symbol 263 GraphicUsed by:267
Symbol 264 GraphicUsed by:266
Symbol 265 GraphicUsed by:266
Symbol 266 MovieClipUses:264 265Used by:267
Symbol 267 MovieClipUses:261 262 263 266Used by:Timeline
Symbol 268 GraphicUsed by:273
Symbol 269 MovieClipUses:210Used by:270
Symbol 270 MovieClipUses:269Used by:273
Symbol 271 MovieClipUses:210Used by:272
Symbol 272 MovieClipUses:271Used by:273
Symbol 273 MovieClipUses:268 270 272 245Used by:Timeline
Symbol 274 MovieClipUses:247Used by:Timeline
Symbol 275 EditableTextUses:58Used by:Timeline
Symbol 276 EditableTextUses:58Used by:277
Symbol 277 MovieClipUses:163 276Used by:Timeline

Instance Names

"char"Frame 5Symbol 151 MovieClip
"ground"Frame 5Symbol 155 MovieClip
"fall"Frame 5Symbol 157 MovieClip
"poo"Frame 5Symbol 162 MovieClip
"char"Frame 6Symbol 151 MovieClip
"ground"Frame 6Symbol 198 MovieClip
"char"Frame 7Symbol 151 MovieClip
"ground"Frame 7Symbol 206 MovieClip
"char"Frame 8Symbol 151 MovieClip
"ground"Frame 8Symbol 223 MovieClip
"fall"Frame 12Symbol 236 MovieClip
"char"Frame 12Symbol 151 MovieClip
"ground"Frame 12Symbol 246 MovieClip
"char"Frame 13Symbol 267 MovieClip
"ground"Frame 13Symbol 273 MovieClip
"fall"Frame 13Symbol 236 MovieClip
"bar"Symbol 9 MovieClip Frame 1Symbol 8 MovieClip

Special Tags

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

Dynamic Text Variables

livesSymbol 161 EditableText"0"




http://swfchan.com/6/27268/info.shtml
Created: 21/5 -2019 18:31:53 Last modified: 21/5 -2019 18:31:53 Server time: 14/05 -2024 17:52:53