Newgrounds.com — Everything, By Everyone.

Checking login status…

USERNAME:

PASSWORD:

Logging in…

Logged in as:
.
Logging out…
Inbox My Account Log Out


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

We found 1,913 matches.


<< < > >>

Viewing 1-30 of 1,913 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 93664

1.

None

Topic: I want to start creating flash but

Posted: 10/11/08 05:56 AM

Forum: Flash

At 10/11/08 02:02 AM, Deraifu wrote: and as for a **** if I use that will I still be able to submit work?

Don't use a ***.

You can probably pick up a version of Flash for about $50 on ebay. If you're a beginner it shouldn't really matter what version, as all the ones past Flash 5 are very, very similar anyway. And you can make full Actionscript games with anything Flash 5 or above.


2.

None

Topic: Programming Regs Lounge

Posted: 10/10/08 04:49 PM

Forum: Programming

At 10/10/08 02:13 PM, citricsquid wrote: I don't even agree with it, but some girl bought it me last year for my birthday. It's ace :D Actually, it was the year before, ugh time flies.

Lol, you have the same PC case as my friend. It's an awesome case. Ah, good times assembling other peoples' PCs for them...

>.<


3.

None

Topic: Help with triggers in FP adventure!

Posted: 10/10/08 12:03 PM

Forum: Flash

At 10/10/08 11:55 AM, Jigganis wrote: Say, what would be the scope of a variable like that?

In that code it would be in the stage of wherever you put the button. With buttons, you can't add properties and variables, they just go to the previous scope.


4.

None

Topic: Pentagon Based Stat System.

Posted: 10/09/08 12:07 PM

Forum: Flash

At 10/9/08 11:24 AM, 51lver wrote: if you make the stat larger than 100 it goes out the pentagon :P

lol...

it is nice though

I'm not even going to list the bugs I find in your games. >=D


5.

None

Topic: Ehh, which is best...

Posted: 10/09/08 03:15 AM

Forum: Flash

Shockwave Flash
Flash 2
Flash 3
Flash 4
Flash 5
Flash MX
Flash MX 2004
Flash 8
Flash CS3
Flash CS4 (not out)


6.

None

Topic: The Flash 'Reg' Lounge

Posted: 10/09/08 03:14 AM

Forum: Flash

At 10/9/08 12:31 AM, Luis wrote: with big fat charcoal Dicks.

I knew it.


7.

None

Topic: The Flash 'Reg' Lounge

Posted: 10/08/08 03:32 PM

Forum: Flash

Yes, because Jamrock is most definately not Luis.

Absolutely no way the same person.

Nuh-uh. Completely different people.

Totally.


8.

None

Topic: Your fear will keep you alive.

Posted: 10/08/08 01:51 PM

Forum: General

It's Ok, "Mister Musician", the men in the white jackets will help you out.

.

Bye, bye!


9.

None

Topic: Shooting objects =[

Posted: 10/08/08 02:27 AM

Forum: Flash

onClipEvent(load) {
this.xv = 10;
missleCount = 0;
}
onClipEvent(enterFrame) {
this._x += this.xv;
if (Key.isDown(Key.CONTROL)) {
missleCount++;
_root..duplicateMovieClip("missle", "missle"+i, i);
_root["missle"+misslecount]._x =_root.playership._x;
_root["missle"+misslecount]._y =_root.playership._y;
}
}

then on the missile movie clip put
onClipEvent(enterFrame){
_x+=15;
}


10.

None

Topic: The Flash 'Reg' Lounge

Posted: 10/08/08 01:52 AM

Forum: Flash

I saw little kids playing meat-boy in school yesterday :P


11.

None

Topic: Making a cannon in flash : AS2

Posted: 10/07/08 02:59 PM

Forum: Flash

At 10/7/08 02:37 PM, FatKidWitAJetPak wrote: I am programming for Armorgames right now. That is why i need to know some coding infor on shooting a ball out of a cannon. But if you dont want to help a coder in need, then fine. I will just ask someone else.

That's the most retarded thing I've read in a long time.


12.

None

Topic: The uses of C++, What arte they?

Posted: 10/07/08 03:22 AM

Forum: Programming

At 10/6/08 05:27 PM, MinuteElectron wrote:
At 10/6/08 05:01 PM, henke37 wrote: The most useful API in my opinion is the winapi.
If you want to develop a Windows application, of course. It might be preferable to develop a GUI using GTK or qt for cross platform support.

That's actually a damn good idea. I will now start learning GTKmm... I've been wanting a good way of making interfaces but didn't want to learn to use winAPI because I don't want platform dependance...

Thanks mate


13.

None

Topic: The Flash 'Reg' Lounge

Posted: 10/07/08 03:10 AM

Forum: Flash

That was even gayer when the camera angle changed.


14.

None

Topic: The Flash 'Reg' Lounge

Posted: 10/07/08 01:39 AM

Forum: Flash

Lol, I learnt a bit of assembly at school the other day. Painful stuff.

Learning C# soon... to add to my collection of programming languages


15.

None

Topic: The uses of C++, What arte they?

Posted: 10/06/08 03:32 PM

Forum: Programming

Once you've learnt all that the tutorials on C++ (the basic syntax and features), then you go on to use libraries. Libraries are code that other people have made to let you do things, such as a library to draw onto the screen, or a library to play sound.

If you're into making games I suggest you learn to use a library called Allegro, as it is quite easy to learn. After that move onto better ones such as SDL which allow you to make use of openGL


16.

None

Topic: The Flash 'Reg' Lounge

Posted: 10/05/08 04:05 PM

Forum: Flash

Seriously dude, I'm doing all this for my AS studies, and I know that Delta is some genious maths freak god who does it here and there, but I have enough of this at school.

Also, here's my DICK


17.

None

Topic: The Flash 'Reg' Lounge

Posted: 10/05/08 01:15 PM

Forum: Flash

At 10/5/08 01:03 PM, RyanPridgeon wrote: google/2(googol+1)

Just ignore that, for some reason my brain told me that factorial is the sum. Just ignore me >_> <_< >_>


18.

None

Topic: The Flash 'Reg' Lounge

Posted: 10/05/08 01:03 PM

Forum: Flash

google/2(googol+1)


19.

None

Topic: Visual C++ problem, please help!

Posted: 10/05/08 12:06 PM

Forum: Programming

You should use Codeblocks, it's awesome.


20.

None

Topic: The Flash 'Reg' Lounge

Posted: 10/05/08 09:54 AM

Forum: Flash

What's everyone's plans for the future? How many of use here hope to go into something related to flash or making games/animation?

I know I want to get into the game industry... I just don't know if I can make it D:


21.

None

Topic: seeking programmer with idea

Posted: 10/05/08 09:44 AM

Forum: Flash

At 10/5/08 09:41 AM, Dark-Spark wrote:
At 10/5/08 09:07 AM, RyanPridgeon wrote: So, is the offer still open?

I really, really want to work with you :)
yeah it's still open =)
are you interested in the game i mentioned in my last post or did you have something else in mind?

Those chain physics look like a bitch.. I don't know if I would be up for that.

I would REALLY REALLY like to make your adventure game though, it looks sweet


22.

None

Topic: seeking programmer with idea

Posted: 10/05/08 09:07 AM

Forum: Flash

So, is the offer still open?

I really, really want to work with you :)


23.

None

Topic: The Flash 'Reg' Lounge

Posted: 10/05/08 05:49 AM

Forum: Flash

At 10/5/08 04:54 AM, Duchednier wrote: I are making a new artz pic for me artz class, whatchall think?

Fuckin' Sweet. What are you using to colour it?


24.

None

Topic: The Flash 'Reg' Lounge

Posted: 10/04/08 05:26 AM

Forum: Flash

At 10/4/08 04:50 AM, ArthurGhostly wrote: http://www.newgrounds.com/portal/view/36 0298

MY MASTERPIECE :D


25.

None

Topic: The Flash 'Reg' Lounge

Posted: 10/04/08 04:44 AM

Forum: Flash

WUUUU? How do you post snazzy portal links like that?

Song fifened and fav'd :D I loves it


26.

None

Topic: interactive music video needs you!

Posted: 10/04/08 04:36 AM

Forum: Flash

I'm interested - I love your music :3

My msn is ryanpridgeon@hotmail.co.uk


27.

None

Topic: Holy Crap! Realplayer Has A Browser

Posted: 10/04/08 03:56 AM

Forum: General

I'm pretty sure it's just embedded IE


28.

None

Topic: The Flash 'Reg' Lounge

Posted: 10/04/08 03:51 AM

Forum: Flash

At 10/4/08 03:42 AM, UnknownFury wrote: Anyone want to make a short game? C:

YES


29.

None

Topic: interactive music video needs you!

Posted: 10/03/08 04:36 PM

Forum: Flash

Will we get anything in return? :)


30.

None

Topic: My sister was just diagnosed with..

Posted: 10/03/08 04:30 PM

Forum: General

At 10/3/08 02:39 PM, DeIirium wrote: If i had 15 years to live i´d kill myself.

That is one of the most dummest things I've ever read.


All times are Eastern Daylight Time (GMT -4) | Current Time: 04:29 PM

<< < > >>

Viewing 1-30 of 1,913 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 93664