Newgrounds.com — Everything, By Everyone.

Checking login status…

USERNAME:

PASSWORD:

Logging in…

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


Reviews For: flashforbeginners:script

(265 Reviews • Avg: 7.32/10)

Sort by: [ date | rating ]

There are 27 pages of reviews. [ 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91827 ]


Score: 10
shortson

"AWESOME"

date: March 5, 2008

LUV IT!!

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

Score: 9
Rob5251

"Good tutorial but i need a bit of help still"

date: February 2, 2008

1) how would i make it goto a game over screen after enemy hits player?
and also my movement of player is a bit choppy even though i copy an pasted ur exact scripts.
also when i move player left enemy follows perfect but when i go up down an right the enemy doesn't follow my exact movement and moves away from player slightly i checked scripts twice any idea how to fix this or should i just try exporting it an playing first because i tried flash test in flash so i dunno...

[plz help thx

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

Score: 9
Lesbian-Waffles

"Good Tutorial"

date: January 23, 2008

The code ALMOST works for the explosions, it's a case sensitive typo. To fix it simply lower case "Play" in this code you're given

onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy)) {
_root.player.Play();
}
}

You'll know if it's done right as Flash will make the test blue (or some color code).

So it should read:

_root.player.play();

NOT

_root.player.Play();

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

Score: 8
Kwing

"Explosion?"

by: Kwing
date: January 22, 2008

Two points off because the explosion won't work. Otherwise, great work! I used part of this tutorial in an RPG I'm making.

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

Score: 10
redroy99

"enemy wont follow me"

date: January 19, 2008

enemy wont follow me plz help

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

Score: 9
CountDantes

"Good, but..."

date: January 18, 2008

Its a great tutorial, but I'm having a bit of a problem with the explosion, after I got it in there and tried it out my player explodes without the enemy touching him, can someone tell me where I went wrong? Because I've gone through this tutorial a few times now and can't figure it out.

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

Score: 0
ThundaShock

"I dont get it"

date: January 12, 2008

sorry but i just can't seem to make it work, i pasted it after because mine didn't have instance it only had info transform and another thing but it still didn't work,
can you tell me how to make a preloader cos i tried the newgrounds thing but it's not there!

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

Score: 10
Noblemarine

"those whos enemy not following"

date: January 7, 2008

if your enemy is not following, check your player's instance name under the type of object it is (movie clip, button, graphic) if its player then just copy the script, if not u have to change the script alittle(if (_root.player._x > _x) [into] if (_root.char._x > _x) because my character's instance name is char)

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

Score: 8
esp117

"my enemy will not follow"

by: esp117
date: January 5, 2008

enemy will not follow

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

Score: 7
GoldYo

"..."

by: GoldYo
date: December 28, 2007

i copied the script and my enemy wont follow! please help

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

Sort by: [ date | rating ]

There are 27 pages of reviews. [ 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91827 ]