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

We found 302 matches.


<< < > >>

Viewing 1-30 of 302 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11

1.

None

Topic: Getting rid of mom's new boyfriend!

Posted: 08/17/09 06:26 AM

Forum: General

At 8/17/09 06:19 AM, JacketMatt wrote: Get proof before you get into work... try and trick him and get around, before you do something that will make you look foolish.

It should be really easy to trick him since... well you know how they are.


2.

None

Topic: Getting rid of mom's new boyfriend!

Posted: 08/17/09 06:17 AM

Forum: General

omg 300 posts THIS IS SPARTA


3.

None

Topic: Getting rid of mom's new boyfriend!

Posted: 08/17/09 06:16 AM

Forum: General

Sometimes you just know garbage when you see it. (i.e. barack obama)


4.

None

Topic: Wacom 10: Blordow

Posted: 12/01/08 12:44 PM

Forum: NG News

Why didn't Tom mention "LOOK AT MY DICK"???????


5.

None

Topic: Treasure Hunt 2008 RESULTS 2/4

Posted: 10/29/08 09:50 PM

Forum: NG News

lmao! thanks for featuring soulja pig, tom!

Treasure Hunt 2008 RESULTS 2/4


6.

None

Topic: This year's olympics is fucked up.

Posted: 08/16/08 04:24 AM

Forum: General

yeah, these olympics are so fucked. i can't believe china's total lack of ethics.


7.

None

Topic: gothic girls

Posted: 08/16/08 04:21 AM

Forum: General

goths are disgusting

sweet + happy people are much better

also you're gay


8.

None

Topic: im mr. t and this

Posted: 07/30/08 10:13 PM

Forum: General

there is no mohawk in the game


9.

None

Topic: 1frame collab (biggest collab)

Posted: 07/26/08 05:56 PM

Forum: Flash

I am so entering :)


10.

None

Topic: When you can't sleep...

Posted: 07/26/08 03:39 AM

Forum: General

At 7/26/08 02:19 AM, Institutionalized wrote: I try to do something productive.

I'll bet you fuck men when you can't sleep because you're really gay!!!


11.

None

Topic: does it make u feel good, NG

Posted: 07/26/08 03:37 AM

Forum: General

At 7/26/08 12:09 AM, Blood-war wrote: ow my butt hurts!!!

lmao u are such a fag!!!


12.

None

Topic: The Decline of Britain

Posted: 07/26/08 03:36 AM

Forum: General

blah blah blah blah zzzzzzzzz


13.

None

Topic: Rtil Took Egoraptors Place Zomg!!

Posted: 07/26/08 03:35 AM

Forum: General

who gives a fuck? it's not like rtil chose to take that spot on the front page

grow a fuckin weiner


14.

None

Topic: Metal Gear Collab (Update)

Posted: 06/12/08 02:48 PM

Forum: NG News

i like flash movies about metal gear


15.

None

Topic: Top entries from 06/09/2008!

Posted: 06/10/08 09:42 PM

Forum: P-bot's Postings

they all sucked except for soulja pig


16.

None

Topic: Ronald McDonald...

Posted: 05/27/08 05:29 AM

Forum: General

fuck ronald

it's what everyone was thinking, i'm just the one that said it


17.

None

Topic: Stealing Awards

Posted: 05/06/08 10:33 AM

Forum: General

At 5/5/08 09:50 PM, WadeFulp wrote: Some users and groups have been stealing Portal awards from some time now. I will have my Portal Watch team keep me informed when they spot this type of activity. Users found participating in such activity will have their accounts locked down or termianted. This has already begun as we have warned users about this in the past. Users found to be cheating our system (even if they didn't submit the entry involved, but are participating in the abuse) will be dealt with. Alts will be tracked down to main accounts, main accounts will be locked down or termianted. This is your final notice.

This didn't work before and it sure as hell isn't going to work now. Nice thought, though. It's spelled terminated by the way.


18.

None

Topic: I love you

Posted: 04/25/08 02:27 AM

Forum: General

This is the gayest thread I've ever seen. Please, don't let me interrupt, continue sucking each other's greasy dicks.


19.

None

Topic: Meanest thing to say to a girl?

Posted: 04/25/08 02:25 AM

Forum: General

I love you


20.

None

Topic: Funny thread title pairs.

Posted: 04/25/08 02:24 AM

Forum: General

teh


21.

None

Topic: crews are dead

Posted: 04/25/08 02:23 AM

Forum: General

teh


22.

None

Topic: crews are dead

Posted: 04/24/08 04:07 PM

Forum: General

teh


23.

None

Topic: crews are dead

Posted: 04/24/08 01:06 AM

Forum: General

teh


24.

None

Topic: Top entries from 03/03/2008!

Posted: 03/04/08 01:19 AM

Forum: P-bot's Postings

Aww mayun.


25.

None

Topic: Saving The World!

Posted: 12/27/07 02:01 PM

Forum: NG News

This is a great way to give dick jokes to developing nations who never had the resources to enjoy dick jokes before.


26.

None

Topic: Actionscript help would be awesome

Posted: 09/25/07 04:16 PM

Forum: Flash

I've managed to fix everything but one line of code:

onClipEvent(load){
_root.xspeed=0.0;
_root.yspeed=0.0;
_root.velocity=0.0;
_root.ang=0.0;
_root.maxair=25.0;
_root.maxspeed=35.0;
_root.maxgrind=45.0;
_root.gravity=1.0;
_root.accel=1.0;
_root.accelgrind=2.0;
_root.jump=25.0;
}
onClipEvent (enterFrame) {
_root.main._x += _root.xspeed;
_root.main._y += _root.yspeed;
if (_root.xspeed>0) {
_root.main.gotoAndStop(1);
} else if (_root.xspeed<0) {
_root.main.gotoAndStop(2);
} else {
_root.main.stop();
}
for (ex=1; ex<=5; ex++) {
if (_root["platform"+ex].hitTest(_root.main ._x, _root.main._y, true)) {
_root.ang = _root["platform"+ex].rampang;
if (Key.isDown(Key.LEFT)) {
if (_root.velocity<0) {
_root.main.inne.play();
} else {
_root.main.inne.gotoAndStop(1);
}
_root.velocity -= _root.accel;
} else if (Key.isDown(Key.RIGHT)) {
if (_root.velocity>0) {
_root.main.inne.play();
} else {
_root.main.inne.gotoAndStop(1);
}
_root.velocity += _root.accel;
} else {
_root.main.inne.gotoAndStop(1);
}
_root.main._rotation=(_root.main._rotati on+_root.ang)/2.0;
_root.velocity += ((_root.ang)*(.01)*_root.gravity);
_root.xspeed = Math.sin((180-(_root.ang+90)) * Math.PI/180)*_root.velocity;
_root.yspeed = Math.cos((180-(_root.ang+90)) * Math.PI/180)*_root.velocity;
}
}
}

_root.velocity += ((_root.ang)*(.01)*_root.gravity);
the 6th line from the bottom causes _root.velocity to become NaN. when I change this code to _root.velocity = 3, the character moves correctly, but without the pull of the gravity. The problem is the _root.ang, which seems to never want to work correctly.


27.

None

Topic: Actionscript help would be awesome

Posted: 09/25/07 03:48 PM

Forum: Flash

http://img216.imageshack.us/my.php?image =billymonksgametestfi5.swf

Here's the swf. IM me if you want the fla.


28.

Beaten

Topic: Actionscript help would be awesome

Posted: 09/25/07 03:21 PM

Forum: Flash

onClipEvent(load){
_root.xspeed=0.0;
_root.yspeed=0.0;
_root.velocity=0.0;
_root.ang=0.0;
_root.maxair=25.0;
_root.maxspeed=35.0;
_root.maxgrind=45.0;
_root.gravity=1.0;
_root.accel=1.0;
_root.accelgrind=2.0;
_root.jump=25.0;
}
onClipEvent (enterFrame) {
this._x += _root.xspeed;
this._y -= _root.yspeed;
if (_root.xspeed>0) {
_root.main.gotoAndStop(1);
} else if (_root.xspeed<0) {
_root.main.gotoAndStop(2);
} else {
_root.main.stop();
}
for (ex=1; ex<=5; ex++) {
if (_root["platform"+ex].hitTest(_root.main ._x, _root.main._y, true)) {
_root.ang = _root["platform"+ex].rampang;
if (Key.isDown(Key.LEFT)) {
if (_root.velocity<0) {
_root.main.inne.play();
} else {
_root.main.inne.gotoAndStop(1);
}
_root.velocity -= _root.accel;
} else if (Key.isDown(Key.RIGHT)) {
if (_root.velocity>0) {
_root.main.inne.play();
} else {
_root.main.inne.gotoAndStop(1);
}
_root.velocity += _root.accel;
} else {
_root.main.inne.gotoAndStop(1);
}
_root.main._rotation=(_root.main._rotati on+_root.ang)/2.0;
_root.velocity += ((_root.ang)*(.01)*_root.gravity);
_root.xspeed = Math.sin(_root.ang)*_root.velocity;
_root.yspeed = Math.cos(_root.ang)*_root.velocity;
}
}
}

On each segment of platform, the code:
onClipEvent(enterFrame){this.rampang=(nu mber between 90 and -90);}

For some reason, the character is rotating correctly for the ramp he's on, but _root.velocity keeps immediately becoming NaN, causing xspeed and yspeed to also become NaN. This is very distressing. Even more distressing is that when I change _root.velocity += ((_root.ang)*(.01)*_root.gravity); to _root.velocity = 3; the character moves in the wrong direction. Any help would be much appreciated.


29.

None

Topic: Beat up cause of my lightsaber dog

Posted: 03/27/07 11:06 PM

Forum: General

If you want to be a true Jedi Knight you have to defend yourself.


30.

None

Topic: Someone stole my iPod

Posted: 03/20/07 01:58 PM

Forum: General

You should always carry a revolver in Mexico.


All times are Eastern Standard Time (GMT -5) | Current Time: 11:44 PM

<< < > >>

Viewing 1-30 of 302 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11