Newgrounds.com — Everything, By Everyone.

Checking login status…

USERNAME:

PASSWORD:

Logging in…

Logged in as:
.
Logging out…
Inbox My Account Log Out


Wesley's Adventure DEMO!

Author

JohnJensen

Contact | Site | Add Artist to Favorites

Date Submitted

12/30/2006 | 05:53AM EST

File Information

Game | 3 MB

Add Game to Favorites

Current Score

2.28 / 5.00

Score Rank: #98,921
Popularity Rank: #98,899

249 votes | 970 views

Click an icon to vote on this!

You are not logged in.

If you log in to vote, you could win $100!

Related Submissions

Submissions by JohnJensen:

Everyone Suitable For All Audiences
Wesley's Adventure DEMO!
Play this Game!
Pop-Up | Add to Favorites

Author Comments

PLEASE DON*T BLAMME!! I WANNA JOIN NEWGROUNDS!

Yeah. I tryed to submit this to newgrounds.

LÉ CONTROLS:
Left & Right arrows - Move.
Up arrow - Jump.

Collect coins and restore life by finding the secret 1UP.. If you can find the secret 1UP, I'll call you the ultimate gamer XD (Cause I hided it very safe :D)

Enjoy my little DEMO...

The real game will be out some time, and the name would be John's Adventure. One of my friends is called Wesley, so I just made the demo after him.

John Jensen.

And don't call me a beginner, I'm only 13!

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

The people have spoken

Average Score: 6.3 / 10

Score: 5
USRanger

"o.O"

date: June 18, 2007

Eh? I dont even know...its just...well, the graphics could be improved very very much. The character seems stiff too, maybe adding more motion to him would have been more pleasing to my eye. Also, the battle with the dark dude in the beginning was uh...interesting. I could attack...(the only button to press)

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

Score: 10
Bowser2

"Great Game!"

date: April 2, 2007

This game is great!I can't WAIT untill the real game comes out!

P.S. I found the 1-up!

Author's Response:

Good job!

When the real game comes out it'll be called John's Adventure!

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

Score: 10
TheWanker123

"Very well made!"

date: February 17, 2007

I love this game! It rocks! I like how it got a Mario feel to it. It feels like the 80s, seeing as it got the music for it :P

Keep it up!

Author's Response:

Good oll' 80s... (though I got born in the 90s LOL)

Thanks! :D *headbang* wheeeeeee

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

Score: 7
AroranNavami

"yea...."

date: December 31, 2006

I like the game and I was wonderin if you could tell me hoe to make the character jump, im makin a game and need an action script code(plz) good demo!

Author's Response:

Sure.. I help eveyon':

onClipEvent (enterFrame) {
if (Key.isDown(Key.UP) && !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+15, true)) {
vel_y = 0;
jumping = false;
}
}
onClipEvent (enterFrame) {
this._y += 16;
if (_root.ground.hitTest(this._x , this._y+1, true)) {
this._y -= 16;
}
}

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

Score: 5
luigisrealbro3

"I like it."

date: December 30, 2006

Cant wait for the rest of the game to come out.I tried looking for the 1up but i couldnt find it...Its a good game though keep up the good work

Author's Response:

Thank you... wheeeeeee

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