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

We found 714 matches.


<< < > >>

Viewing 1-30 of 714 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91624

1.

None

Topic: Colossal Cock Joke Thread (nsfw)

Posted: 12/09/08 03:52 PM

Forum: Art

No picture. I have something better though for those who have not seen it:

http://www.newgrounds.com/portal/view/46 6879


2.

None

Topic: Edmund's CD

Posted: 11/20/08 09:38 PM

Forum: NG News

At 11/20/08 09:18 PM, Bluebaby wrote: Also the guy that made that archie penis flash!

YES. Greatest movie EVAR!


3.

None

Topic: Edmund's CD

Posted: 11/20/08 08:38 PM

Forum: NG News

At 11/20/08 05:23 PM, Kerfloffle wrote: Isn't Riftmaster the same guy who spammed the BBS with topic after topic insulting the website and it's moderators and single-handedly changed the rules so that affiliates can be banned?

Nope. I'm the guy who released xx number of ground-breaking flash games over the past half decade and started Edmund's game career with him.


4.

None

Topic: Semi-automatic pistols or revolvers

Posted: 10/31/08 04:38 PM

Forum: General

I prefer the guns that shoot lazers and go PEW PEW PEW


5.

None

Topic: Wow... just wow

Posted: 10/31/08 04:37 PM

Forum: General


6.

None

Topic: need hot girl advice

Posted: 10/30/08 03:33 AM

Forum: General

1. Pull out your wang.
2. Waddle up to her in an ape-like manner.
3. Proclaim yourself to be Tarzan and "she jane".
4. Throw feces.


7.

None

Topic: Inside of boobs?

Posted: 10/30/08 03:32 AM

Forum: General

this might be the dumbest thread I've ever seen on NG... and that's saying alot.

Still... I salute thee.


8.

None

Topic: What on earth?!

Posted: 10/30/08 03:26 AM

Forum: General

At 10/30/08 03:25 AM, sirevil wrote: this is most interesting, wonder how long will take for them to notice?

as soon as Myspace Tom finishes having sex with his boyfriend.


9.

None

Topic: What on earth?!

Posted: 10/30/08 03:21 AM

Forum: General

Actual ad, you cynical fellow.


10.

None

Topic: What on earth?!

Posted: 10/30/08 03:17 AM

Forum: General

According to Myspace; Kevin Smith is a shim (or he-she if you prefer).

What on earth?!


11.

None

Topic: so i want to teach myself C+...

Posted: 10/19/08 01:44 PM

Forum: Programming

Yeah Code Blocks is what I use and I'm generally satisfied with it.

If you're going to be making games in C++ I highly reccommend SDL and OpenGL. SDL handles things like screen mode initialization, keyboard and mouse input, sound graphics etc. OpenGL is best for graphics though, and OpenAL is better at sound. I mainly use SDL for input.


12.

None

Topic: how do you pause your game in flash

Posted: 10/19/08 01:40 PM

Forum: Programming

My method:

//global var
var game_paused:Boolean = false;

Then put this if() statement around your code (you may need to do this several times if your code is seperate blocks or locations)

if(game_paused == false){
//your code
}

for stopping animation you'll need code inside each animation that checks if the global var "game_paused" is true or not. you can prototype the movieclip class, but here's the oldschool method I use. Basically I put the preceding code inside a movieclip that I can then paste into as many animations as needed to pause everything onscreen.

if(_root.game_paused){
if(pause != true)
stop()
pause = true
}else{
if(pause == true)
play()
pause = false
}

13.

None

Topic: the original Meat Boy

Posted: 10/05/08 11:04 PM

Forum: General


14.

None

Topic: Clubby The Seal: Killing Season

Posted: 09/15/08 08:20 PM

Forum: Video Games

The whole game is you with a chainsaw yes. There's 3 sections to the level though, a boss, powerups, an unlockable weapon you get if you earn all the achievements etc.


15.

None

Topic: Clubby The Seal: Killing Season

Posted: 09/15/08 05:25 PM

Forum: Video Games

Gameplay footage

was going to post this in the Flash forum, but decided not to since it's more for dev talk. I'll admit it im just whoring it here.


16.

None

Topic: NG Rocky Mountain Meet

Posted: 09/11/08 03:44 PM

Forum: General

At 9/11/08 02:58 PM, Luis wrote:

i dont think internet is invented in iceland yet much less newgrounds.

Iceland might have amazing internet, given it's proximity to Estonia (which has the greatest internet service infrastructure on the planet) :O


17.

None

Topic: NG Rocky Mountain Meet

Posted: 09/11/08 03:31 PM

Forum: General

At 9/11/08 02:19 PM, PsychoGoldfish wrote:
At 9/11/08 02:19 PM, RiftMaster wrote: this will be ever so much fun. as those who attended comic-con know:

RiftMaster+booze = gay sex
sounds like fun....

Hey as long as I'm the pitcher.


18.

None

Topic: NG Rocky Mountain Meet

Posted: 09/11/08 02:19 PM

Forum: General

this will be ever so much fun. as those who attended comic-con know:

RiftMaster+booze = horrific chaos on a global scale


19.

None

Topic: hit.test help

Posted: 08/23/08 03:18 PM

Forum: Flash

If you require a simple rectangle collision check I would recommend the following method (this runs a bit faster than flash's built in hitTest() function)

if(Math.abs(object1._x-object2._x)<object1._width){
if(Math.abs(object1._y-object2._y)<object1._height){
_root.gotoAndStop("whatever");
}
}

20.

None

Topic: Need help making a game

Posted: 08/23/08 01:33 AM

Forum: Flash

Judging by you guys and your talents (or lack thereof), I bet Musician isn't exactly crying that you dont want to work on his project...

"OH BOOHOO WHATEVER SHALL I DO?! A SMALL HANDFUL OF SELF-IMPORTANT NO TALENT JACKASS 15 YEAR OLDS DONT WANT TO WORK ON MY GAME...."

*darth vader NOOOO here*


21.

None

Topic: so i maed a flashgame rit?

Posted: 08/22/08 03:44 AM

Forum: Flash

okay fuck GTA4. Im spending all my time playing THIS now.


22.

None

Topic: Epic Fail Cakes

Posted: 08/21/08 11:45 PM

Forum: General

At 8/21/08 09:27 PM, fudgefalcon wrote: I liked the baby butt one, it's kitchy.

I gotta say the penile-hose is my personal fav.


23.

None

Topic: Why does NG hate emos?

Posted: 08/21/08 11:44 PM

Forum: General

i dont hate the people. I hate the SCENE. awful shitty thing it is at that.


24.

None

Topic: So, I'm married. (I'm 17 btw)

Posted: 08/21/08 11:35 PM

Forum: General

Thats a big decision to make man. And in my opinion very noble. I'm 23 and I can't say I would have the balls to make a move like that. 17 is pretty young, but if you truely know in your heart that it's the right thing to do, then I say you've made the right choice. All the best to you and I hope the 3 of you have a wonderful life together.


25.

None

Topic: old people...

Posted: 08/21/08 11:31 PM

Forum: General

You little shits realize you will be old one day too right?
Happens faster than you think too...

That being said I am annoyed by old people driving cars...
There just needs to be better infrastructure so they don't need to drive themselves around and annoy people.


26.

None

Topic: Epic Fail Cakes

Posted: 08/21/08 09:20 PM

Forum: General

At 8/21/08 09:08 PM, qman1 wrote: My cakes are because every year on my B-day I eat apple pie instead, since I like it better.

apple pies are pretty decent. I just polished one off yesterday.


27.

None

Topic: Epic Fail Cakes

Posted: 08/21/08 09:06 PM

Forum: General


28.

None

Topic: Why net neutrality is important (2)

Posted: 08/20/08 09:26 PM

Forum: Politics

The whole thing reeks of the classic mafia strong-arming setup:

"You wanna have your shop here? you gotta pay us protection money"

Basically the big corporations would decide what gets online. Small sites that don't pay a cut to the big bullies wouldn't be allowed to exist.

To paraphrase: BUTT RAPE


29.

None

Topic: Band Art

Posted: 08/10/08 08:09 PM

Forum: Art

I like the first one. The 2nd one is cool too though :)


30.

None

Topic: I drew jesus!

Posted: 08/07/08 10:29 PM

Forum: Art

you have offended not my spiritual sensibilities but rather my artistic ones.


All times are Eastern Standard Time (GMT -5) | Current Time: 06:29 AM

<< < > >>

Viewing 1-30 of 714 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91624