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

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

soulja pig.swf

This is the info page for
Flash #77283

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


ActionScript [AS1/AS2]
Frame 2
stop();
Instance of Symbol 67 MovieClip in Frame 2
onClipEvent (enterFrame) { if (Key.isDown(32)) { _root.lev = 1; stopAllSounds(); _root.play(); } }
Frame 3
stop();
Instance of Symbol 70 MovieClip "papar" in Frame 3
onClipEvent (enterFrame) { this._x = _root.camera._x; }
Instance of Symbol 85 MovieClip "pig" in Frame 3
onClipEvent (load) { _root.ohdear = new Sound(this); _root.ohdear.attachSound("oh dear"); _root.bodacious = new Sound(this); _root.bodacious.attachSound("bodacious"); _root.p = false; _root.gravity = 2; _root.speed = 15; _root.maxspeed = 20; this.yspeed = 0; this.dead = false; this.soulja = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.hitTest(_root.exite)) { _root.lev++; stopAllSounds(); _root.bodacious.start(); _root.play(); } if ((Key.isDown(37) == true) && (Key.isDown(39) == false)) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { this._x = this._x - _root.speed; if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this.inner.play(); } else { this.inner.stop(); } } } else if ((Key.isDown(37) == false) && (Key.isDown(39) == true)) { if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { this._x = this._x + _root.speed; if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this.inner.play(); } else { this.inner.stop(); } } } else { this.inner.stop(); } if (_root.platform.hitTest(this._x, this._y, true)) { this.yspeed = 0; } else { this.yspeed = this.yspeed + _root.gravity; } if (this.yspeed > _root.maxspeed) { this.yspeed = _root.maxspeed; } else if (this.yspeed < (-1 * _root.maxspeed)) { this.yspeed = -1 * _root.maxspeed; } if (Key.isDown(32)) { if (_root.platform.hitTest(this._x, this._y, true)) { this.yspeed = this.yspeed - (_root.gravity * 32); } } this._y = this._y + this.yspeed; if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this.yspeed = this.yspeed + _root.gravity; this._y = this._y + this.yspeed; } if (this._y > (_root.papar._y + 50)) { stopAllSounds(); _root.gotoAndStop("gameover"); } } }
Instance of Symbol 88 MovieClip in Frame 3
onClipEvent (load) { this.speed = 10; this.dir = 0; this.dead = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.dir == 0) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this._x = this._x - this.speed; if (_root.platform.hitTest(this._x - this.speed, this._y + 15, true) == false) { this.dir = 1; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 1; } } else if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this._x = this._x + this.speed; if (_root.platform.hitTest(this._x + this.speed, this._y + 15, true) == false) { this.dir = 0; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 0; } if (this.hit.hitTest(_root.pig.hit)) { if ((_root.pig.soulja == false) && (_root.pig.dead == false)) { _root.ohdear.start(); _root.pig.dead = true; } else if (_root.pig.soulja == true) { this.dead = true; } } if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this._y = this._y + (_root.gravity * 5); this._rotation = this._rotation + 10; } } }
Instance of Symbol 88 MovieClip in Frame 3
onClipEvent (load) { this.speed = 10; this.dir = 0; this.dead = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.dir == 0) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this._x = this._x - this.speed; if (_root.platform.hitTest(this._x - this.speed, this._y + 15, true) == false) { this.dir = 1; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 1; } } else if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this._x = this._x + this.speed; if (_root.platform.hitTest(this._x + this.speed, this._y + 15, true) == false) { this.dir = 0; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 0; } if (this.hit.hitTest(_root.pig.hit)) { if ((_root.pig.soulja == false) && (_root.pig.dead == false)) { _root.ohdear.start(); _root.pig.dead = true; } else if (_root.pig.soulja == true) { this.dead = true; } } if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this._y = this._y + (_root.gravity * 5); this._rotation = this._rotation + 10; } } }
Instance of Symbol 88 MovieClip in Frame 3
onClipEvent (load) { this.speed = 10; this.dir = 0; this.dead = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.dir == 0) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this._x = this._x - this.speed; if (_root.platform.hitTest(this._x - this.speed, this._y + 15, true) == false) { this.dir = 1; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 1; } } else if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this._x = this._x + this.speed; if (_root.platform.hitTest(this._x + this.speed, this._y + 15, true) == false) { this.dir = 0; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 0; } if (this.hit.hitTest(_root.pig.hit)) { if ((_root.pig.soulja == false) && (_root.pig.dead == false)) { _root.ohdear.start(); _root.pig.dead = true; } else if (_root.pig.soulja == true) { this.dead = true; } } if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this._y = this._y + (_root.gravity * 5); this._rotation = this._rotation + 10; } } }
Instance of Symbol 94 MovieClip in Frame 3
onClipEvent (enterFrame) { this._rotation = this._rotation + 5; if (this._visible == true) { if (this.hitTest(_root.pig)) { _root.pig.soulja = true; _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.souljapig.start(0, 999); this._visible = false; } } }
Instance of Symbol 96 MovieClip "camera" in Frame 3
onClipEvent (enterFrame) { this._x = _root.pig._x; if (_root.pig._y > (this._y + 100)) { if ((this._y + 5) < 160) { this._y = this._y + ((_root.pig._y - (this._y + 100)) / 2); } } else if (_root.pig._y < (this._y - 100)) { if ((this._y - 5) > -185) { this._y = this._y - (((this._y - 100) - _root.pig._y) / 2); } } }
Instance of Symbol 97 MovieClip in Frame 3
onClipEvent (load) { _root.souljapig = new Sound(this); _root.souljapig.attachSound("souljapig"); this._x = _root.camera._x; this._y = _root.camera._y; this._visible = false; } onClipEvent (enterFrame) { this._x = _root.camera._x; this._y = _root.camera._y; if (_root.pig.soulja == true) { this._visible = true; } else { _root.souljapig.stop(); this._visible = false; } }
Frame 4
stop();
Instance of Symbol 70 MovieClip "papar" in Frame 4
onClipEvent (enterFrame) { this._x = _root.camera._x; }
Instance of Symbol 85 MovieClip "pig" in Frame 4
onClipEvent (load) { _root.ohdear = new Sound(this); _root.ohdear.attachSound("oh dear"); _root.bodacious = new Sound(this); _root.bodacious.attachSound("bodacious"); _root.p = false; _root.gravity = 2; _root.speed = 15; _root.maxspeed = 20; this.yspeed = 0; this.dead = false; this.soulja = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.hitTest(_root.exite)) { _root.lev++; stopAllSounds(); _root.bodacious.start(); _root.play(); } if ((Key.isDown(37) == true) && (Key.isDown(39) == false)) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { this._x = this._x - _root.speed; if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this.inner.play(); } else { this.inner.stop(); } } } else if ((Key.isDown(37) == false) && (Key.isDown(39) == true)) { if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { this._x = this._x + _root.speed; if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this.inner.play(); } else { this.inner.stop(); } } } else { this.inner.stop(); } if (_root.platform.hitTest(this._x, this._y, true)) { this.yspeed = 0; } else { this.yspeed = this.yspeed + _root.gravity; } if (this.yspeed > _root.maxspeed) { this.yspeed = _root.maxspeed; } else if (this.yspeed < (-1 * _root.maxspeed)) { this.yspeed = -1 * _root.maxspeed; } if (Key.isDown(32)) { if (_root.platform.hitTest(this._x, this._y, true)) { this.yspeed = this.yspeed - (_root.gravity * 32); } } this._y = this._y + this.yspeed; if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this.yspeed = this.yspeed + _root.gravity; this._y = this._y + this.yspeed; } if (this._y > (_root.papar._y + 50)) { stopAllSounds(); _root.gotoAndStop("gameover"); } } }
Instance of Symbol 88 MovieClip in Frame 4
onClipEvent (load) { this.speed = 10; this.dir = 0; this.dead = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.dir == 0) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this._x = this._x - this.speed; if (_root.platform.hitTest(this._x - this.speed, this._y + 15, true) == false) { this.dir = 1; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 1; } } else if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this._x = this._x + this.speed; if (_root.platform.hitTest(this._x + this.speed, this._y + 15, true) == false) { this.dir = 0; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 0; } if (this.hit.hitTest(_root.pig.hit)) { if ((_root.pig.soulja == false) && (_root.pig.dead == false)) { _root.ohdear.start(); _root.pig.dead = true; } else if (_root.pig.soulja == true) { this.dead = true; } } if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this._y = this._y + (_root.gravity * 5); this._rotation = this._rotation + 10; } } }
Instance of Symbol 88 MovieClip in Frame 4
onClipEvent (load) { this.speed = 10; this.dir = 0; this.dead = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.dir == 0) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this._x = this._x - this.speed; if (_root.platform.hitTest(this._x - this.speed, this._y + 15, true) == false) { this.dir = 1; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 1; } } else if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this._x = this._x + this.speed; if (_root.platform.hitTest(this._x + this.speed, this._y + 15, true) == false) { this.dir = 0; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 0; } if (this.hit.hitTest(_root.pig.hit)) { if ((_root.pig.soulja == false) && (_root.pig.dead == false)) { _root.ohdear.start(); _root.pig.dead = true; } else if (_root.pig.soulja == true) { this.dead = true; } } if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this._y = this._y + (_root.gravity * 5); this._rotation = this._rotation + 10; } } }
Instance of Symbol 88 MovieClip in Frame 4
onClipEvent (load) { this.speed = 10; this.dir = 0; this.dead = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.dir == 0) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this._x = this._x - this.speed; if (_root.platform.hitTest(this._x - this.speed, this._y + 15, true) == false) { this.dir = 1; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 1; } } else if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this._x = this._x + this.speed; if (_root.platform.hitTest(this._x + this.speed, this._y + 15, true) == false) { this.dir = 0; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 0; } if (this.hit.hitTest(_root.pig.hit)) { if ((_root.pig.soulja == false) && (_root.pig.dead == false)) { _root.ohdear.start(); _root.pig.dead = true; } else if (_root.pig.soulja == true) { this.dead = true; } } if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this._y = this._y + (_root.gravity * 5); this._rotation = this._rotation + 10; } } }
Instance of Symbol 88 MovieClip in Frame 4
onClipEvent (load) { this.speed = 10; this.dir = 0; this.dead = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.dir == 0) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this._x = this._x - this.speed; if (_root.platform.hitTest(this._x - this.speed, this._y + 15, true) == false) { this.dir = 1; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 1; } } else if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this._x = this._x + this.speed; if (_root.platform.hitTest(this._x + this.speed, this._y + 15, true) == false) { this.dir = 0; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 0; } if (this.hit.hitTest(_root.pig.hit)) { if ((_root.pig.soulja == false) && (_root.pig.dead == false)) { _root.ohdear.start(); _root.pig.dead = true; } else if (_root.pig.soulja == true) { this.dead = true; } } if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this._y = this._y + (_root.gravity * 5); this._rotation = this._rotation + 10; } } }
Instance of Symbol 88 MovieClip in Frame 4
onClipEvent (load) { this.speed = 10; this.dir = 0; this.dead = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.dir == 0) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this._x = this._x - this.speed; if (_root.platform.hitTest(this._x - this.speed, this._y + 15, true) == false) { this.dir = 1; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 1; } } else if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this._x = this._x + this.speed; if (_root.platform.hitTest(this._x + this.speed, this._y + 15, true) == false) { this.dir = 0; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 0; } if (this.hit.hitTest(_root.pig.hit)) { if ((_root.pig.soulja == false) && (_root.pig.dead == false)) { _root.ohdear.start(); _root.pig.dead = true; } else if (_root.pig.soulja == true) { this.dead = true; } } if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this._y = this._y + (_root.gravity * 5); this._rotation = this._rotation + 10; } } }
Instance of Symbol 88 MovieClip in Frame 4
onClipEvent (load) { this.speed = 10; this.dir = 0; this.dead = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.dir == 0) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this._x = this._x - this.speed; if (_root.platform.hitTest(this._x - this.speed, this._y + 15, true) == false) { this.dir = 1; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 1; } } else if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this._x = this._x + this.speed; if (_root.platform.hitTest(this._x + this.speed, this._y + 15, true) == false) { this.dir = 0; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 0; } if (this.hit.hitTest(_root.pig.hit)) { if ((_root.pig.soulja == false) && (_root.pig.dead == false)) { _root.ohdear.start(); _root.pig.dead = true; } else if (_root.pig.soulja == true) { this.dead = true; } } if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this._y = this._y + (_root.gravity * 5); this._rotation = this._rotation + 10; } } }
Instance of Symbol 88 MovieClip in Frame 4
onClipEvent (load) { this.speed = 10; this.dir = 0; this.dead = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.dir == 0) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this._x = this._x - this.speed; if (_root.platform.hitTest(this._x - this.speed, this._y + 15, true) == false) { this.dir = 1; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 1; } } else if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this._x = this._x + this.speed; if (_root.platform.hitTest(this._x + this.speed, this._y + 15, true) == false) { this.dir = 0; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 0; } if (this.hit.hitTest(_root.pig.hit)) { if ((_root.pig.soulja == false) && (_root.pig.dead == false)) { _root.ohdear.start(); _root.pig.dead = true; } else if (_root.pig.soulja == true) { this.dead = true; } } if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this._y = this._y + (_root.gravity * 5); this._rotation = this._rotation + 10; } } }
Instance of Symbol 88 MovieClip in Frame 4
onClipEvent (load) { this.speed = 10; this.dir = 0; this.dead = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.dir == 0) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this._x = this._x - this.speed; if (_root.platform.hitTest(this._x - this.speed, this._y + 15, true) == false) { this.dir = 1; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 1; } } else if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this._x = this._x + this.speed; if (_root.platform.hitTest(this._x + this.speed, this._y + 15, true) == false) { this.dir = 0; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 0; } if (this.hit.hitTest(_root.pig.hit)) { if ((_root.pig.soulja == false) && (_root.pig.dead == false)) { _root.ohdear.start(); _root.pig.dead = true; } else if (_root.pig.soulja == true) { this.dead = true; } } if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this._y = this._y + (_root.gravity * 5); this._rotation = this._rotation + 10; } } }
Instance of Symbol 88 MovieClip in Frame 4
onClipEvent (load) { this.speed = 10; this.dir = 0; this.dead = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.dir == 0) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this._x = this._x - this.speed; if (_root.platform.hitTest(this._x - this.speed, this._y + 15, true) == false) { this.dir = 1; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 1; } } else if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this._x = this._x + this.speed; if (_root.platform.hitTest(this._x + this.speed, this._y + 15, true) == false) { this.dir = 0; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 0; } if (this.hit.hitTest(_root.pig.hit)) { if ((_root.pig.soulja == false) && (_root.pig.dead == false)) { _root.ohdear.start(); _root.pig.dead = true; } else if (_root.pig.soulja == true) { this.dead = true; } } if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this._y = this._y + (_root.gravity * 5); this._rotation = this._rotation + 10; } } }
Instance of Symbol 94 MovieClip in Frame 4
onClipEvent (enterFrame) { this._rotation = this._rotation + 5; if (this._visible == true) { if (this.hitTest(_root.pig)) { _root.pig.soulja = true; _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.souljapig.start(0, 999); this._visible = false; } } }
Instance of Symbol 96 MovieClip "camera" in Frame 4
onClipEvent (enterFrame) { this._x = _root.pig._x; if (_root.pig._y > (this._y + 100)) { if ((this._y + 5) < 160) { this._y = this._y + ((_root.pig._y - (this._y + 100)) / 2); } } else if (_root.pig._y < (this._y - 100)) { if ((this._y - 5) > -185) { this._y = this._y - (((this._y - 100) - _root.pig._y) / 2); } } }
Instance of Symbol 97 MovieClip in Frame 4
onClipEvent (load) { _root.souljapig = new Sound(this); _root.souljapig.attachSound("souljapig"); this._x = _root.camera._x; this._y = _root.camera._y; this._visible = false; } onClipEvent (enterFrame) { this._x = _root.camera._x; this._y = _root.camera._y; if (_root.pig.soulja == true) { this._visible = true; } else { _root.souljapig.stop(); this._visible = false; } }
Frame 5
stop();
Instance of Symbol 70 MovieClip "papar" in Frame 5
onClipEvent (enterFrame) { this._x = _root.camera._x; }
Instance of Symbol 85 MovieClip "pig" in Frame 5
onClipEvent (load) { _root.ohdear = new Sound(this); _root.ohdear.attachSound("oh dear"); _root.bodacious = new Sound(this); _root.bodacious.attachSound("bodacious"); _root.p = false; _root.gravity = 2; _root.speed = 15; _root.maxspeed = 20; this.yspeed = 0; this.dead = false; this.soulja = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.hitTest(_root.exite)) { _root.lev++; stopAllSounds(); _root.bodacious.start(); _root.play(); } if ((Key.isDown(37) == true) && (Key.isDown(39) == false)) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { this._x = this._x - _root.speed; if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this.inner.play(); } else { this.inner.stop(); } } } else if ((Key.isDown(37) == false) && (Key.isDown(39) == true)) { if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { this._x = this._x + _root.speed; if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this.inner.play(); } else { this.inner.stop(); } } } else { this.inner.stop(); } if (_root.platform.hitTest(this._x, this._y, true)) { this.yspeed = 0; } else { this.yspeed = this.yspeed + _root.gravity; } if (this.yspeed > _root.maxspeed) { this.yspeed = _root.maxspeed; } else if (this.yspeed < (-1 * _root.maxspeed)) { this.yspeed = -1 * _root.maxspeed; } if (Key.isDown(32)) { if (_root.platform.hitTest(this._x, this._y, true)) { this.yspeed = this.yspeed - (_root.gravity * 32); } } this._y = this._y + this.yspeed; if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this.yspeed = this.yspeed + _root.gravity; this._y = this._y + this.yspeed; } if (this._y > (_root.papar._y + 50)) { stopAllSounds(); _root.gotoAndStop("gameover"); } } }
Instance of Symbol 94 MovieClip in Frame 5
onClipEvent (enterFrame) { this._rotation = this._rotation + 5; if (this._visible == true) { if (this.hitTest(_root.pig)) { _root.pig.soulja = true; _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.souljapig.start(0, 999); this._visible = false; } } }
Instance of Symbol 88 MovieClip in Frame 5
onClipEvent (load) { this.speed = 10; this.dir = 0; this.dead = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.dir == 0) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this._x = this._x - this.speed; if (_root.platform.hitTest(this._x - this.speed, this._y + 15, true) == false) { this.dir = 1; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 1; } } else if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this._x = this._x + this.speed; if (_root.platform.hitTest(this._x + this.speed, this._y + 15, true) == false) { this.dir = 0; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 0; } if (this.hit.hitTest(_root.pig.hit)) { if ((_root.pig.soulja == false) && (_root.pig.dead == false)) { _root.ohdear.start(); _root.pig.dead = true; } else if (_root.pig.soulja == true) { this.dead = true; } } if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this._y = this._y + (_root.gravity * 5); this._rotation = this._rotation + 10; } } }
Instance of Symbol 96 MovieClip "camera" in Frame 5
onClipEvent (enterFrame) { this._x = _root.pig._x; if (_root.pig._y > (this._y + 100)) { if ((this._y + 5) < 160) { this._y = this._y + ((_root.pig._y - (this._y + 100)) / 2); } } else if (_root.pig._y < (this._y - 100)) { if ((this._y - 5) > -185) { this._y = this._y - (((this._y - 100) - _root.pig._y) / 2); } } }
Instance of Symbol 97 MovieClip in Frame 5
onClipEvent (load) { _root.souljapig = new Sound(this); _root.souljapig.attachSound("souljapig"); this._x = _root.camera._x; this._y = _root.camera._y; this._visible = false; } onClipEvent (enterFrame) { this._x = _root.camera._x; this._y = _root.camera._y; if (_root.pig.soulja == true) { this._visible = true; } else { _root.souljapig.stop(); this._visible = false; } }
Frame 6
stop();
Instance of Symbol 70 MovieClip "papar" in Frame 6
onClipEvent (enterFrame) { this._x = _root.camera._x; }
Instance of Symbol 85 MovieClip "pig" in Frame 6
onClipEvent (load) { _root.ohdear = new Sound(this); _root.ohdear.attachSound("oh dear"); _root.bodacious = new Sound(this); _root.bodacious.attachSound("bodacious"); _root.p = false; _root.gravity = 2; _root.speed = 15; _root.maxspeed = 20; this.yspeed = 0; this.dead = false; this.soulja = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.hitTest(_root.exite)) { _root.lev++; stopAllSounds(); _root.bodacious.start(); _root.play(); } if ((Key.isDown(37) == true) && (Key.isDown(39) == false)) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { this._x = this._x - _root.speed; if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this.inner.play(); } else { this.inner.stop(); } } } else if ((Key.isDown(37) == false) && (Key.isDown(39) == true)) { if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { this._x = this._x + _root.speed; if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this.inner.play(); } else { this.inner.stop(); } } } else { this.inner.stop(); } if (_root.platform.hitTest(this._x, this._y, true)) { this.yspeed = 0; } else { this.yspeed = this.yspeed + _root.gravity; } if (this.yspeed > _root.maxspeed) { this.yspeed = _root.maxspeed; } else if (this.yspeed < (-1 * _root.maxspeed)) { this.yspeed = -1 * _root.maxspeed; } if (Key.isDown(32)) { if (_root.platform.hitTest(this._x, this._y, true)) { this.yspeed = this.yspeed - (_root.gravity * 32); } } this._y = this._y + this.yspeed; if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this.yspeed = this.yspeed + _root.gravity; this._y = this._y + this.yspeed; } if (this._y > (_root.papar._y + 50)) { stopAllSounds(); _root.gotoAndStop("gameover"); } } }
Instance of Symbol 88 MovieClip in Frame 6
onClipEvent (load) { this.speed = 10; this.dir = 0; this.dead = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.dir == 0) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this._x = this._x - this.speed; if (_root.platform.hitTest(this._x - this.speed, this._y + 15, true) == false) { this.dir = 1; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 1; } } else if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this._x = this._x + this.speed; if (_root.platform.hitTest(this._x + this.speed, this._y + 15, true) == false) { this.dir = 0; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 0; } if (this.hit.hitTest(_root.pig.hit)) { if ((_root.pig.soulja == false) && (_root.pig.dead == false)) { _root.ohdear.start(); _root.pig.dead = true; } else if (_root.pig.soulja == true) { this.dead = true; } } if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this._y = this._y + (_root.gravity * 5); this._rotation = this._rotation + 10; } } }
Instance of Symbol 88 MovieClip in Frame 6
onClipEvent (load) { this.speed = 10; this.dir = 0; this.dead = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.dir == 0) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this._x = this._x - this.speed; if (_root.platform.hitTest(this._x - this.speed, this._y + 15, true) == false) { this.dir = 1; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 1; } } else if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this._x = this._x + this.speed; if (_root.platform.hitTest(this._x + this.speed, this._y + 15, true) == false) { this.dir = 0; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 0; } if (this.hit.hitTest(_root.pig.hit)) { if ((_root.pig.soulja == false) && (_root.pig.dead == false)) { _root.ohdear.start(); _root.pig.dead = true; } else if (_root.pig.soulja == true) { this.dead = true; } } if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this._y = this._y + (_root.gravity * 5); this._rotation = this._rotation + 10; } } }
Instance of Symbol 88 MovieClip in Frame 6
onClipEvent (load) { this.speed = 10; this.dir = 0; this.dead = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.dir == 0) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this._x = this._x - this.speed; if (_root.platform.hitTest(this._x - this.speed, this._y + 15, true) == false) { this.dir = 1; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 1; } } else if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this._x = this._x + this.speed; if (_root.platform.hitTest(this._x + this.speed, this._y + 15, true) == false) { this.dir = 0; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 0; } if (this.hit.hitTest(_root.pig.hit)) { if ((_root.pig.soulja == false) && (_root.pig.dead == false)) { _root.ohdear.start(); _root.pig.dead = true; } else if (_root.pig.soulja == true) { this.dead = true; } } if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this._y = this._y + (_root.gravity * 5); this._rotation = this._rotation + 10; } } }
Instance of Symbol 94 MovieClip in Frame 6
onClipEvent (enterFrame) { this._rotation = this._rotation + 5; if (this._visible == true) { if (this.hitTest(_root.pig)) { _root.pig.soulja = true; _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.souljapig.start(0, 999); this._visible = false; } } }
Instance of Symbol 88 MovieClip in Frame 6
onClipEvent (load) { this.speed = 10; this.dir = 0; this.dead = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.dir == 0) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this._x = this._x - this.speed; if (_root.platform.hitTest(this._x - this.speed, this._y + 15, true) == false) { this.dir = 1; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 1; } } else if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this._x = this._x + this.speed; if (_root.platform.hitTest(this._x + this.speed, this._y + 15, true) == false) { this.dir = 0; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 0; } if (this.hit.hitTest(_root.pig.hit)) { if ((_root.pig.soulja == false) && (_root.pig.dead == false)) { _root.ohdear.start(); _root.pig.dead = true; } else if (_root.pig.soulja == true) { this.dead = true; } } if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this._y = this._y + (_root.gravity * 5); this._rotation = this._rotation + 10; } } }
Instance of Symbol 96 MovieClip "camera" in Frame 6
onClipEvent (enterFrame) { this._x = _root.pig._x; if (_root.pig._y > (this._y + 100)) { if ((this._y + 5) < 160) { this._y = this._y + ((_root.pig._y - (this._y + 100)) / 2); } } else if (_root.pig._y < (this._y - 100)) { if ((this._y - 5) > -185) { this._y = this._y - (((this._y - 100) - _root.pig._y) / 2); } } }
Instance of Symbol 97 MovieClip in Frame 6
onClipEvent (load) { _root.souljapig = new Sound(this); _root.souljapig.attachSound("souljapig"); this._x = _root.camera._x; this._y = _root.camera._y; this._visible = false; } onClipEvent (enterFrame) { this._x = _root.camera._x; this._y = _root.camera._y; if (_root.pig.soulja == true) { this._visible = true; } else { _root.souljapig.stop(); this._visible = false; } }
Frame 7
stop();
Instance of Symbol 70 MovieClip "papar" in Frame 7
onClipEvent (enterFrame) { this._x = _root.camera._x; }
Instance of Symbol 85 MovieClip "pig" in Frame 7
onClipEvent (load) { _root.ohdear = new Sound(this); _root.ohdear.attachSound("oh dear"); _root.bodacious = new Sound(this); _root.bodacious.attachSound("bodacious"); _root.p = false; _root.gravity = 2; _root.speed = 15; _root.maxspeed = 20; this.yspeed = 0; this.dead = false; this.soulja = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.hitTest(_root.exite)) { _root.lev++; stopAllSounds(); _root.bodacious.start(); _root.play(); } if ((Key.isDown(37) == true) && (Key.isDown(39) == false)) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { this._x = this._x - _root.speed; if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this.inner.play(); } else { this.inner.stop(); } } } else if ((Key.isDown(37) == false) && (Key.isDown(39) == true)) { if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { this._x = this._x + _root.speed; if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this.inner.play(); } else { this.inner.stop(); } } } else { this.inner.stop(); } if (_root.platform.hitTest(this._x, this._y, true)) { this.yspeed = 0; } else { this.yspeed = this.yspeed + _root.gravity; } if (this.yspeed > _root.maxspeed) { this.yspeed = _root.maxspeed; } else if (this.yspeed < (-1 * _root.maxspeed)) { this.yspeed = -1 * _root.maxspeed; } if (Key.isDown(32)) { if (_root.platform.hitTest(this._x, this._y, true)) { this.yspeed = this.yspeed - (_root.gravity * 32); } } this._y = this._y + this.yspeed; if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this.yspeed = this.yspeed + _root.gravity; this._y = this._y + this.yspeed; } if (this._y > (_root.papar._y + 50)) { stopAllSounds(); _root.gotoAndStop("gameover"); } } }
Instance of Symbol 94 MovieClip in Frame 7
onClipEvent (enterFrame) { this._rotation = this._rotation + 5; if (this._visible == true) { if (this.hitTest(_root.pig)) { _root.pig.soulja = true; _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.souljapig.start(0, 999); this._visible = false; } } }
Instance of Symbol 88 MovieClip in Frame 7
onClipEvent (load) { this.speed = 10; this.dir = 0; this.dead = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.dir == 0) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this._x = this._x - this.speed; if (_root.platform.hitTest(this._x - this.speed, this._y + 15, true) == false) { this.dir = 1; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 1; } } else if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this._x = this._x + this.speed; if (_root.platform.hitTest(this._x + this.speed, this._y + 15, true) == false) { this.dir = 0; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 0; } if (this.hit.hitTest(_root.pig.hit)) { if ((_root.pig.soulja == false) && (_root.pig.dead == false)) { _root.ohdear.start(); _root.pig.dead = true; } else if (_root.pig.soulja == true) { this.dead = true; } } if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this._y = this._y + (_root.gravity * 5); this._rotation = this._rotation + 10; } } }
Instance of Symbol 88 MovieClip in Frame 7
onClipEvent (load) { this.speed = 10; this.dir = 0; this.dead = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.dir == 0) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this._x = this._x - this.speed; if (_root.platform.hitTest(this._x - this.speed, this._y + 15, true) == false) { this.dir = 1; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 1; } } else if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this._x = this._x + this.speed; if (_root.platform.hitTest(this._x + this.speed, this._y + 15, true) == false) { this.dir = 0; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 0; } if (this.hit.hitTest(_root.pig.hit)) { if ((_root.pig.soulja == false) && (_root.pig.dead == false)) { _root.ohdear.start(); _root.pig.dead = true; } else if (_root.pig.soulja == true) { this.dead = true; } } if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this._y = this._y + (_root.gravity * 5); this._rotation = this._rotation + 10; } } }
Instance of Symbol 96 MovieClip "camera" in Frame 7
onClipEvent (enterFrame) { this._x = _root.pig._x; if (_root.pig._y > (this._y + 100)) { if ((this._y + 5) < 160) { this._y = this._y + ((_root.pig._y - (this._y + 100)) / 2); } } else if (_root.pig._y < (this._y - 100)) { if ((this._y - 5) > -185) { this._y = this._y - (((this._y - 100) - _root.pig._y) / 2); } } }
Instance of Symbol 97 MovieClip in Frame 7
onClipEvent (load) { _root.souljapig = new Sound(this); _root.souljapig.attachSound("souljapig"); this._x = _root.camera._x; this._y = _root.camera._y; this._visible = false; } onClipEvent (enterFrame) { this._x = _root.camera._x; this._y = _root.camera._y; if (_root.pig.soulja == true) { this._visible = true; } else { _root.souljapig.stop(); this._visible = false; } }
Frame 8
stop();
Instance of Symbol 70 MovieClip "papar" in Frame 8
onClipEvent (enterFrame) { this._x = _root.camera._x; }
Instance of Symbol 85 MovieClip "pig" in Frame 8
onClipEvent (load) { _root.ohdear = new Sound(this); _root.ohdear.attachSound("oh dear"); _root.bodacious = new Sound(this); _root.bodacious.attachSound("bodacious"); _root.p = false; _root.gravity = 2; _root.speed = 15; _root.maxspeed = 20; this.yspeed = 0; this.dead = false; this.soulja = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.hitTest(_root.exite)) { _root.lev++; stopAllSounds(); _root.bodacious.start(); _root.play(); } if ((Key.isDown(37) == true) && (Key.isDown(39) == false)) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { this._x = this._x - _root.speed; if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this.inner.play(); } else { this.inner.stop(); } } } else if ((Key.isDown(37) == false) && (Key.isDown(39) == true)) { if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { this._x = this._x + _root.speed; if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this.inner.play(); } else { this.inner.stop(); } } } else { this.inner.stop(); } if (_root.platform.hitTest(this._x, this._y, true)) { this.yspeed = 0; } else { this.yspeed = this.yspeed + _root.gravity; } if (this.yspeed > _root.maxspeed) { this.yspeed = _root.maxspeed; } else if (this.yspeed < (-1 * _root.maxspeed)) { this.yspeed = -1 * _root.maxspeed; } if (Key.isDown(32)) { if (_root.platform.hitTest(this._x, this._y, true)) { this.yspeed = this.yspeed - (_root.gravity * 32); } } this._y = this._y + this.yspeed; if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this.yspeed = this.yspeed + _root.gravity; this._y = this._y + this.yspeed; } if (this._y > (_root.papar._y + 50)) { stopAllSounds(); _root.gotoAndStop("gameover"); } } }
Instance of Symbol 94 MovieClip in Frame 8
onClipEvent (enterFrame) { this._rotation = this._rotation + 5; if (this._visible == true) { if (this.hitTest(_root.pig)) { _root.pig.soulja = true; _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.souljapig.start(0, 999); this._visible = false; } } }
Instance of Symbol 88 MovieClip in Frame 8
onClipEvent (load) { this.speed = 10; this.dir = 0; this.dead = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.dir == 0) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this._x = this._x - this.speed; if (_root.platform.hitTest(this._x - this.speed, this._y + 15, true) == false) { this.dir = 1; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 1; } } else if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this._x = this._x + this.speed; if (_root.platform.hitTest(this._x + this.speed, this._y + 15, true) == false) { this.dir = 0; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 0; } if (this.hit.hitTest(_root.pig.hit)) { if ((_root.pig.soulja == false) && (_root.pig.dead == false)) { _root.ohdear.start(); _root.pig.dead = true; } else if (_root.pig.soulja == true) { this.dead = true; } } if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this._y = this._y + (_root.gravity * 5); this._rotation = this._rotation + 10; } } }
Instance of Symbol 88 MovieClip in Frame 8
onClipEvent (load) { this.speed = 10; this.dir = 0; this.dead = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.dir == 0) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this._x = this._x - this.speed; if (_root.platform.hitTest(this._x - this.speed, this._y + 15, true) == false) { this.dir = 1; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 1; } } else if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this._x = this._x + this.speed; if (_root.platform.hitTest(this._x + this.speed, this._y + 15, true) == false) { this.dir = 0; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 0; } if (this.hit.hitTest(_root.pig.hit)) { if ((_root.pig.soulja == false) && (_root.pig.dead == false)) { _root.ohdear.start(); _root.pig.dead = true; } else if (_root.pig.soulja == true) { this.dead = true; } } if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this._y = this._y + (_root.gravity * 5); this._rotation = this._rotation + 10; } } }
Instance of Symbol 96 MovieClip "camera" in Frame 8
onClipEvent (enterFrame) { this._x = _root.pig._x; if (_root.pig._y > (this._y + 100)) { if ((this._y + 5) < 160) { this._y = this._y + ((_root.pig._y - (this._y + 100)) / 2); } } else if (_root.pig._y < (this._y - 100)) { if ((this._y - 5) > -185) { this._y = this._y - (((this._y - 100) - _root.pig._y) / 2); } } }
Instance of Symbol 97 MovieClip in Frame 8
onClipEvent (load) { _root.souljapig = new Sound(this); _root.souljapig.attachSound("souljapig"); this._x = _root.camera._x; this._y = _root.camera._y; this._visible = false; } onClipEvent (enterFrame) { this._x = _root.camera._x; this._y = _root.camera._y; if (_root.pig.soulja == true) { this._visible = true; } else { _root.souljapig.stop(); this._visible = false; } }
Frame 9
stop();
Instance of Symbol 107 MovieClip "papar" in Frame 9
onClipEvent (enterFrame) { this._x = _root.camera._x; }
Instance of Symbol 85 MovieClip "pig" in Frame 9
onClipEvent (load) { _root.ohdear = new Sound(this); _root.ohdear.attachSound("oh dear"); _root.bodacious = new Sound(this); _root.bodacious.attachSound("bodacious"); _root.p = false; _root.gravity = 2; _root.speed = 15; _root.maxspeed = 20; this.yspeed = 0; this.dead = false; this.soulja = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.hitTest(_root.exite)) { _root.lev++; stopAllSounds(); _root.bodacious.start(); _root.play(); } if ((Key.isDown(37) == true) && (Key.isDown(39) == false)) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { this._x = this._x - _root.speed; if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this.inner.play(); } else { this.inner.stop(); } } } else if ((Key.isDown(37) == false) && (Key.isDown(39) == true)) { if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { this._x = this._x + _root.speed; if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this.inner.play(); } else { this.inner.stop(); } } } else { this.inner.stop(); } if (_root.platform.hitTest(this._x, this._y, true)) { this.yspeed = 0; } else { this.yspeed = this.yspeed + _root.gravity; } if (this.yspeed > _root.maxspeed) { this.yspeed = _root.maxspeed; } else if (this.yspeed < (-1 * _root.maxspeed)) { this.yspeed = -1 * _root.maxspeed; } if (Key.isDown(32)) { if (_root.platform.hitTest(this._x, this._y, true)) { this.yspeed = this.yspeed - (_root.gravity * 32); } } this._y = this._y + this.yspeed; if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this.yspeed = this.yspeed + _root.gravity; this._y = this._y + this.yspeed; } if (this._y > (_root.papar._y + 50)) { stopAllSounds(); _root.gotoAndStop("gameover"); } } }
Instance of Symbol 94 MovieClip in Frame 9
onClipEvent (enterFrame) { this._rotation = this._rotation + 5; if (this._visible == true) { if (this.hitTest(_root.pig)) { _root.pig.soulja = true; stopAllSounds(); _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.bodacious.start(); _root.souljapig.start(0, 999); this._visible = false; } } }
Instance of Symbol 88 MovieClip in Frame 9
onClipEvent (load) { this.speed = 10; this.dir = 0; this.dead = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.dir == 0) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this._x = this._x - this.speed; if (_root.platform.hitTest(this._x - this.speed, this._y + 15, true) == false) { this.dir = 1; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 1; } } else if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this._x = this._x + this.speed; if (_root.platform.hitTest(this._x + this.speed, this._y + 15, true) == false) { this.dir = 0; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 0; } if (this.hit.hitTest(_root.pig.hit)) { if ((_root.pig.soulja == false) && (_root.pig.dead == false)) { _root.ohdear.start(); _root.pig.dead = true; } else if (_root.pig.soulja == true) { this.dead = true; } } if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this._y = this._y + (_root.gravity * 5); this._rotation = this._rotation + 10; } } }
Instance of Symbol 88 MovieClip in Frame 9
onClipEvent (load) { this.speed = 10; this.dir = 0; this.dead = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.dir == 0) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this._x = this._x - this.speed; if (_root.platform.hitTest(this._x - this.speed, this._y + 15, true) == false) { this.dir = 1; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 1; } } else if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this._x = this._x + this.speed; if (_root.platform.hitTest(this._x + this.speed, this._y + 15, true) == false) { this.dir = 0; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 0; } if (this.hit.hitTest(_root.pig.hit)) { if ((_root.pig.soulja == false) && (_root.pig.dead == false)) { _root.ohdear.start(); _root.pig.dead = true; } else if (_root.pig.soulja == true) { this.dead = true; } } if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this._y = this._y + (_root.gravity * 5); this._rotation = this._rotation + 10; } } }
Instance of Symbol 88 MovieClip in Frame 9
onClipEvent (load) { this.speed = 10; this.dir = 0; this.dead = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.dir == 0) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this._x = this._x - this.speed; if (_root.platform.hitTest(this._x - this.speed, this._y + 15, true) == false) { this.dir = 1; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 1; } } else if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this._x = this._x + this.speed; if (_root.platform.hitTest(this._x + this.speed, this._y + 15, true) == false) { this.dir = 0; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 0; } if (this.hit.hitTest(_root.pig.hit)) { if ((_root.pig.soulja == false) && (_root.pig.dead == false)) { _root.ohdear.start(); _root.pig.dead = true; } else if (_root.pig.soulja == true) { this.dead = true; } } if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this._y = this._y + (_root.gravity * 5); this._rotation = this._rotation + 10; } } }
Instance of Symbol 88 MovieClip in Frame 9
onClipEvent (load) { this.speed = 10; this.dir = 0; this.dead = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.dir == 0) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this._x = this._x - this.speed; if (_root.platform.hitTest(this._x - this.speed, this._y + 15, true) == false) { this.dir = 1; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 1; } } else if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this._x = this._x + this.speed; if (_root.platform.hitTest(this._x + this.speed, this._y + 15, true) == false) { this.dir = 0; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 0; } if (this.hit.hitTest(_root.pig.hit)) { if ((_root.pig.soulja == false) && (_root.pig.dead == false)) { _root.ohdear.start(); _root.pig.dead = true; } else if (_root.pig.soulja == true) { this.dead = true; } } if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this._y = this._y + (_root.gravity * 5); this._rotation = this._rotation + 10; } } }
Instance of Symbol 88 MovieClip in Frame 9
onClipEvent (load) { this.speed = 10; this.dir = 0; this.dead = false; } onClipEvent (enterFrame) { if (_root.p == false) { if (this.dead == false) { if (this.dir == 0) { if (_root.platform.hitTest(this._x - (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(1); this._x = this._x - this.speed; if (_root.platform.hitTest(this._x - this.speed, this._y + 15, true) == false) { this.dir = 1; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 1; } } else if (_root.platform.hitTest(this._x + (this._width / 2), this._y - (this._height / 2), true) == false) { if (_root.platform.hitTest(this._x, this._y, true)) { this.gotoAndStop(2); this._x = this._x + this.speed; if (_root.platform.hitTest(this._x + this.speed, this._y + 15, true) == false) { this.dir = 0; } } else { this._y = this._y + _root.gravity; } } else { this.dir = 0; } if (this.hit.hitTest(_root.pig.hit)) { if ((_root.pig.soulja == false) && (_root.pig.dead == false)) { _root.ohdear.start(); _root.pig.dead = true; } else if (_root.pig.soulja == true) { this.dead = true; } } if (_root.platform.hitTest(this._x, this._y, true)) { while (_root.platform.hitTest(this._x, this._y - 3, true)) { this._y--; } } } else { this._y = this._y + (_root.gravity * 5); this._rotation = this._rotation + 10; } } }
Instance of Symbol 96 MovieClip "camera" in Frame 9
onClipEvent (enterFrame) { this._x = _root.pig._x; if (_root.pig._y > (this._y + 100)) { if ((this._y + 5) < 160) { this._y = this._y + ((_root.pig._y - (this._y + 100)) / 2); } } else if (_root.pig._y < (this._y - 100)) { if ((this._y - 5) > -185) { this._y = this._y - (((this._y - 100) - _root.pig._y) / 2); } } }
Instance of Symbol 97 MovieClip in Frame 9
onClipEvent (load) { _root.souljapig = new Sound(this); _root.souljapig.attachSound("souljapig"); this._x = _root.camera._x; this._y = _root.camera._y; this._visible = false; } onClipEvent (enterFrame) { this._x = _root.camera._x; this._y = _root.camera._y; if (_root.pig.soulja == true) { this._visible = true; } else { _root.souljapig.stop(); this._visible = false; } }
Frame 10
stop();
Instance of Symbol 112 MovieClip in Frame 11
onClipEvent (enterFrame) { if (Key.isDown(32)) { _root.gotoAndStop(["leval" + _root.lev]); } }
Instance of Symbol 96 MovieClip "camera" in Frame 11
onClipEvent (load) { this._x = 275; this._y = 200; } onClipEvent (enterFrame) { this._x = 275; this._y = 200; }
Symbol 18 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._yscale = PercentLoaded; } else { gotoAndPlay ("LOADED"); }
Symbol 18 MovieClip Frame 2
gotoAndPlay (1);
Symbol 18 MovieClip Frame 75
_root.play();
Symbol 85 MovieClip Frame 1
stop();
Symbol 88 MovieClip Frame 1
stop();
Symbol 96 MovieClip Frame 1
var copyrightNotice = "Copyright (c) 2006-2007 Sockpuppet Pty Ltd. All Rights Reserved. http://www.reanimator.net"; var reanimator = (new flash.geom.Transform(this)); var camera = (new flash.geom.Transform(this._parent)); var w = Stage.width; var h = Stage.height; this._visible = false; this.onEnterFrame = function () { this._parent.filters = this.filters; var _local2 = reanimator.matrix; camera.colorTransform = reanimator.colorTransform; _local2.invert(); _local2.translate(w * 0.5, h * 0.5); camera.matrix = _local2; };

Library Items

Symbol 1 Sound [souljapig]
Symbol 2 Sound [oh dear]
Symbol 3 Sound [bodacious]
Symbol 4 GraphicUsed by:Timeline
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:5Used by:18
Symbol 7 GraphicUsed by:18
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:18
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:12
Symbol 12 MovieClipUses:11Used by:18
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:13Used by:18
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:15Used by:18
Symbol 17 SoundUsed by:18
Symbol 18 MovieClipUses:6 7 9 12 14 16 17 SS1Used by:Timeline
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClipUses:19Used by:Timeline
Symbol 21 BitmapUsed by:22
Symbol 22 GraphicUses:21Used by:29
Symbol 23 BitmapUsed by:24
Symbol 24 GraphicUses:23Used by:29
Symbol 25 BitmapUsed by:26
Symbol 26 GraphicUses:25Used by:29
Symbol 27 BitmapUsed by:28
Symbol 28 GraphicUses:27Used by:29
Symbol 29 MovieClipUses:22 24 26 28Used by:97  Timeline
Symbol 30 BitmapUsed by:31
Symbol 31 GraphicUses:30Used by:64
Symbol 32 BitmapUsed by:33
Symbol 33 GraphicUses:32Used by:64
Symbol 34 BitmapUsed by:35
Symbol 35 GraphicUses:34Used by:64
Symbol 36 BitmapUsed by:37
Symbol 37 GraphicUses:36Used by:64
Symbol 38 BitmapUsed by:39
Symbol 39 GraphicUses:38Used by:64
Symbol 40 BitmapUsed by:41
Symbol 41 GraphicUses:40Used by:64
Symbol 42 BitmapUsed by:43
Symbol 43 GraphicUses:42Used by:64
Symbol 44 BitmapUsed by:45
Symbol 45 GraphicUses:44Used by:64
Symbol 46 BitmapUsed by:47
Symbol 47 GraphicUses:46Used by:64
Symbol 48 BitmapUsed by:49
Symbol 49 GraphicUses:48Used by:64
Symbol 50 BitmapUsed by:51
Symbol 51 GraphicUses:50Used by:64
Symbol 52 BitmapUsed by:53
Symbol 53 GraphicUses:52Used by:64
Symbol 54 BitmapUsed by:55
Symbol 55 GraphicUses:54Used by:64
Symbol 56 BitmapUsed by:57
Symbol 57 GraphicUses:56Used by:64
Symbol 58 BitmapUsed by:59
Symbol 59 GraphicUses:58Used by:64
Symbol 60 BitmapUsed by:61
Symbol 61 GraphicUses:60Used by:64
Symbol 62 BitmapUsed by:63
Symbol 63 GraphicUses:62Used by:64
Symbol 64 MovieClipUses:31 33 35 37 39 41 43 45 47 49 51 53 55 57 59 61 63Used by:Timeline
Symbol 65 GraphicUsed by:Timeline
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:66Used by:Timeline
Symbol 68 SoundUsed by:Timeline
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:69Used by:Timeline
Symbol 71 GraphicUsed by:75
Symbol 72 GraphicUsed by:75
Symbol 73 GraphicUsed by:75
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:71 72 73 74Used by:76 98 99 100 102 104
Symbol 76 MovieClipUses:75Used by:Timeline
Symbol 77 GraphicUsed by:Timeline
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:78Used by:85 88
Symbol 80 GraphicUsed by:84
Symbol 81 GraphicUsed by:84
Symbol 82 GraphicUsed by:84
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:80 81 82 83Used by:85
Symbol 85 MovieClipUses:79 84Used by:Timeline
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:86Used by:88
Symbol 88 MovieClipUses:79 87Used by:Timeline
Symbol 89 GraphicUsed by:90
Symbol 90 MovieClipUses:89Used by:Timeline
Symbol 91 GraphicUsed by:94
Symbol 92 GraphicUsed by:94
Symbol 93 GraphicUsed by:94
Symbol 94 MovieClipUses:91 92 93Used by:Timeline
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:95Used by:Timeline
Symbol 97 MovieClipUses:29Used by:Timeline
Symbol 98 MovieClipUses:75Used by:Timeline
Symbol 99 MovieClipUses:75Used by:Timeline
Symbol 100 MovieClipUses:75Used by:Timeline
Symbol 101 GraphicUsed by:Timeline
Symbol 102 MovieClipUses:75Used by:Timeline
Symbol 103 GraphicUsed by:Timeline
Symbol 104 MovieClipUses:75Used by:Timeline
Symbol 105 GraphicUsed by:Timeline
Symbol 106 GraphicUsed by:107
Symbol 107 MovieClipUses:106Used by:Timeline
Symbol 108 SoundUsed by:Timeline
Symbol 109 GraphicUsed by:Timeline
Symbol 110 GraphicUsed by:Timeline
Symbol 111 GraphicUsed by:112
Symbol 112 MovieClipUses:111Used by:Timeline
Symbol 113 GraphicUsed by:Timeline
Streaming Sound 1Used by:Symbol 18 MovieClip

Instance Names

"papar"Frame 3Symbol 70 MovieClip
"platform"Frame 3Symbol 76 MovieClip
"pig"Frame 3Symbol 85 MovieClip
"exite"Frame 3Symbol 90 MovieClip
"camera"Frame 3Symbol 96 MovieClip
"papar"Frame 4Symbol 70 MovieClip
"platform"Frame 4Symbol 98 MovieClip
"pig"Frame 4Symbol 85 MovieClip
"exite"Frame 4Symbol 90 MovieClip
"camera"Frame 4Symbol 96 MovieClip
"papar"Frame 5Symbol 70 MovieClip
"platform"Frame 5Symbol 99 MovieClip
"pig"Frame 5Symbol 85 MovieClip
"exite"Frame 5Symbol 90 MovieClip
"camera"Frame 5Symbol 96 MovieClip
"papar"Frame 6Symbol 70 MovieClip
"platform"Frame 6Symbol 100 MovieClip
"pig"Frame 6Symbol 85 MovieClip
"exite"Frame 6Symbol 90 MovieClip
"camera"Frame 6Symbol 96 MovieClip
"papar"Frame 7Symbol 70 MovieClip
"platform"Frame 7Symbol 102 MovieClip
"pig"Frame 7Symbol 85 MovieClip
"exite"Frame 7Symbol 90 MovieClip
"camera"Frame 7Symbol 96 MovieClip
"papar"Frame 8Symbol 70 MovieClip
"platform"Frame 8Symbol 104 MovieClip
"pig"Frame 8Symbol 85 MovieClip
"exite"Frame 8Symbol 90 MovieClip
"camera"Frame 8Symbol 96 MovieClip
"papar"Frame 9Symbol 107 MovieClip
"platform"Frame 9Symbol 104 MovieClip
"pig"Frame 9Symbol 85 MovieClip
"exite"Frame 9Symbol 90 MovieClip
"camera"Frame 9Symbol 96 MovieClip
"camera"Frame 10Symbol 96 MovieClip
"camera"Frame 11Symbol 96 MovieClip
"bar"Symbol 18 MovieClip Frame 1Symbol 9 MovieClip
"hit"Symbol 85 MovieClip Frame 1Symbol 79 MovieClip
"inner"Symbol 85 MovieClip Frame 1Symbol 84 MovieClip
"hit"Symbol 88 MovieClip Frame 1Symbol 79 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "souljapig"
ExportAssets (56)Timeline Frame 1Symbol 2 as "oh dear"
ExportAssets (56)Timeline Frame 1Symbol 3 as "bodacious"

Labels

"leval1"Frame 3
"leval2"Frame 4
"leval3"Frame 5
"leval4"Frame 6
"leval5"Frame 7
"leval6"Frame 8
"leval7"Frame 9
"win"Frame 10
"gameover"Frame 11
"LOADED"Symbol 18 MovieClip Frame 5




http://swfchan.com/16/77283/info.shtml
Created: 4/4 -2019 03:06:04 Last modified: 4/4 -2019 03:06:04 Server time: 03/05 -2024 01:27:34