taco857taco857

Main News Movies Games Favorites Reviews Stats 7 Fans
Add to Favorites

Contact Info / Websites

taco857's News

Mc 9 Sprites

3/19/09 by taco857

I Working on Mc 9 sprites.



fuckbggyh6^$$fuck4fre34#3#@@!!##$%fuck you$ $%$11123vqwsdd2Fuck$$$#DFFFFFUUUUCCCKK K!#@efe


. . .. . .

3/11/09 by taco857
Updated 5/24/09

.....................................



blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah


Im board

1/2/09 by taco857
Updated 10/22/09

IM REally FuCking boaRd


sprites

9/5/08 by taco857

im goin to make more sprites


Fuck

4/5/08 by taco857
Updated 6/26/09

FUCKYou8urfr55555555554Ihateyou534fdsS SHIT.N>BVF\S'DS343WSAQCVM,M<>;LLLLP)(0 fUCK.NNFGFFDSHIT


action script

4/5/08 by taco857
Updated 4/5/08

Here an action script code for jumping and walking

onClipEvent (enterFrame) {
if (Key.isDown(Key.SPACE) && !jumping) {
vel_y = 36;
jumping = true;
}
if (jumping == true) {
vel_y -= 2;
if (vel_y<=-15) {
vel_y = -15;
}
this._y -= vel_y;
}
if (_root.ground.hitTest(this._x, this._y+27, true)) {
vel_y = 0;
jumping = false;
}
}
onClipEvent (enterFrame) {
this._y += 16;
if (_root.ground.hitTest(this._x, this._y+27, true)) {
this._y -= 16;
}
}
onClipEvent (enterFrame) {
if (!Key.isDown(Key.RIGHT) && !Key.isDown(Key.LEFT)) {
this.gotoAndStop(1);
}
if (Key.isDown(Key.LEFT)) {
this.play();
this._x -= 15;
this._xscale = 100;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT)) {
this.play();
this._x += 15;
this._xscale = -100;
}
}

then make an mc and lable it ground
lable you guy character
make sure your guy is facing right


READ!!

3/25/08 by taco857

im working on a madness scene creator 2