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: 'billowillo'

We found 690 matches.


<< < > >>

Viewing 1-30 of 690 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91623

1.

None

Topic: Flash Cs4: Bone Tool Help

Posted: 11/28/09 11:30 PM

Forum: Flash

this

goodluck


2.

None

Topic: My score button = fail need to fix

Posted: 11/26/09 03:27 PM

Forum: Flash

At 11/26/09 03:04 PM, Sil3ntkill wrote: So maybe onclick or something like that?

Basically, but I honestly believe you should just start with AS3.


3.

None

Topic: My score button = fail need to fix

Posted: 11/26/09 02:54 PM

Forum: Flash

At 11/26/09 02:45 PM, LiquidOoze wrote: It's pretty damn smart to put your flash available for download on the web.

Sarcasm

Yeah because that one line of code that doesn't work is definitely groundbreaking, he wont want to get that stolen.

And are you seriously using AS1? I don't know how to help you here, but there needs to be some type of event going on, you just have it saying increase the score by 1, but doesn't state when you want it to increase the score.


4.

None

Topic: Programmer for a launce game

Posted: 11/26/09 11:39 AM

Forum: Flash

Any examples of your artwork for this game?


5.

Angry

Topic: Evil fucking step mom

Posted: 11/26/09 12:25 AM

Forum: General

Kill her with fire!


6.

None

Topic: shaun of the dead or twilight

Posted: 11/25/09 04:34 PM

Forum: General

At 11/25/09 04:01 PM, YeOldeSierra wrote: Shaun of the Dead.

I don't see how these films can be compared though - one is a comedy, and one is a stupid vampire romance film for girls.

I completely agree with you.


7.

None

Topic: Ads with audio are back.

Posted: 11/25/09 12:16 PM

Forum: General

Am I the only one who has never gotten these ad's on newgrounds? Maybe i just don't care enough to notice, either way.


8.

None

Topic: As3 V-cam Probelm

Posted: 11/24/09 12:46 AM

Forum: Flash

I had the same problem, you need to use a specific AS3 vcam for interactivity.

http://bryanheisey.com/blog/?page_id=22

use that, and it should work just fine!


9.

None

Topic: I want to join the marines but,

Posted: 11/22/09 11:05 PM

Forum: General

At 11/22/09 11:01 PM, GiantDouche wrote: Join the Peace Corps. Those people need you a lot more than the Marines do. Last I checked enlistment rates weren't going anywhere.

I'm sure its because "The Marines" sounds so much more awesome than "Peace Corps".


10.

Sleeping

Topic: I want to join the marines but,

Posted: 11/22/09 10:55 PM

Forum: General

Join, or don't join. If you're going to whine about things you probably shouldn't.


11.

None

Topic: I can sleep with my eyes closed!

Posted: 11/22/09 06:08 PM

Forum: General

I CAN shot web.


12.

None

Topic: Game Help !!! Need Experts !!!

Posted: 11/22/09 06:06 PM

Forum: Flash

This would be a nice start....

gotoAndStop('game')

13.

Resigned

Topic: footbagging

Posted: 11/22/09 01:57 PM

Forum: General

Tea-bagging with your foot?


14.

None

Topic: what was this game

Posted: 11/22/09 12:23 PM

Forum: General

At 11/22/09 07:39 AM, Upyourface wrote:
At 11/21/09 10:28 PM, billowillo wrote: Not sure what game you're talking about but the treasure hunt is where people found not so popular but still good animation/games and dug them up like treasure to the world.
Really? some of them were terrible, not treasure at all.

eh, one mans trash is another mans treasure?


15.

None

Topic: what was this game

Posted: 11/21/09 11:05 PM

Forum: General

At 11/21/09 11:00 PM, michelinman wrote:
At 11/21/09 10:28 PM, billowillo wrote: Not sure what game you're talking about but the treasure hunt is where people found not so popular but still good animation/games and dug them up like treasure to the world.
Ur dumb.

NO U!


16.

None

Topic: AS2 mc moves too fast.

Posted: 11/21/09 10:56 PM

Forum: Flash

Well, what you would want to do is have a "canMove" variable set to true at first. then everytime you have a key press event thing, have it test if its true and if it is, move the MC and set the variable to false.

then when they key is up it sets it back to true.

I whipped up this little example, its in AS3 but you should be able to see what i mean.

var canMove:Boolean=true;
var moveDist:int=10;

stage.addEventListener(KeyboardEvent.KEY_DOWN, checkDown);
stage.addEventListener(KeyboardEvent.KEY_UP, checkUp);


function checkDown(event:KeyboardEvent):void {
	if (event.keyCode==37) {
		if (canMove) {
			canMove=false;
			mcChar.x-=moveDist;
		}
	}
	if (event.keyCode==38) {
		if (canMove) {
			canMove=false;
			mcChar.y-=moveDist;
		}
	}
	if (event.keyCode==39) {
		if (canMove) {
			canMove=false;
			mcChar.x+=moveDist;
		}
	}
	if (event.keyCode==40) {
		if (canMove) {
			canMove=false;
			mcChar.y+=moveDist;
		}
	}
}
function checkUp(event:KeyboardEvent):void {
	canMove=true;
}

17.

None

Topic: what was this game

Posted: 11/21/09 10:28 PM

Forum: General

Not sure what game you're talking about but the treasure hunt is where people found not so popular but still good animation/games and dug them up like treasure to the world.


18.

Resigned

Topic: Would you kill for money?

Posted: 11/21/09 10:26 PM

Forum: General

How much money?


19.

Misunderstood

Topic: Whose the best of The Big 4?

Posted: 11/21/09 10:24 PM

Forum: General

Dont make me choose...

Slayer

20.

None

Topic: Trying to learn Actionscript.

Posted: 11/21/09 10:04 PM

Forum: Flash

AS3 for sure.

Practice, practice, practice.


21.

None

Topic: What is this...I don't even...

Posted: 11/21/09 06:58 PM

Forum: General

At 11/21/09 06:56 PM, billowillo wrote: I think the "do mice have meat" one is even more funny.

never mind, double visioned those two into one...


22.

None

Topic: What is this...I don't even...

Posted: 11/21/09 06:56 PM

Forum: General

I think the "do mice have meat" one is even more funny.


23.

Happy

Topic: Why do you love NewGrounds?

Posted: 11/21/09 06:56 PM

Forum: General

Because its one of the best places to procrastinate.


24.

None

Topic: Do you have a POS computer?

Posted: 11/21/09 06:35 PM

Forum: General

At 11/19/09 11:46 PM, Anozke wrote:
At 11/19/09 11:34 PM, billowillo wrote: 4GB RAM
2.66GHz dual core
ATI Radeon HD 3600 Series graphics card
1920x1080 HD monitor
<3
GASP. I want to join the computer specification trumping contest!

4GB RAM
2.3GHz Triple Core
nVidia GeForce 250 GTS
1280X1024 regular flatscreen
)

...well played


25.

None

Topic: Energy drinks

Posted: 11/21/09 05:11 PM

Forum: General

Monster all the way!

Preferably Monster: Assault but any of them will do.


26.

None

Topic: This is probably a stupid question

Posted: 11/21/09 02:23 PM

Forum: General

Find your motherboard book, that will explain all your upgrading capabilities.


27.

None

Topic: What Is A Troll

Posted: 11/21/09 01:04 PM

Forum: General


28.

None

Topic: what's your favorite language?

Posted: 11/19/09 11:51 PM

Forum: General

Latin, though it is only written it is still amazing.


29.

None

Topic: What do you call carbonated drinks?

Posted: 11/19/09 11:50 PM

Forum: General

I call them soda, so does everyone else here.


30.

None

Topic: Do you have a POS computer?

Posted: 11/19/09 11:34 PM

Forum: General

Nope.

4GB RAM
2.66GHz dual core
ATI Radeon HD 3600 Series graphics card
1920x1080 HD monitor

<3

All times are Eastern Standard Time (GMT -5) | Current Time: 12:40 AM

<< < > >>

Viewing 1-30 of 690 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91623