Author & File Information


Submitted: 05/16/2008 | 08:10PM EST

File Info: Game | 2.7 MB | Add Game to Favorites

Current Score: 3.03 / 5.00

336 votes | 2,655 views

Click an icon to vote on this!

You are not logged in.


Related Submissions

Submissions by 2-3-ryan-5:

Users who liked this also enjoyed:


Author Comments

MAJOR UPDATE: I fixed all the bugs I could find so it should be better
and I added a health bar section

23 reviews | Log in to write a review | Share this!

The people have spoken

Average Score: 6.9 / 10

Score: 5
toontown1

"I agree with Kapin"

date: October 25, 2009

I worked very hard on my guy and now it was for nothing, The code is bad and seems to be missing a bunch! Here's the syntax's i come up with:

**Error** Scene=Scene 1, layer=Layer 1, frame=2:Line 52: Statement block must be terminated by '}'
} else if (Key.isDown(Key.LEFT)) {

**Error** Scene=Scene 1, layer=Layer 1, frame=2:Line 54: Syntax error.
_xscale = -scale;

**Error** Scene=Scene 1, layer=Layer 1, frame=2:Line 19: Statement block must be terminated by '}'
onClipEvent (enterFrame) {

**Error** Scene=Scene 1, layer=Layer 1, frame=2:Line 54: Syntax error.
_xscale = -scale;

Total ActionScript Errors: 4 Reported Errors: 4

Check it out!

Rate this review:
Helpful!
Useless.
Flag as abusive.
No users have weighed in on this review.

Score: 10
novabeing2

"wow1!! gr8"

date: July 29, 2009

can you tell me how to make levels once you finish the first one and bla bla bla :D
thanks

Rate this review:
Helpful!
Useless.
Flag as abusive.
No users have weighed in on this review.

Score: 10
acerookie1

"ignore the other guy"

date: June 2, 2009

it's probably his version of flash. i think this is a flash 8 and up code thats why it doesn't work for him. its a great tut. this means no MX/ MX 2004

Rate this review:
Helpful!
Useless.
Flag as abusive.
People think this is a useless review.

Score: 0
Kapin

"what?"

by: Kapin
date: April 11, 2009

dude, I have been working really hard on making these character movements and you give me this:
onClipEvent (enterFrame) {
grav++;
_y += grav;
if (Key.isDown(65)) {
setspeed = wlk;
} else {
setspeed = run;
}
while (_root.ground.hitTest(_x, _y, true)) {
djump = false;
tjump = false;
_y--;
grav = 0;
}
if (_root.water.hitTest(_x, _y, true)) {
grav *= slow*1.25;
} else {
speed = setspeed;
}
if (Key.isDown(Key.RIGHT)) {
_x += speed;
_xscale = scale;
if (_root.ground.hitTest(_x, _y+3, true)) {

Where is the rest!?
you stop there and it makes 0 sense to me.

you say : "copy and paste this to your caracter actions and this is what you should get." then you show something that wasn't the code you told me to copy paste!
Next time you do this, make sure you've got it right and not have slipped up,
Because I have worked super hard on a character, and you give me an unfinished code.

Rate this review:
Helpful!
Useless.
Flag as abusive.
People think this is a useless review.

Score: 10
omerick

"It's Very Interactive"

date: January 24, 2009

I really love this tut cause it gives you the example with the MK game. It makes it interesting and shows us how it works

Rate this review:
Helpful!
Useless.
Flag as abusive.
People find this review helpful!