Newgrounds.com — Everything, By Everyone.

Checking login status…

USERNAME:

PASSWORD:

Logging in…

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


flashforbeginners:script

Author

GAMECUBICLE

Contact | Site | Add Artist to Favorites

Date Submitted

01/07/2004 | 01:15PM EST

File Information

Game | 479.7 KB

Add Game to Favorites

Current Score

3.78 / 5.00

Score Rank: #12,391
Popularity Rank: #5,177

1,791 votes | 108,880 views

Click an icon to vote on this!

You are not logged in.

If you log in to vote, you could win $100!

Related Submissions

Submissions by GAMECUBICLE:

Users who liked this also enjoyed:

Everyone Suitable For All Audiences
flashforbeginners:script
Play this Game!
Pop-Up | Add to Favorites

Author Comments

Visit www.Gamecubicle.net!

People still seem to use this tutorial, better check out _ULTIMATE TUTORIAL 2_, it also covers this subject.

My second tutorial. It's how to make a simple game. It's only for beginners (but you already have to know a little bit about flash)
Please put it in the review if you found something in the tutorial thats not correct. And review if you have any tips for me. Note: The may be a few grammar/spelling foults in this tutorial, but thats because i'm not english. Hope you like my new tutorial!

251 reviews | Log in to write a review | Share this!

The people have spoken

Average Score: 7.4 / 10

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!