Newgrounds.com — Everything, By Everyone.

Checking login status…

USERNAME:

PASSWORD:

Logging in…

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


Forum Topic: how to make a game!

(151 views • 14 replies)

New Topic Post Reply

This topic is 1 page long.

<< < > >>
None

huWHAT

Reply to Post Reply & Quote

Posted at: 3/26/08 01:45 PM

huWHAT NEUTRAL LEVEL 02

Sign-Up: 03/26/08

Posts: 1

so i dont know how to make a game could annyone help me???
help
help
plz


None

Rudy

Reply to Post Reply & Quote

Posted at: 3/26/08 01:47 PM

Rudy DARK LEVEL 18

Sign-Up: 01/01/05

Posts: 4,309

At 3/26/08 01:45 PM, huWHAT wrote: so i dont know how to make a game could annyone help me???
help
help
plz

Read tutorials.
Think of ideas.
Be creative and unique;.
Know actionscript.
Know how to animation.

Be good.

Uh.


None

UnknownFury

Reply to Post Reply & Quote

Posted at: 3/26/08 01:52 PM

UnknownFury EVIL LEVEL 21

Sign-Up: 08/10/05

Posts: 5,305

Open flash and enter the following code:

onClipEvent(load){
gameType = RPG;
gameQuality = 10;
initiate.gameCode();
}
onClipEvent(enterFrame){
play();
}

None

Dugh

Reply to Post Reply & Quote

Posted at: 3/26/08 01:54 PM

Dugh FAB LEVEL 18

Sign-Up: 12/06/05

Posts: 1,096

At 3/26/08 01:52 PM, UnknownFury wrote: Open flash and enter the following code:

onClipEvent(load){
gameType = RPG;
gameQuality = 10;
initiate.gameCode();
}
onClipEvent(enterFrame){
play();
}

Epic :o


None

SenorLlama

Reply to Post Reply & Quote

Posted at: 3/26/08 02:25 PM

SenorLlama NEUTRAL LEVEL 10

Sign-Up: 03/11/08

Posts: 111

At 3/26/08 01:52 PM, UnknownFury wrote: Open flash and enter the following code:

onClipEvent(load){
gameType = RPG;
gameQuality = 10;
initiate.gameCode();
}
onClipEvent(enterFrame){
play();
}

You sir, deserve a fucking medal. Well Played

BBS Signature

None

wasb

Reply to Post Reply & Quote

Posted at: 3/26/08 02:26 PM

wasb LIGHT LEVEL 11

Sign-Up: 09/30/07

Posts: 1,391

At 3/26/08 01:52 PM, UnknownFury wrote: Open flash and enter the following code:

onClipEvent(load){
gameType = RPG;
gameQuality = 10;
initiate.gameCode();
}
onClipEvent(enterFrame){
play();
}

i tried it, it doesn't seem to work... Help?

/sarcasm

Test for echo

BBS Signature

None

Cojones893

Reply to Post Reply & Quote

Posted at: 3/26/08 02:28 PM

Cojones893 EVIL LEVEL 21

Sign-Up: 03/09/03

Posts: 2,252

It doesn't work because he forgot to put an infinite loop in there.


None

chunkycheese12

Reply to Post Reply & Quote

Posted at: 3/26/08 02:35 PM

chunkycheese12 LIGHT LEVEL 13

Sign-Up: 11/05/07

Posts: 1,017

At 3/26/08 01:52 PM, UnknownFury wrote: Open flash and enter the following code:

onClipEvent(load){
gameType = RPG;
gameQuality = 10;
initiate.gameCode();
}
onClipEvent(enterFrame){
play();
}

:O you forgot to put this at the end:
onClipEvent (load) {
if (noobSkill = 0) {
make = true;
}
}

I bet that this message won't be funny...see i told you so :P

BBS Signature

None

Rudy

Reply to Post Reply & Quote

Posted at: 3/26/08 03:15 PM

Rudy DARK LEVEL 18

Sign-Up: 01/01/05

Posts: 4,309

At 3/26/08 01:52 PM, UnknownFury wrote: Open flash and enter the following code:

**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 1: Clip events are permitted only for movie clip instances
onClipEvent(load){

**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 6: Clip events are permitted only for movie clip instances
onClipEvent(enterFrame){

Total ActionScript Errors: 2 Reported Errors: 2

HELP!

Uh.


None

Sabado-Karate

Reply to Post Reply & Quote

Posted at: 3/26/08 03:27 PM

Sabado-Karate NEUTRAL LEVEL 02

Sign-Up: 01/03/06

Posts: 248

Learn actionscript.

For realtime effect, create a movie clip and give it these ActionScript code:

onClipEvent(enterFrame) {

// Code here runs all the time, real time

}

I just taught you the CORE of a game. Find out the rest on your own (Keyboard input, hitTest usage, etc)

BBS Signature

None

EddieZii

Reply to Post Reply & Quote

Posted at: 3/26/08 03:44 PM

EddieZii LIGHT LEVEL 05

Sign-Up: 03/25/08

Posts: 17

I'm not good at AS, but I'll see if I can help you.. What kind of game are you making..?

^^ I wrote this mama!! ^^


None

UnknownFury

Reply to Post Reply & Quote

Posted at: 3/26/08 03:53 PM

UnknownFury EVIL LEVEL 21

Sign-Up: 08/10/05

Posts: 5,305

At 3/26/08 03:15 PM, Rudy wrote: errors.

Sorry. I fixed it :D

gameType = RPG;
gameQuality = 10;
initiate.gameCode();

_root.onEnterFrame = function(){
while(gameQuality==10){
play();
}
}

Also head over to AS: Main for a whole host of crazy tutorials - they show you how to make even better games.


None

voidshatter

Reply to Post Reply & Quote

Posted at: 3/26/08 04:06 PM

voidshatter DARK LEVEL 15

Sign-Up: 07/18/07

Posts: 179

you forgot to add the artwork

art = maximum;

"We require more nonsense! Somebody fetch me a turtle..." ~ Bringerzl


None

UnknownFury

Reply to Post Reply & Quote

Posted at: 3/26/08 04:09 PM

UnknownFury EVIL LEVEL 21

Sign-Up: 08/10/05

Posts: 5,305

At 3/26/08 04:06 PM, voidshatter wrote: you forgot to add the artwork

art = maximum;

No, thats actionscripts 1.0 in actionscripts 2.0 gameQuality makes the art work cool too :D


Elated

voidshatter

Reply to Post Reply & Quote

Posted at: 3/26/08 04:12 PM

voidshatter DARK LEVEL 15

Sign-Up: 07/18/07

Posts: 179

oh yeah, sorry my bad, time to ruin another persons day

"We require more nonsense! Somebody fetch me a turtle..." ~ Bringerzl


All times are Eastern Daylight Time (GMT -4) | Current Time: 12:30 AM

<< Back

This topic is 1 page long.

<< < > >>
You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!