Forum Topic: Game crew

(297 views • 13 replies)

This topic is 1 page long.

<< < > >>
None

tommattox

Reply To Post Reply & Quote

Posted at: 5/7/07 11:22 AM

tommattox EVIL LEVEL 12

Sign-Up: 02/06/07

Posts: 591

Im going to pretty soon start thinking about making a game. Im looking for a few newbies at flash to join me and make it with me. We will decide together what kind of game and what happens in it. We will all get equal credit and probably learn something as well/. If you would like to join me pm me with the following format.

Email/msn
Flash spec\iality
Anything else


None

st1k

Reply To Post Reply & Quote

Posted at: 5/7/07 11:25 AM

st1k DARK LEVEL 18

Sign-Up: 02/13/07

Posts: 1,530

Ok , im not going to call you a noob cause I tried to do this when i started :p which wasnt to long ago. No ones going to team with you though. You dont have batting average. Or anything to show for you.

BBS Signature

None

tommattox

Reply To Post Reply & Quote

Posted at: 5/7/07 11:27 AM

tommattox EVIL LEVEL 12

Sign-Up: 02/06/07

Posts: 591

Thats why I said newbies. Therefore we can work together at an equal leveland learn more than we would by working alone.


None

Twist-Chao06

Reply To Post Reply & Quote

Posted at: 5/7/07 12:01 PM

Twist-Chao06 DARK LEVEL 08

Sign-Up: 01/21/06

Posts: 1,516

Im Going to Pretty Soon start thinking about making a game.

... all i can say, the ONLY thing i can say, is...

onClipEvent (load) {
stop();
hitwallr = false;
hitwalll = false;
grav = 0;
jumping = true;
running = false;
_speed+=5
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT) and !jumping) {
gotoAndStop(2);
this._xscale = 100;
if (!hitwallr) {
this._x += 9;
running = true;
}
} else if (Key.isDown(Key.LEFT) and !jumping) {
gotoAndStop(2);
this._xscale = -100;
if (!hitwalll) {
this._x -= 9;
running = true;
}
} else {
running = false;
if (!jumping) {
this.gotoAndStop(1);
}
}
if (Key.isDown(Key.UP) and !jumping) {
if (!running) {
jumping = true;
grav = 15;
this.gotoAndStop(3);
} else if (Key.isDown(Key.RIGHT) and !hitwallr) {
this.gox = 11;
jumping = true;
grav = 14;
this.gotoAndStop(3);
} else if (Key.isDown(Key.LEFT) and !hitwalll) {
this.gox = -11;
jumping = true;
grav = 14;
this.gotoAndStop(3);
}
}
if (jumping) {
this.gotoAndStop(3);
this._y -= grav;
grav -= 4;
if (!hitwallr and !hitwalll) {
this._x += gox;
}
} else {
gox = 0;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.portal)) {
_parent.nextFrame();

}
}

And, Another thing i can say is....

onClipEvent(load) {
speed= 1;
}
onClipEvent(enterFrame) {
if(Key.isDown(Key.UP)) {
this. _x += speed * Math.sin(this._rotation*(Math.PI/180));
this._y -= speed *Math.cos(this._rotation*(Math.PI/180));
}
if (Key.isDown(Key.DOWN)) {
this. _x -= speed * Math.sin(this._rotation*(Math.PI/180));
this._y += speed *Math.cos(this._rotation*(Math.PI/180));
}
if (Key.isDown(Key.RIGHT)) {
this._rotation+=3
}
if (Key.isDown(Key.LEFT)) {
this._rotation-=3
}
}
onClipEvent(load) {
xspd = 0
yspd = 0
}
onClipEvent(enterFrame) {
this._x += xspd
this._y -= yspd
//if statements start now
if (Key.isDown(Key.LEFT)) {
xspd --
}
if (Key.isDown(Key.RIGHT)) {
xspd ++
}
if (Key.isDown(Key.UP)) {
yspd ++
}
if (Key.isDown(Key.DOWN)) {
yspd --
}
}

Dont Ask. Starting a game isnt as easy as you think. It Requires Concentration, and patiance. i know on several occasions where i have got so stressed that i just screw up the idea.

Ive heard someone Say this: Start With something Easy. Like pong!

None

muflubbagon1

Reply To Post Reply & Quote

Posted at: 5/7/07 12:21 PM

muflubbagon1 FAB LEVEL 13

Sign-Up: 10/19/06

Posts: 308

Twisty, don't post random actionscript. :(

Don't knock it, it's good! Very good.


None

Twist-Chao06

Reply To Post Reply & Quote

Posted at: 5/7/07 12:49 PM

Twist-Chao06 DARK LEVEL 08

Sign-Up: 01/21/06

Posts: 1,516

Im just Explainin Teh Complex shiznizzle you have to go though :(


None

tommattox

Reply To Post Reply & Quote

Posted at: 5/7/07 01:01 PM

tommattox EVIL LEVEL 12

Sign-Up: 02/06/07

Posts: 591

BEEN there dun that twisty


None

Twist-Chao06

Reply To Post Reply & Quote

Posted at: 5/7/07 01:03 PM

Twist-Chao06 DARK LEVEL 08

Sign-Up: 01/21/06

Posts: 1,516

Shut. the FUCK up There twisty. MY NAME IS TWIST-CHAO06


None

Victory

Reply To Post Reply & Quote

Posted at: 5/7/07 01:04 PM

Victory EVIL LEVEL 30

Sign-Up: 12/24/06

Posts: 7,125

At 5/7/07 01:01 PM, tommattox wrote: BEEN there dun that twisty

Flash by tommattox:
- none -

RIIIIIIIIIIIGGGGGGGHHHHHHT.

~

BBS Signature

None

Twist-Chao06

Reply To Post Reply & Quote

Posted at: 5/7/07 01:06 PM

Twist-Chao06 DARK LEVEL 08

Sign-Up: 01/21/06

Posts: 1,516

BLAMS: Involved in the termination of 0 crappy entries.
SAVES: Assisted in the protection of 0 quality entries.

0.o


None

Cybex

Reply To Post Reply & Quote

Posted at: 5/7/07 01:10 PM

Cybex NEUTRAL LEVEL 20

Sign-Up: 03/04/05

Posts: 7,721

At 5/7/07 12:49 PM, Twist-Chao06 wrote: Im just Explainin Teh Complex shiznizzle you have to go though :(

Thats not compex shiznizzle. Thats baby code.


None

jmtb02

Reply To Post Reply & Quote

Posted at: 5/7/07 01:18 PM

jmtb02 LIGHT LEVEL 29

Sign-Up: 03/01/04

Posts: 5,844

At 5/7/07 01:03 PM, Twist-Chao06 wrote: Shut. the FUCK up There twisty. MY NAME IS TWIST-CHAO06

You need to calm down and stop being an ass towards this guy. He's not coming to Newgrounds to get flamed by you and get codes posted at him, telling him he's not good enough. He already said the group would get together and learn together, so I think you should respect that.

Calm down.

Hi there!

BBS Signature

None

ironraven24

Reply To Post Reply & Quote

Posted at: 5/7/07 01:22 PM

ironraven24 DARK LEVEL 10

Sign-Up: 03/04/07

Posts: 2,347

blueblade_@hotmail.com
well im pretty good with programming and average with art just PM or email me if i can be of any help.

and i know how to use flash for the matter


None

EvanHayes

Reply To Post Reply & Quote

Posted at: 5/7/07 04:37 PM

EvanHayes DARK LEVEL 11

Sign-Up: 01/13/07

Posts: 1,833

hahaha,a dvanced, nice, i thought coppying basic code from a tut was once hard ass before too :D

well,good lu........

and twisty, stop spamming >:U

Grah i feel so unknown, SK8MORE god damn :/ EvanHayes seems like a much more serious name than sk8more,so i changed it.


All times are Eastern Standard Time (GMT -5) | Current Time: 06:01 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!