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!

Author Search Results: 'Woadraiders'

We found 561 matches.


<< < > >>

Viewing 331-360 of 561 matches. 159 | 10 | 11 | 12 | 13 | 14 | 151719

331.

None

Topic: Motivation

Posted: 05/27/08 10:20 PM

Forum: Flash

I get motivated by a good idea for a game, find an artist get started, get a little disinterested, so motivated a little by pressure. Then if i'm not finished by now, I just sorta wait for a spurt of motivation and continue, like if I left the game alone for a few days, then play it and realize how fun it is and that I need to finish it, so I work hard again cause it's too cool to not be done.


332.

None

Topic: Someone help please.

Posted: 05/27/08 09:13 PM

Forum: Flash

Maybe you told it that it has a different onEnterFrame after those lines of code, cause that'll overwrite it?


333.

None

Topic: Suggestions? Ideas? Feedback?

Posted: 05/27/08 08:17 PM

Forum: Flash

Plz sound off option, I like my alice in chains way better than that ;).


334.

None

Topic: Is It Good Game?-should I Continue?

Posted: 05/25/08 03:13 PM

Forum: Flash

Just get some friends to record thier voices or something, voice acting doesn't mean like some famous actor's voice.


335.

None

Topic: Is It Good Game?-should I Continue?

Posted: 05/25/08 02:15 PM

Forum: Flash

Its not really a great game, its not done very well, a lot of the graphics are badly scaled and it's not very smooth.


336.

None

Topic: questions+problem s,action script

Posted: 05/24/08 10:42 PM

Forum: Flash

Find the coords of a certain spot? The coords are a spot so.. Do you mean like of an mc? Or.. what?


337.

None

Topic: Action Script Help!

Posted: 05/24/08 10:41 PM

Forum: Flash

That'll disable it as much as possible, you can't disable it anymore than that btw.


338.

None

Topic: Test my updated GTA style game, plz

Posted: 04/26/08 07:20 PM

Forum: Flash

The hittest for the player and the car isn't always right.


339.

None

Topic: Url Actionscript Help! Please Help.

Posted: 04/26/08 09:21 AM

Forum: Flash

Try testing the swf inside a webpage, instead of the swf alone.
File -> Publish Preview -> HTML (Default) F12
instead of ctrl+enter


340.

None

Topic: Metal Band

Posted: 04/25/08 06:11 PM

Forum: Flash

Lol, "I will make the menu's work properly" because that's SO much work. Hmm, does this go to the right frame? Why yes I think it does, job's done!


341.

None

Topic: Flash Help From A Flash Master!

Posted: 04/25/08 06:10 PM

Forum: Flash

Eh, the whole forum is for helping, try looking for some topics that havn't been answered and answer them. If this thread helps anyone though, then good job :D.


342.

None

Topic: AS 3.0 - Removing a child

Posted: 04/25/08 06:07 PM

Forum: Flash

You should look at the help docs before asking for help, you can find any function you want from there, and its very organized, type in addChild, click the word and press f1. It directs you to information about the stage class and there's a list of all the methods that the class carries, it's very useful.


343.

None

Topic: AS 3.0 - Removing a child

Posted: 04/25/08 06:05 PM

Forum: Flash

removeChild(childReferenceName);


344.

None

Topic: Sneak peek of my mario flash

Posted: 04/02/08 07:02 PM

Forum: Flash

Blah, sprites.


345.

None

Topic: Help with AS

Posted: 04/01/08 10:02 PM

Forum: Flash

It could be inside an onClipEvent(anything) too, anything being like onEnterFrame, onLoad, whatever.


346.

None

Topic: "Dilbert" The Animated Series

Posted: 04/01/08 09:06 PM

Forum: Flash

I love dilbert, but this really doesn't look too great..
Looks like it was done in paint or something.


347.

Goofy

Topic: question about snow

Posted: 04/01/08 06:08 PM

Forum: Flash


348.

None

Topic: Hey easy AS3 Prob

Posted: 04/01/08 06:07 PM

Forum: Flash

Nevermind got it.


349.

None

Topic: I Need Someone! Nao!

Posted: 04/01/08 05:58 PM

Forum: Flash

Sleep tight, don't let the hackers bite.


350.

None

Topic: I Need Someone! Nao!

Posted: 04/01/08 05:54 PM

Forum: Flash

Hah, it's still 5:54 EST, and 3:34 pacific! There's still loads of time!


351.

None

Topic: I Need Someone! Nao!

Posted: 04/01/08 05:51 PM

Forum: Flash

Well at least I'd get credit!


352.

None

Topic: Does anybody else..

Posted: 04/01/08 05:41 PM

Forum: Flash

Yeah, if you get some corn in the mix, that really helps protect against viruses.


353.

None

Topic: Hey easy AS3 Prob

Posted: 04/01/08 05:39 PM

Forum: Flash

Hey, I've decided to start learning as3 and I've got a prob.
I can only see what the last key pressed was.
Say I have the W and D down, it would only say that one or the other is being pressed.

So I can't find if two or more keys are being pressed at the same time.

stage.addEventListener (KeyboardEvent.KEY_DOWN, keydown);

private function keydown(e:KeyboardEvent)
		{
			if(e.keyCode == 37)
			{
				this.xvel -= this.speed;
			}
			if(e.keyCode == 39)
			{
				this.xvel += this.speed;
			}
			if(e.keyCode == 32 && !this.jumping)
			{
				this.jumping = true;
				this.onGround = false;
				this.yvel = -16;
			}
		}

354.

None

Topic: $$NeedActionScrip ter Ftng gm mon/e

Posted: 04/01/08 05:34 PM

Forum: Flash

It's under maintenance, both links are not working.


355.

None

Topic: Innovative flash techniques

Posted: 04/01/08 04:27 PM

Forum: Flash

What bitmap editing? There's a couple source codes out there for that.


356.

None

Topic: Great Rpg Game!

Posted: 03/31/08 04:48 PM

Forum: Flash

Well *that* was shit. Make a little more than an engine.


357.

None

Topic: Mini game game - interested?

Posted: 03/31/08 04:16 PM

Forum: Flash

Ah, i typed it too fast, i missed an e, sorry about that:
moltobennecereal.
I tried adding you, but it squishes your name down to realaldarns.


358.

None

Topic: Mini game game - interested?

Posted: 03/31/08 04:02 PM

Forum: Flash

Hey, do you have an IM Aldarnc?


359.

None

Topic: Audio Importing Troubles

Posted: 03/31/08 03:02 PM

Forum: Flash

Uh, maybe its a bad file type, idk, what's the file extension? .what?


360.

None

Topic: Mini game game - interested?

Posted: 03/31/08 02:50 PM

Forum: Flash

Hey, hit me up in AIM - moltobenncereal


All times are Eastern Standard Time (GMT -5) | Current Time: 12:34 PM

<< < > >>

Viewing 331-360 of 561 matches. 159 | 10 | 11 | 12 | 13 | 14 | 151719