Newgrounds.com — Everything, By Everyone.

Checking login status…

USERNAME:

PASSWORD:

Logging in…

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


Reviews For: RPG Platformer Tutorial

(377 Reviews • Avg: 7.42/10)

Sort by: [ date | rating ]

There are 38 pages of reviews. [ 147 | 8 | 9 | 10 | 11 | 12 | 132538 ]


Score: 6
BballStudios

"WHAT????"

date: July 30, 2007

There is no "panels" button.

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

Score: 9
sweetlilsinger03

"New Flash"

date: July 26, 2007

I just downloaded Flash yesterday and I've watched nearly all these movies and this one was the most helpful but i cannot find out how to put the code into the new flash because it is missing a button mentioned on here that is very crucial to the whole thing. If someone could explain to me how to work this new Flash I'd be most grateful. Thank you.

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

Score: 6
FishStik

"Basic, but good"

date: July 24, 2007

This is good for beginning a platformer, but it's lacking some crucial things such as jumping and hitTests in general.

Also, the music is totally unnecessary and gets annoying. Either make a mute button or just don't put it in.

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

Score: 8
monkey-trooper

"good but..."

date: July 23, 2007

yeah i like this and its a great idea only i am using the most recent version of flash and when i rigt click onn ground there is no panels option maby you could make a new one for the most recent flash keep up the good work looking forward to more tutorials from you (if your gonna make anymore) if someone can help pm me plz ok thanx

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

Score: 0
Johnnyg5646

"RPG"

date: July 22, 2007

hey its good. i have flash player 6 and my dude goes under the ground and stops in the middle of the ground., sooooooo if you need more information on my troble, plez pm me THX

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

Score: 0
T-Dice

"it dont work for me"

by: T-Dice
date: July 21, 2007

if you think you can help me well.. can you PM me or something

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

Score: 5
GoofyAce

"Outdated"

date: July 8, 2007

It was a real nice spin on a tutorial and the character is certainly a refreshing change to bland text however, I'm sorry to report, almost none of the actionscript works anymore because it's Actionscript 1.0 for Flash 5 up to 7 or MX (not sure) and Flash 8 which most devs use now uses Actionscript 2.0 sorry man.

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

Score: 9
Hitaro153

"This was a good tutorial"

date: July 8, 2007

This tutorial was cool and i've been lookin everywhere for a flash player and i can't find one for free. can you help me out?

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

Score: 8
theo123

"good but..."

date: July 8, 2007

it was good but my character falls through the ground coz its got that cross but how do i move it

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

Score: 10
DavidMcG93

"Real actionscript for snowman/person"

date: July 5, 2007

Real actionscript for snowman/person is...
onClipEvent (load) { moveSpeed = 10;}onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x += moveSpeed; } else if (Key.isDown(Key.UP)) { this._y -= 0; } else if (Key.isDown(Key.DOWN) && !fall) { this._y += 0; } else if (Key.isDown(Key.LEFT)) { this._x -= moveSpeed; }}onClipEvent (enterFrame) { if (Key.isDown(Key.SPACE) && !jumping) { vel_y = 36; jumping = true; } if (jumping == true) { vel_y -= 3; if (vel_y<=-15) { vel_y = -15; } this._y -= vel_y; } if (_root.ground.hitTest(this._x, this._y+35, 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.
People think this is a useless review.

Sort by: [ date | rating ]

There are 38 pages of reviews. [ 147 | 8 | 9 | 10 | 11 | 12 | 132538 ]