Newgrounds.com — Everything, By Everyone.

Checking login status…

USERNAME:

PASSWORD:

Logging in…

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


Reviews For: The-PlatformGame Tutorial

(13 Reviews • Avg: 7.92/10)

Sort by: [ date | rating ]

There are 2 pages of reviews. [ 1 | 2 ]


Score: 4
Viperxk1

"ummm"

date: March 15, 2008

there must be seriously somethig wrong with the AS as before I used ur script it was fine but when I tried to use urs it came up with a warning saying that the AS is making flash run slow. and I have been learning flash for about a year and its never come up before but oh well. other than that it was ok except that the character doesn't actually touch the floor

March 23, 2008

Author's Response:

thanks for your input, this action script is very old, and it may not be the clearest. I am sorry i made you have to see that window :(

However, If i could get flash back, i would Definitely fix this movie, making tutorials when your 15 is not the wisest thing to be doing. Patience would also not be such a factor either. I have gotten my ADD under control.

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

Score: 8
rmbrstrongbad18

"uh"

date: July 22, 2006

The character only jumps once, and then won't jump anymore.

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

Score: 10
immypants

"good job"

date: June 3, 2006

i cant figure out why but when i try and make the gravity code it doesnt work. my character keeps on falling throught the platform
can you help in any way?

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

Score: 2
DX14

"nice try"

by: DX14
date: February 15, 2006

nice try, but i think you should have taken more time over it. its not very clear what to do.

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

Score: 6
Dragonman11

"Nice to see you reply to your reveiws."

date: December 1, 2005

Anyway, about the tut. it didn't work for me. But that might be coz im trying to use a more complex character e.g. a person.

But this seems to have helped all the previous reviewers so i guess i cant complain.

Author's Response:

maybe i left something out an d i cant edit it cuz i dont have flash any more

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

Score: 10
MeatwadSprite

"w00T"

date: November 7, 2005

make more actionscript tutorials

Author's Response:

ok i guess i can but i think ill work on our collab

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

Score: 5
Cosmoseth

"errrmmm..."

date: November 7, 2005

nothing advanced.
not fun.

gravity is supposed to increase as the player falls too.

meh. 5/10.

also, try explaining some of the scripting.

Author's Response:

i explained a little.. and velocity is advance script but its this..

onClipEvent(load){
velocity = 0;
gravity = 1;
}
onClipEvent(enterFrame){
this._y = velocity;
velocity +=velocity + gravity;
}

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

Score: 10
A-Wahl

"0_0"

by: A-Wahl
date: November 7, 2005

Thankyou so muth for this awsome tutorial man! Now i'm gonna go and make my own game! The only thing would be that I would like to know how to make a destination point for example; the character makes it to a certain point and when it touches it you go to the next level. But anyways great job!:)

Author's Response:

onClipEvent (enterFrame){
if(this.hitTest(_root.Mario)){
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
this.gotoAndPlay(2);
}

}
///////ok but give the frame labels as labels called

///////level1,level2,level3,level4,level5,

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

Score: 10
Short-Nose-wolf

"Cool!"

date: November 7, 2005

I use swishmax,so this doesnt work on me but good effort was put into this!

Author's Response:

this only works for flash =/

im using action script 2
flash 7 2004 professional
yea.. i never heard of swish max

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

Score: 9
Stu42

"Great, I learnt some useful stuff"

by: Stu42
date: November 7, 2005

This tutorial is great, thanks for making it. I'm going to m ake my own game now.

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

Sort by: [ date | rating ]

There are 2 pages of reviews. [ 1 | 2 ]