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

We found 3,767 matches.


<< < > >>

Viewing 1,951-1,980 of 3,767 matches. 13264 | 65 | 66 | 67 | 6897126

1,951.

None

Topic: Ng Profile. Post About You Here!

Posted: 10/10/08 11:23 PM

Forum: General

So far, everyone seems to have the same basic story. It just goes to show you how Newgrounds is discovered.


1,952.

None

Topic: Room Escape Games Fans Club!!!

Posted: 10/10/08 07:01 PM

Forum: Clubs & Crews

At 10/10/08 02:38 PM, CTM222 wrote: This is the 100% ending by the way ;)

AS USUAL LOLOLOL.


1,953.

None

Topic: Ng Profile. Post About You Here!

Posted: 10/10/08 06:56 PM

Forum: General

Hey. So I realized that there are many people on NG that are completley unknown. So, I decided to make a thread where you post about yourself on NG and why or how you joined Newgrounds.

So I'll go first.

I came to Newgrounds when I was 13 years old. I didnt have a profile back then, but I still loved playing all the crazy and cooky games that Newgrounds had to offer. Finally, when I was 15, I decided to create my first account on Ng. It was called FattyMcpatty. I lost the pass word, so I then created the account I am using today.

I have been on Newgrounds for over a year now and enjoy every moment of it. I am posting in the forums, making music, and making some funny flash movies that a lot of teens seem to find hilarious. I am about to improve in my flash skill and hope to get front page soon. My latest game got 40,000 views. and I have gotten top of the week once in music and once in flash.

Well that pretty much sums up everything I have done on Ng.

Now its your turn. Tell us about yourself. *If you do not feel secure in telling your age or any personal information, then just dont tell us your age or any personal information... DUH.*


1,954.

Resigned

Topic: See what NG was like 6 years ago

Posted: 10/10/08 12:13 PM

Forum: General

At 10/8/08 02:19 PM, Zepwich wrote: The old shirts look like crap compared to the new ones

Yeah lol. However, I would buy them on Ebay for a lot considering it is an antique.


1,955.

None

Topic: Making a cannon in flash : AS2

Posted: 10/09/08 06:45 PM

Forum: Flash

OK!!! I think I got it figured out. I used this coding. I typed in what I put in for each movie clip, and what I put in for each frame. Like whatever code is under FRAME 1 is going to be in FRAME 1. I also included the instance names and everything.

So does it look right to you?

frame 1 {
_root.onLoad = function () {
cannon._rotation = 90;
barBounds = bar.getBounds(_root);
var v4 = 1;
var v3 = 0;
var v6 = 1;
var v7 = false;
var v2 = 0;
var v5 = false;
};

_root.onEnterFrame = function () {
if (Key.isDown(38)) {
cannon._rotation -= 2;
}
if (Key.isDown(40)) {
cannon._rotation += 2;
}
if (cannon._rotation > 90) {
cannon._rotation = 90;
}
if (cannon._rotation < -5) {
cannon._rotation = -5;
}
if (peg._x <= barBounds.xMin) {
propel = 1;
savepropel = propel;
}
if (propel == 1) {
peg._x += 3;
}
if (peg._x >= barBounds.xMax) {
propel = -1;
savepropel = propel;
}
if (propel == -1) {
peg._x -= 3;
}
if (propel == 0) {
++peg._x;
--peg._x;
}
if (Key.isDown(32)) {
propel = 0;
speed = (peg._x - barBounds.xMin) / 16;
duplicateMovieClip('ball', 'ball' + i, i);
++i;
fired = true;
}
if (!Key.isDown(32)) {
if (fired == true) {
fired = false;
propel = savepropel;
}
}
};

}

movieClip 2 {
}

movieClip 4 {
}

instance ball of movieClip 4 {

onClipEvent (load) {
grav = -6;
speed = _root.speed;
_rotation = _root.cannon._rotation;
if (_name == 'ball') {
_x = -2000;
} else {
_x = _root.cannon._x;
_y = _root.cannon._y;
}
}

onClipEvent (enterFrame) {
_y = _y + grav;
++grav;
if (_rotation > 180) {
_y = _y + speed * Math.cos(0.0174532925199433 * _rotation);
_x = _x - speed * Math.sin(0.0174532925199433 * _rotation);
} else {
_y = _y - speed * Math.cos(0.0174532925199433 * _rotation);
_x = _x + speed * Math.sin(0.0174532925199433 * _rotation);
}
if (_x > Stage.width or _x < 0 or _y > Stage.height or _y < 0) {
this.removeMovieClip();
}
}
}

movieClip 6 {
}

movieClip 8 {
}

movieClip 10 {
}
}

I did this based on the cannon that was featured on page one.


1,956.

None

Topic: The 2 Hour Flash Challenge

Posted: 10/09/08 04:59 PM

Forum: Flash

At 10/9/08 01:02 PM, MarkyLyne wrote: <stong>LOL</stong>

<.STRONG> LOL </.STRONG>


1,957.

None

Topic: The 2 Hour Flash Challenge

Posted: 10/09/08 12:37 PM

Forum: Flash

At 10/9/08 01:12 AM, Deaththe14th wrote: I just wanna see what it looks like so far... : /

Well there it is! There is what the cake looks like so far. :D


1,958.

None

Topic: Rage's gift to you: Abusive reviews

Posted: 10/09/08 12:34 PM

Forum: Where is / How to?

BE CAREFUL ON WHAT YOU MARKL AS ABUSIVE But there are around 4 or so in these last few pages.


1,959.

None

Topic: See what NG was like 6 years ago

Posted: 10/09/08 08:44 AM

Forum: General

At 10/9/08 12:24 AM, Shawn wrote:
At 10/8/08 05:53 PM, Idiot-Finder wrote: Mind if I tell you about the state of the portal back then?
NO please don't >:( I remember it quite well!

ARGUE ARGUE ARGUE.


1,960.

None

Topic: The Music Video Collab 2

Posted: 10/08/08 10:17 PM

Forum: Flash

At 10/8/08 02:44 PM, raz183 wrote:
At 10/6/08 08:53 AM, FatKidWitAJetPak wrote: So uhh... Who wants to Rave with me?
http://www.newgrounds.com/portal/view/45 4475
Not me...

lol i didnt even mean to post that link. I meant to post THIS link.

http://www.freewebs.com/fatkidwitajetpak /Rave%20Cat.htm

Now go nuke a bag of popcorn and enjoy it.


1,961.

Crying

Topic: The 2 Hour Flash Challenge

Posted: 10/08/08 10:14 PM

Forum: Flash

Here is the cake. It is very festive and I worked very hard on it.

Well lets just hope he made it into the right cake... I MEAN PLACE!! LETS HOPE HES MADE IT INTO THE RIGHT PLACE...

He heheehehhehhehmuwahahahaahahaaahaha

The 2 Hour Flash Challenge


1,962.

None

Topic: See what NG was like 6 years ago

Posted: 10/08/08 10:06 PM

Forum: General

At 10/8/08 05:53 PM, Idiot-Finder wrote: Mind if I tell you about the state of the portal back then?

Sure go ahead. I'd imagine more spam than anyone could imagine... just like today! Except without the KK.


1,963.

None

Topic: See what NG was like 6 years ago

Posted: 10/08/08 05:52 PM

Forum: General

At 10/8/08 05:28 PM, mopo wrote:
I found THEN ENTIRE ARCHIVE AND DIRECTORY OF NEWGROUNDS.
Here you can see all the times Ng was updated, all the deleted reviews, all the website styles it has had, deleted user, and pretty much everything else that has been changed on Newgrounds.com.
>:O i cant find any deleted reviews can someone PM me and tell where i can find them???????

Dammit it turns out you only can see all the reviews BEFORE the first site update way back in 2000. >:|

Well, here are all of toms deleted reviews ololol.

Here you can find aLL THE DELETED REVIEWS OF TOM FULP =---> CLICK HERTY HERE


1,964.

None

Topic: Room Escape Games Fans Club!!!

Posted: 10/08/08 05:07 PM

Forum: Clubs & Crews

At 10/8/08 01:24 PM, CTM222 wrote:
At 10/8/08 12:49 PM, FatKidWitAJetPak wrote: GOOD LORD PEOPLE! I am most likely the most busy person here... I have 3 papers due next week, 5 etsts, AND a game nneds to meet its deadline. BUT IM NOT SLACKING OFF.
Sorry I havent posted in a few days. Game before last wouldnt work on my PC and the last game is far too scary :P

I wont let this thread die, dont worry. Even if its just me, I enjoy the games and think that it is a very good idea for a club.

Lollllllllllllllllllllllllllllllllllllll lll

Ok so you think the game is scary. :D

Well then here is another game.

http://yadayada.hex.com.br/jogos/tucogas -room-3/

Room Escape Games Fans Club!!!


1,965.

None

Topic: See what NG was like 6 years ago

Posted: 10/08/08 05:04 PM

Forum: General

At 10/8/08 03:09 PM, Mendou wrote:
At 10/8/08 02:50 PM, FatKidWitAJetPak wrote:

The reason I would want a page counter would be to find out how many people had viewed my page... not to whore my page.
Why would you want to know? What difference will it make if your profile is viewed by many? Would it make you feel any better?

There's no point in poorly inflating your own ego for something so silly.

No of course not lol. I want to see if people are interested in the things I have to inform about games and music I make. If I know how many people know about me, I know how succesful I am in audio and flash. Then again, this is what view count is for.


1,966.

None

Topic: See what NG was like 6 years ago

Posted: 10/08/08 02:50 PM

Forum: General

At 10/8/08 02:14 PM, Mendou wrote:
At 10/8/08 01:54 PM, FatKidWitAJetPak wrote:

Why did they take that off??? Dude, we should have a counter on our pages to see how many times our page has been viewed.
And we'd want profile-viewing whores why? I didn't know of that but now I'm glad it's gone, terrible idea in the first place.

The reason I would want a page counter would be to find out how many people had viewed my page... not to whore my page. It should be shown to only me and not other people any way.


1,967.

None

Topic: Icons not working?

Posted: 10/08/08 01:56 PM

Forum: Programming

At 10/8/08 01:23 PM, smulse wrote:
At 10/8/08 12:49 PM, kiwiberry wrote: Either way, thought I'd let you guys know...
Uploading to...? Newgrounds? And if so what does it have to do with us?

He means as an icon.

This isnt a glitch, it detects that the background has a 0% alpha, (It can be seen through so the image can be places on any cored background and still look smooth)

I would recommend getting an entireley different image that has a colored background to avoid this. No animations, no transparency.


1,968.

None

Topic: See what NG was like 6 years ago

Posted: 10/08/08 01:54 PM

Forum: General

At 10/8/08 01:03 PM, JohnnyWang wrote:
At 10/8/08 12:45 PM, FatKidWitAJetPak wrote:
At 10/7/08 10:40 AM, Mr-Destruction wrote: Anyone here remember the popularity rank?

OoOohh boy!
The what now?
It tracked who'se profile was viewed the most.

It was removed for a verry obvious reason.

Why did they take that off??? Dude, we should have a counter on our pages to see how many times our page has been viewed.


1,969.

None

Topic: Room Escape Games Fans Club!!!

Posted: 10/08/08 12:49 PM

Forum: Clubs & Crews

GOOD LORD PEOPLE! I am most likely the most busy person here... I have 3 papers due next week, 5 etsts, AND a game nneds to meet its deadline. BUT IM NOT SLACKING OFF.

Lol ok here is todays game. I will post another one if this thread continues. >:|

http://www.no1game.net/games/jp/game003.
html

Room Escape Games Fans Club!!!


1,970.

None

Topic: The 2 Hour Flash Challenge

Posted: 10/08/08 12:46 PM

Forum: Flash

At 10/7/08 06:35 PM, KingRJ wrote:
At 10/7/08 10:19 AM, FatKidWitAJetPak wrote:
At 10/6/08 09:48 PM, KingRJ wrote: I think he's dead.
Yeah his house blew up or something.
R.I.P SickStick.

Shall we arrange a funeral?

I'll make the cake.


1,971.

None

Topic: See what NG was like 6 years ago

Posted: 10/08/08 12:45 PM

Forum: General

At 10/7/08 10:40 AM, Mr-Destruction wrote: Anyone here remember the popularity rank?

OoOohh boy!

The what now?


1,972.

None

Topic: Making a cannon in flash : AS2

Posted: 10/08/08 09:11 AM

Forum: Flash


Let's de-derail this thread and get back to the game, shall we?
This childish flamefest is full of comments about peoples' status as a coder and such.

stop? That'd be nice.
Now, fkwajp, tell us, where exactly are you atm? Have you worked out the cannons? Or was that the only problem?

Ok. THEMILLZ and I have gotten everything planned and worked out. I have the physics to make the ball bounce around the screen, which is the main part of the game. I have gotten the cannons to move. Now I just need to apply coding to the power bar and make the ball with physics in it shoot out of the cannon. I probably will have to apply basic trig.


1,973.

None

Topic: Making a cannon in flash : AS2

Posted: 10/08/08 09:09 AM

Forum: Flash

At 10/8/08 06:59 AM, ProfessorFlash wrote:
At 10/7/08 09:43 PM, FatKidWitAJetPak wrote: Here is the particle game so far, in case you wanted to see what I meant. I am proud of it and think it will at least get daily 2nd place.

http://spamtheweb.com/ul/upload/051008/7 5814_particle.php
That's not a game. It's a demo that shows "pretty" things. I'll eat my pants if that gets daily 2nd.

Ill take that bet! SO if it does get placed, you will eat your pants. If it doesnt, however, I will eat my pants.

Expected on youtube.


1,974.

None

Topic: Making a cannon in flash : AS2

Posted: 10/07/08 09:43 PM

Forum: Flash

At 10/7/08 08:06 PM, liaaaam wrote: The fact is you're making a game with a guy and you intend to get it sponsered by Armor Games, this does not mean you are making a game FOR them, and also please don't ask me to make particle effects to try compare my skill to yours because I am not wasting my time. We have all made particle effects when we were learning to AS (fire, sparks, random crap, whatever) and they are not difficult.

They sponsor him all the time. And I am making particle effects with a program called FUSE. It is completley different than making them using AS2. Some of the effects are made using AS2. I am just saying that I have worked on this particle effects project now for 2 months and wont take crap from anybody. I mean, obviously this game has some sort of potential. The intro sucks and needs to be changed into better graphics and I need to clean it up a bit, but so far people have stated the game has some really neat effects. It is a game that is supposed to show how Algebra and Geometry can be used in Flash.

Here is the particle game so far, in case you wanted to see what I meant. I am proud of it and think it will at least get daily 2nd place.

http://spamtheweb.com/ul/upload/051008/7 5814_particle.php

So anyway, I have looked at the cannon information and have made the cannon at least move lol. Well, back to the drawing board to try to make it shoot.

Thanks for all of your help and I hope to meet someone in person who can actually teach me how to learn and memorize coding.


1,975.

Happy

Topic: Making a cannon in flash : AS2

Posted: 10/07/08 07:48 PM

Forum: Flash

Ok ok.. i will try to do this. Here is a picture of the game of any of you are interested. The red things are the cannon and they shoot out one ball each that bounce around the stage and kill enemies. There are 50 levels. You control the mouse with your cannon and click to shoot. How does it look so far?

Making a cannon in flash : AS2


1,976.

None

Topic: Making a cannon in flash : AS2

Posted: 10/07/08 05:13 PM

Forum: Flash

At 10/7/08 04:15 PM, zedd56 wrote:
As for you, fatkidwitajetpak. You say you can't work the meter, but you made my respect meter for you go down fairly quickly.

why lol? Cause I got into an argument with some people? Alright whatever.

Well anyway, I do appreciate you helping me with this, but please do not make stupid assumptions of the way I code. I code by getting coding, and learning everything I can do with it. For example... Lets say I have a bal and I want it to multiply into 2. I figure that out, and then mess around with it to make it multiply into 4 and drop down to the ground.

I am just starting this code stuff out, so I need some LINKS.

I will post a pic of the game once I get home.


1,977.

None

Topic: Making a cannon in flash : AS2

Posted: 10/07/08 05:09 PM

Forum: Flash


You should accept you're very new to AS and you know nothing and learn from there, not dive in, copy and paste some code and claim you're an AS expert programming for Armorgames. Shouting at Gust and the more intelligent members of here is going to get you nowhere.

I do accept I know nothing about coding.. thats why i want to learn!

Look, here is how I got to be a programmer for a game being sponsered by armorgames.

A guy named THEMILLZ contacted me asking for help on his game Murder Ball. I said I would be glad to help him. I have programmed the ball bouncing around everywhere, now I just need to understand how to make a proper cannon.

I dont care if you dont believe me about armorgames or not. What I do care about is if someone can explain to me about coding a cannon. I need some code, however, simply because I need some understanding on what to type.


1,978.

None

Topic: Making a cannon in flash : AS2

Posted: 10/07/08 02:37 PM

Forum: Flash

And what evidence do you have even to support the fact that i dont know coding?

I know much coding. AND OF COURSE I DONT KNOW ALL OF IT!

I am just beginning to learn the advanced parts of coding and hope to make it to front page again with my next game.

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.
Besides, whats the point in this argument? You wont believe anything I say and probably will jst respond with some "You dont know anything" crap.

Instead of acting immature and like you know everything, why not actually try to HELP someone? if I wanted to be treated like i was some 13 year old I wouldnt post this thread. Sadly, i can see there arent any reasonable people who can help except for 2 people in this thread. i will continue this discussion by pming them.


1,979.

None

Topic: See what NG was like 6 years ago

Posted: 10/07/08 10:34 AM

Forum: General

At 10/7/08 10:26 AM, CherinoGears wrote: we've come a long way.

Yeah I kow! 8 admins have been added, forums updated, .. I can go on FOREVER.


1,980.

None

Topic: The 2 Hour Flash Challenge

Posted: 10/07/08 10:19 AM

Forum: Flash

At 10/6/08 09:48 PM, KingRJ wrote: I think he's dead.

Yeah his house blew up or something.


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

<< < > >>

Viewing 1,951-1,980 of 3,767 matches. 13264 | 65 | 66 | 67 | 6897126