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

(251 Reviews • Avg: 7.40/10)

Sort by: [ date | rating ]

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


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 find this review helpful!

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.

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!

Sort by: [ date | rating ]

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