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

We found 3,140 matches.


<< < > >>

Viewing 1,651-1,680 of 3,140 matches. 12754 | 55 | 56 | 57 | 5881105

1,651.

None

Topic: AS Tiles Help!

Posted: 08/11/06 11:45 AM

Forum: Flash

I'm SO STUPID FOR MAKING THIS THREAD THE ANSWER WAS SO EASY! Please lock this thread for nobody to see!

var myMap:Array = new Array([1, 1, 1],[1, 0, 1],[1, 1, 1]);
for(j = 0; j < 3; j ++)
{
for(i = 0; i < 3; i ++)
{
attachMovie("tile", "t_" + i + "_" + j, _root.getNextHighestDepth());
_root["t_" + i + "_" + j]._x =i * 30;
_root["t_" + i + "_" + j]._y = j * 30;
_root["t_" + i + "_" + j].gotoAndStop(_root.myMap[j][i] + 1);
}
}

i was multiplying the array!! lol!


1,652.

None

Topic: AS Tiles Help!

Posted: 08/11/06 11:38 AM

Forum: Flash

At 8/11/06 11:35 AM, pyro111 wrote: I may be really stupif for saying this, but its early, and im tried, so.

Shouldn't it be

var map:Array = new Array ([0,0,0],[1,0,1],[0,1,0]);

I dont know if you need the new in their or not. But im tired as hell, so meh.

Nope sorry, you dont. Thanks for trying : )

Also, why is this returning NaN, NaN, NaN...

trace((myMap[hor] * 30));


1,653.

None

Topic: AS Tiles Help!

Posted: 08/11/06 11:33 AM

Forum: Flash

I just realized that the _x and _y setting is the problem, for this works...

myMap = [[1, 1, 1],[1, 0, 1],[1, 1, 1]];
for(var ver = 0; ver < 3; ver ++)
{
for(var hor = 0; hor < 3; hor ++)
{
_root.attachMovie("tile", "t_" + hor + "_" + ver, _root.getNextHighestDepth());
_root["t_" + hor + "_" + ver].gotoAndStop(_root.myMap[ver][hor] + 1);
trace(myMap[ver][hor]);
}
}

So please take a look, whats wrong with these scripts?!

_root["t_" + hor + "_" + ver]._x = map[ver][hor] * 30;
_root["t_" + hor + "_" + ver]._y = map[ver] * 30;


1,654.

None

Topic: AS Tiles Help!

Posted: 08/11/06 11:22 AM

Forum: Flash

I really hate to ask AS questions, but here ya go. I've got 'tile' in my library with 2 frames, to represent the different tiles (im making a tile engine).

I want to make a function to draw a 2-dimensional array that holds the tiles, yet WTF it doesn't work. The funny thing is I've gotten it to work many times before.

var myMap:Array = Array(
[1, 1, 1],
[1, 0, 1],
[1, 1, 1]
);
function buildMap(map)
{
for(ver = 0; ver < 3; ver ++)
{
for(hor = 0; hor < 3; hor ++)
{
_root.attachMovie("tile", "t_" + hor + "_" + ver, _root.getNextHighestDepth());
_root["t_" + hor + "_" + ver]._x = map[ver][hor] * 30;
_root["t_" + hor + "_" + ver]._y = map[ver] * 30;
_root["t_" + hor + "_" + ver].gotoAndStop(map[ver][hor] + 1);
}
}
}
buildMap(myMap);

This is what I am getting. I really need help here, guys.


1,655.

None

Topic: anothe OR problem

Posted: 08/10/06 11:56 PM

Forum: Flash

sure are a lot of closing brackets, too many i think...


1,656.

None

Topic: Mixed flash collab.

Posted: 08/10/06 11:46 PM

Forum: Flash

This HAS to be a joke.


1,657.

None

Topic: Drawings?

Posted: 08/10/06 09:43 PM

Forum: Flash

they look kind of similar, so id say, change hair color and stuff for one. Also, In general, your hair seems like one big clump. Give little threads of hair streaming onto their foreheads to make it look more natural. The shading could use some work, but other than that they are pretty good. I wouldn't reccomend centering the head if there is no neck though : /


1,658.

None

Topic: isnt everyone tired of...

Posted: 08/10/06 09:41 PM

Forum: Flash

Take a crack at Flash itself, I can't imagine myself on Newgrounds if I didn't make Flash. Seems pointless to me.


1,659.

None

Topic: Amvs On Newgrounds? Can It Happen

Posted: 08/10/06 09:39 PM

Forum: Flash

At 8/10/06 06:07 PM, Kirk_Cocaine wrote: artoonixkid418 doesn't make TV shows.

It was a joke...


1,660.

None

Topic: Slip Stream: Beta Testers Needed

Posted: 08/10/06 09:31 PM

Forum: Flash

I have nothing to say accept maybe have a screen after the color selection to choose your speed, turn speed, etc. with credits to spend.

Other than that, this is truely an amazing game, I am astounded at some of the proffesionalism I have seen, like...

it took me 1.5 hours but i did it. i made a an icon for every level

great!


1,661.

None

Topic: Amvs On Newgrounds? Can It Happen

Posted: 08/10/06 05:12 PM

Forum: Flash

At 8/10/06 05:04 PM, Kirk_Cocaine wrote: You didn't make them so it's stealling.

How do you know?


1,662.

None

Topic: need animator?

Posted: 08/10/06 05:11 PM

Forum: Flash

At 8/10/06 05:09 PM, teejayandjon wrote: i cant draw just animate PLZ let me animate

You don't NEED us to animate, just animate something on your own.


1,663.

None

Topic: Rate my comic!

Posted: 08/10/06 04:57 PM

Forum: Flash

At 8/10/06 04:43 PM, Cybex wrote: I don't get it. It'd be better if person1 asked "Brush your teeth?" in the last frame as a sort of insult. But then it still wouldn't be funny. Also, what's with the introduction in the first frame?

I want 3 frames.


1,664.

None

Topic: Rate my comic!

Posted: 08/10/06 04:20 PM

Forum: Flash

At 8/10/06 04:11 PM, Cold_ wrote: Graphics 8/10 (clean up your spelling a bit and maybe use a different font.)

is slowely spelled wrong? Quickly? What's the problem I don't see any (im a crap speller).

Humor 2/10 - not very funny.

I'll try harder...

At 8/10/06 04:14 PM, chubbthehippo wrote: the style of ur drawing doesn't fit the humor of the comic. make the drawings less detailed. good joke :D.
7/10

less detailed?! Why?

- - - - - - - - -

Okay so some people don't like the joke. For the next one the script was...

Person1: Hey Joe!
Person2: Hi!

Person1: So Joe, what did you do this summer?
Person2: Well, I'll tell you what I didn't do...

Person2: ...Brush my teeth.

Is that funny?


1,665.

None

Topic: Rate my comic!

Posted: 08/10/06 04:10 PM

Forum: Flash

At 8/10/06 04:09 PM, WilliWowza wrote: Eh, it's so-so 5/10

-__- The point of the thread is to improve my comics. How can I improve!?


1,666.

None

Topic: Rate my comic!

Posted: 08/10/06 04:07 PM

Forum: Flash

At 8/10/06 04:03 PM, 23450 wrote: i like the idea of the joke, but the punchline was not so good. 3/10

what i am looking to do is get the rating up to 8. Tell me how i could make it better, unless the punchline is the only problem.

At 8/10/06 04:04 PM, kenki wrote: LOL I THOUGHT THAT WAS HILARIOUS

didnt make much sense but i loved it keep it up!

thanks


1,667.

None

Topic: extra dress up scripts

Posted: 08/10/06 04:02 PM

Forum: Flash

make the 'dress' a movieclip, and...

onClipEvent(enterFrame)
{
if(Key.isDown(Key.RIGHT))
{
_rotation += 2;
}
if(Key.isDown(Key.LEFT))
{
_rotation -= 2;
}
}


1,668.

None

Topic: Rate my comic!

Posted: 08/10/06 03:57 PM

Forum: Flash

My Comic

Before I start pumping a bunch of comics out, I want to make sure they are quality. Please tell me what is wrong with this comic, if you find it funny, and what you rate it /10. I want the Snubby Land Comics to be as good as possible! : )


1,669.

None

Topic: Stand Up Comdey Collaboration!

Posted: 08/09/06 12:10 PM

Forum: Flash


1,670.

None

Topic: Stand Up Comdey Collaboration!

Posted: 08/09/06 11:56 AM

Forum: Flash

me and shmelo talked.

and we decided that this shuld be out quickly, and even though its not fair to sweet, or me, im submitting it. look at it though, im sure sweet will be happy with all the comments i have put forth to him.

( im not very patient.

1,671.

None

Topic: Stand Up Comdey Collaboration!

Posted: 08/09/06 10:38 AM

Forum: Flash

sorry for double post, I WOULD submit it but I still need -SweetSkater- to buddy me! HURRY!


1,672.

None

Topic: Stand Up Comdey Collaboration!

Posted: 08/09/06 10:36 AM

Forum: Flash

At 8/9/06 07:14 AM, DuckAndCover wrote:
At 8/8/06 04:28 PM, Snubby wrote: Snubby, EdpR, Cybermonkey_Studios, WAAANIMATION and -SweetSkater-. Sorry -shmelo-, but there is too much of a weight against you - though yours is great, it was handed in last and is shorter.
Give a round of applause to your obnoxious and unfair collab master!

Way to go, Snubby :P

well, if this is serious I don't think you understand. If you'll read earlier I announced that the last person to hand in was not to be authored. This is very unfair to that person, but what else is there to do? I can only co four people.


1,673.

None

Topic: Stand Up Comdey Collaboration!

Posted: 08/08/06 04:28 PM

Forum: Flash

ATTENTION:!::!:!: THE COLLAB IS DONE BUT I CANNOT HOST IT DUE TO FILE SIZE ~3MB! IT WILL BE SUBMITTED AS SOON AS ALL PARTICIPANTS add me as a buddy!!! HURRY UP!!!

Also, after further consideration, the participants co-authored will be...

Snubby, EdpR, Cybermonkey_Studios, WAAANIMATION and -SweetSkater-. Sorry -shmelo-, but there is too much of a weight against you - though yours is great, it was handed in last and is shorter. I made an announcement earlier that last in is not co, and i must stick by that. no vote : (

unless we get a volunteer.

ADD ME AS A BUDDY AND WE ARE DONE!


1,674.

None

Topic: Stand Up Comdey Collaboration!

Posted: 08/08/06 02:44 PM

Forum: Flash

At 8/8/06 02:37 PM, TheHappySheep wrote: If you are about to release

might not be soon after all, co-author business is tricky stuff when there are 6 people making the movie (only 5 can make it), and when most of which aren't online :/


1,675.

None

Topic: Stand Up Comdey Collaboration!

Posted: 08/08/06 02:32 PM

Forum: Flash

At 8/8/06 02:23 PM, TheHappySheep wrote: snubby - i think these are the fillers for your question marks
Fast food take-aways,
Booze
Pardon

Also:
'New age' should be 'new ways'

much thanks!!! now i finished the subtitles! Im tlaking to shmelo right now and he says the OMG hes going to be done in a couple of minutes, so this WHOLE thing could be DONE in 30 mintes? I need you guys to add me to ur buddy lists!!! now!!!


1,676.

None

Topic: Flash (Noob) Tutorial

Posted: 08/08/06 01:10 PM

Forum: Flash

This tutorial has my approval!


1,677.

None

Topic: Stand Up Comdey Collaboration!

Posted: 08/08/06 12:19 PM

Forum: Flash

At 8/8/06 12:18 PM, Snubby wrote: ALSO! After a few minutes of shaving frames, the lagg is GONE! here is the finished product minus shmelo's part :D if i get his we can have this thing done today!

you idiot, you forgot the link http://denvish.net/u..ndUpComedyCollab.php


1,678.

None

Topic: Stand Up Comdey Collaboration!

Posted: 08/08/06 12:18 PM

Forum: Flash

ALSO! After a few minutes of shaving frames, the lagg is GONE! here is the finished product minus shmelo's part :D if i get his we can have this thing done today!


1,679.

None

Topic: Stand Up Comdey Collaboration!

Posted: 08/08/06 12:03 PM

Forum: Flash

ok sweetskater here is your part with the subtitles I understand. Just tell me the script for the parts with ?!?!?!?!??!?!??!.

http://denvish.net/u.._-SweetSkater--1.php


1,680.

None

Topic: Stand Up Comdey Collaboration!

Posted: 08/08/06 11:44 AM

Forum: Flash

At 8/8/06 11:09 AM, Cybermonkey_Studios wrote: Does that conclusion play after WAA's part?

after sweets part.

- - - - - - - - - -

Here is the conclusion!
So, all we need is Sweet skaters script, shmelos part, some shmelo subtitles, and BAM!!! We are DONE!!!

Also, the project as a whole is currently undergoing some very serious audio sync. problems - its so long and it has so many sounds that they are starting to lagg. My plan of action of course is to delete some frames, and it should turn out okay. I'm not going to post the movie now though, its not fixed yet.


All times are Eastern Daylight Time (GMT -4) | Current Time: 12:08 AM

<< < > >>

Viewing 1,651-1,680 of 3,140 matches. 12754 | 55 | 56 | 57 | 5881105