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: 8
Mutantspider

"Very helpful and informative!"

date: June 13, 2008

The script language itself is simple, but where to put it was my problem, well no more.
I also love it when you can test what you have done this far.
There isn't quite anything wrong, except that image quality is bad so you can't see clearly what buttons do you press.

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

Score: 10
DavidRx

"Good"

date: June 5, 2008

Very very useful to beginners that dosn't know much about script.

Help 5/5
explaining 5/5

Overall 5/5

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

Score: 8
corcorancourtney

"too many explosions"

date: May 28, 2008

my player won't stop exploding BEFORE contact with the enemy... I couldnt figure out how to put the stop in on the first keyframe inside the player, I also seem to have a different version of flash...

help anyone?

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

Score: 9
Cheefoo

"Great stuff!"

date: May 18, 2008

I really appreciated the scripts! Keep up the good work!

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

Score: 10
Xavierowns

"GREAT"

date: April 20, 2008

That Was Fantastic ty SO much it helped alot thanks other tutorials about actionscript confused me alot, but this was great thanks

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

Score: 10
noobnugget19

"yay"

date: April 10, 2008

ppl will think that this is a pointless review, but it actually give the author 10/10 so ha

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

Score: 9
pungrongo

"help!"

date: March 28, 2008

it's a great tut, but i can't seem to get my player to explode when the spastic enemy touches it! the player's instance name is player and the enemy's instance name it enemy. here's my actionscript: onClipEvent (enterFrame) {
if (Key.isDown(Key.UP)) {
_y -= 10;
_rotation = 270;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.DOWN)) {
_y -= -10;
_rotation = 90;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT)) {
_x -= 10;
_rotation = 180;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT)) {
_x -= -10;
_rotation = 0;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy)) {
_root.player.Play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy)) {
_root.player.Play();
}
}

PLZ HALP ME!!!1111ONEONEONE11!!!!

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

Score: 5
irishtitan

"Flash mx"

date: March 28, 2008

are you using flash mx? i can't find some of the stuff your on about help would be appreciated

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

Score: 9
darkbladesofdeath

"good."

date: March 20, 2008

pretty good but one thing... my enemy i used the script dammit button then copy + pasted it, but even though the enemy's been inatsanced and made into a movie clip, its still not moving after me. any help would be appreciated :P

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

Score: 10
ROADKILLONTHEHIGHWAY

"awesome explanation good!!!"

date: March 15, 2008

you really explained it well and i bet you put a lot of effort into it!

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 ]