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: 'Loco-Evil-Dabdoub'

We found 165 matches.


<< < > >>

Viewing 1-30 of 165 matches. 1 | 2 | 3 | 4 | 5 | 6

1.

None

Topic: Pico Day Art Contest: Discussion

Posted: 05/01/08 12:58 AM

Forum: Art

tic..
tac..
tic..
tac..

(just two points... oh, the horror... now lets move on to get some alcohol, and maybe a girl)


2.

None

Topic: Pico Day Art Contest: Discussion

Posted: 04/30/08 07:56 PM

Forum: Art

At 4/30/08 05:50 PM, Maxxor wrote: I wanna punch someone in the face. Flash just crashed on me. i'll never get this stupid drawing done.

I know the feeling, but i learned to relax and that nothing in life really matters. Nothing at all. Of course, i dont expect that you understand that, so a second choice is "staving" a wooden door with a very sharp knife. You could also try throwing sharp knives at the same door (as long as you closed it, so nobody comes in to get a knife in the face, or somewhere else). It´s pretty fun, and feels very gooood... haha.


3.

Goofy

Topic: Pico Day Art Contest: Discussion

Posted: 04/30/08 02:15 AM

Forum: Art

(And yes, i was waiting someone to ask about it, he. I´m glad you commented about it)


4.

None

Topic: Pico Day Art Contest: Discussion

Posted: 04/30/08 02:13 AM

Forum: Art

At 4/29/08 11:17 PM, Luis wrote:
At 4/29/08 09:18 PM, Loco-Evil-Dabdoub wrote: So I thought I might re-post the same stuff I left for the pico redesign contest, to know what you think about it:

A vitral that conmemorates the killing of Nene after she was turned into a zombie. Pico had no choice.
You sure she was a zombie? She looks perfectly normal to me.... well aside from missing a hand... and walking around in panties

Well, my clever answer to that is this: zombies look like most people, and people are used to think of them as roting pieces of meat, but you can only ook that rotten after a few days of been dead. Let´s guess nene was "zombified", bitten by one of those bastards, and also lets guess that in this hypotetical world, the virus works as fast as the bacteria of Parasite Eve -r-. Nene woul look pretty normal, eccept a bit pale, and with her eyes lost into infinity. As a priviledge zombie she could have kept her agility to slash anything in her way, and the desire to get Pico (there are zombie "masters" in Advanced Dungeons and Drangons that are as smart as any normal person, or even genius). Of course, she damaged Pico´s arm, so badly, the only quick way to avoid infection was to chop it off, and thats why he replaced it with a chainsaw.

So now you got a credible background, and a good pretext for an epic battle, and also military intervention, hahaha...


5.

None

Topic: Pico Day Art Contest: Discussion

Posted: 04/29/08 09:18 PM

Forum: Art

So I thought I might re-post the same stuff I left for the pico redesign contest, to know what you think about it:

A vitral that conmemorates the killing of Nene after she was turned into a zombie. Pico had no choice.

Pico Day Art Contest: Discussion


6.

None

Topic: Art Contest: Pico Day 08

Posted: 04/27/08 11:38 PM

Forum: Art

A vitral that conmemorates the killing of Nene after she was turned into a zombie. Pico had no choice.

Art Contest: Pico Day 08


7.

None

Topic: How To Make A Wooden Sword

Posted: 09/23/06 12:40 AM

Forum: Art

Hope you show it here finished. Also try "cosplaying it"... it will be interesting what kind of costume will go with that thing...


8.

None

Topic: StarF68's Lyrics Machine

Posted: 06/05/06 11:53 AM

Forum: General

This topic is dead:
It has been read
a thousand times,
anyway the lyrics are insane,
so that´s why i´m posting this bullsh*t.
(to remember they´re here)


9.

None

Topic: problem with loadMovie / slideshow

Posted: 05/05/06 02:01 PM

Forum: Flash

Thank to everyone, but none of you understood... I want to make an animation that runs in loop, and that each time it begins it loads a different picture (not necessaryly random) and unloads it when it ends, to begin the cycle. Someone told me my mistake was using a "for" loop, so currently I´m experimenting with the "while" loop... so, I still need help...


10.

None

Topic: problems with loadMovie / slideshow

Posted: 05/05/06 01:49 AM

Forum: Programming

At 5/5/06 01:46 AM, henke37 wrote: Do not use a for loop. it will load all of them, each time replaceing the previous one. The result is that the last one allways ends up loaded.

Ok, so if the for loop was the problem, what kind of loop i need to use, or how i need to use it to make it do the trick?
By the way, thanks for your answer.


11.

None

Topic: problems with loadMovie / slideshow

Posted: 05/05/06 01:39 AM

Forum: Programming

help me... this is driving me insane...


12.

None

Topic: problem with loadMovie / slideshow

Posted: 05/05/06 01:39 AM

Forum: Flash

help me... this is driving me insane...


13.

None

Topic: problems with loadMovie / slideshow

Posted: 05/04/06 11:38 PM

Forum: Programming

(By the way, don´t get angry if I posted this in the "wrong" forum, but I need help, and fast! this is extremely important for me. And thanks again for your tolerance)

this topic, in the flash forum --> http://newgrounds.com/bbs/topic.php?id=480
143


14.

None

Topic: problem with loadMovie / slideshow

Posted: 05/04/06 11:35 PM

Forum: Flash

What I want to do is to make a code that can load a different JPG (with a name such as DSC01234), automatically each time the first frame runs, and unloading the current JPG in the final frame. I can´t understand why my code doesn´t work, but I´m sure there must be a way to make ir do what its supossed to do...

------frame1----

var myPic:String = "";
var myCounter:Number = 0;
for (myCounter = 2280; myCounter < 2312; myCounter ++){
//trace(myPic);
myPic = ("DSC0" + myCounter + ".jpg");
loadMovie(myPic, myPicZone.fotoJPG_mc);
}

-----animation of myPicZone------
-----final Frame, with unloadMovie action (that also doesn´t work properly), so i don´t use it for now. Also need help here (i know, i suck)----

What this code actually do is just loading the first picture, and when the code ends it stops the whole thing, so I left the unloadMovie as a comment, but still, when the animation restarts, it doesn´t change to the next picture, so Im stuck...

Any suggestions in how I need to work on this, because Im not a programmer (i read books, but Im just begginig), and I need to do this kind of "slide Show" for saturday, because I don´t have time to work "manually" to make a video in some other software...

Thanks.


15.

None

Topic: problems with loadMovie / slideshow

Posted: 05/04/06 11:26 PM

Forum: Programming

What I want to do is to make a code that can load a different JPG (with a name such as DSC01234), automatically each time the first frame runs, and unloading the current JPG in the final frame. I can´t understand why my code doesn´t work, but I´m sure there must be a way to make ir do what its supossed to do...

------frame1----

var myPic:String = "";
var myCounter:Number = 0;
for (myCounter = 2280; myCounter < 2312; myCounter ++){
//trace(myPic);
myPic = ("DSC0" + myCounter + ".jpg");
loadMovie(myPic, myPicZone.fotoJPG_mc);
}

-----animation of myPicZone------
-----final Frame, with unloadMovie action (that also doesn´t work properly), so i don´t use it for now. Also need help here (i know, i suck)----

What this code actually do is just loading the first picture, and when the code ends it stops the whole thing, so I left the unloadMovie as a comment, but still, when the animation restarts, it doesn´t change to the next picture, so Im stuck...

Any suggestions in how I need to work on this, because Im not a programmer (i read books, but Im just begginig), and I need to do this kind of "slide Show" for saturday, because I don´t have time to work "manually" to make a video in some other software...

Thanks.


16.

None

Topic: myspace...

Posted: 03/05/06 07:13 PM

Forum: General

At 3/5/06 06:57 PM, TehreTard wrote:
At 3/5/06 05:53 PM, JeenyusIsSanta wrote: Why would you be retarded enough to give out personal information to people you don't know anyway. Internet Stalkers just take advantage of kids that are retarded enough to say, 'HEY I LIVE IN FARMINGTON, OHIO!! MY NAME IS MIKE JONES!!'
You took the words out of my mouth, if some dumbass pre teens want to put their personal information on the internet, let them. Those who do that deserve to be kidnapped and raped because they were asking for it

hahaha...

At 3/5/06 06:42 PM, superlunk wrote: Which is why I don't have a myspace.

Myspace isn´t that bad . . . I use it mainly to seek underground bands and downloading their songs, and to get free pics from pornstars sometimes.


17.

None

Topic: Dirty words around the world!

Posted: 03/05/06 07:08 PM

Forum: General

Where I should use zoccola to insultate someone? you didn´t post that . . .


18.

None

Topic: Dirty words around the world!

Posted: 03/05/06 07:06 PM

Forum: General

At 3/5/06 04:43 PM, LinkSssilvermane wrote:
At 3/5/06 04:41 PM, Loco-Evil-Dabdoub wrote: pendejo = asshole
I thought that meant "dickhead".

Well, kind of... it´s means something like idiot, but worse. It´s used when someone did something pretty stupid.


19.

None

Topic: Scientists Suck!

Posted: 03/05/06 06:59 PM

Forum: General

. . . Perhaps this kid escaped from a lab where scientists made experiments with him, trying to evaluate the effects of religion in the human mind . . .


20.

None

Topic: Jewish-looking people image gallery

Posted: 03/05/06 06:43 PM

Forum: General

An stereotypical jew looks like anyone else, eccept for their cloths and hair: a funny hat, and the long sideburns in a spiral.

[img=http://img351.imageshack.us/img351/34
17/cliche2xh.gif][/url]

like some people (like me) would say: "chale..."
(by the way, I don´t know how this word will be expressed in english, so don´t ask it´s meaning. Also, it isn´t "chalet", that´s a french word).


21.

None

Topic: myspace...

Posted: 03/05/06 06:09 PM

Forum: General

Did he knew her? because I found this pretty stupid. If some paedophile ask a girl that in the street, he can be arrested, because its obvious the age of the girl. In internet, you can say you are whatever you like, and even upload pics of someone else, and say you are that person (people that does this are pathetic, because they can´t accept their body or who they are... or perhaps just afraid of the world).
So, in brief, how he got arrested? Was there an old fashioned police chase? or some blood?
this sound like an interesting story for the reality channel or other similar to it.
Myspace is just a place for adverticing, and for seeking pictures, that´s all.


22.

None

Topic: Foamy F***s Germaine!

Posted: 03/05/06 05:21 PM

Forum: General

At 3/5/06 04:26 PM, PureCarnage wrote: This is a piece of Newgrounds history... I expect many of you will thank me and hate me.

Foamy Rape!

Please let me know what Episode II should be?

What about Germaine seeking help, and then she´s captured by foamy and friends to be fucked again?

It will be disturbing and yet hilarious. Just thinking about it makes me laugh...


23.

None

Topic: Dirty words around the world!

Posted: 03/05/06 04:41 PM

Forum: General

pendejo = asshole


24.

None

Topic: Scientists Suck!

Posted: 03/05/06 03:30 PM

Forum: General

At 3/5/06 01:35 PM, BlackMetal-BadAss wrote: your age is 13, thus, you should not be taken seriously or even payed attention to because your 13.

especially in this case, since your just rammbling on about stuff you have no real idea about.

i hate 13 year olds.

hahaha... not all 13year olds are fools, this one is "special". Even I, when I was 13 I did a couple stupid things (like breaking or burning stuff), but I never said something like this kid. I really hope he begins to read, or he may end in one of those crazy cults.


25.

None

Topic: Scientists Suck!

Posted: 03/05/06 01:23 PM

Forum: General

Got some new for those who are bored and also reading this topic : you can stop iBLOODe887 from writting reviews, as he is a real idiot. I was thinking he might be and it turns he is, just read his animation reviews. He will be benned in no time.

I only hope sometime people like him can be banned from the forums just for writting this kind of stuff.

Also, iBLOODe887:
I´m God, if you see a knife, cut your eyes , and then your hands, so you can´t sin anymore... you should know this, it is in the Bible.


26.

None

Topic: Scientists Suck!

Posted: 03/05/06 01:12 PM

Forum: General

iBLOODe887 ... I didn´t wanted to say this... but, "what the f*ck":

I´m your father.

Son, you are going to be lynched by our people for the crime of using a computer.


27.

None

Topic: Scientists Suck!

Posted: 03/05/06 01:04 PM

Forum: General

At 3/5/06 11:26 AM, iBLOODe887 wrote: Scientists believe in the Apocalypse.

It's NEVER going to happen. There's too many whiney-ass bitches scared and whimpering all night thinking the apocalypse is going too happen all because of the SCIENTISTS!

It is going to happen, even if you aren´t alive to see it. Also, it will not happen like it is in the Bible.

Scientists think we evolved from Apes.

This is the lamest excuse for human existence I've ever heard! Where is the proof?! We have enough proof that God exists so why the hell are they saying we weren't created by God?

They don´t think we evolve from apes, but a common ancestor, idiot. And if you are that offended about that, we also have an ancestor in common to rodents, because as far as I know, they were the first mammals in earth.

Scientists don't believe God creates a life.

Scientists think that we reproduced by this sperm, female ovaries, 'human reproduction' crap. Who even WANTS to believe in this! Why don't scientists follow the simplicity idea of 'God creates humans'.

Some of them do, but most of those who beleive are "agnostics" as they beleive there´s a chance god might exist, but they can prove if it does or doesn´t (god isn´t male or female, so I always reffer to it as "it").

Scientists don't believe in afterlife.

They are always coming up with a theory too every mystery in life when they should just think of the obvious answer! They've never really admitted that they don't believe in afterlife, but after all this crap talk about how everything happens, it's simply obvious!

Not in the same way you do. Not in the same way a budist or hinduist person, or not even like in some prehispanic cultures that are still alive. Everybody has his/her own beleifs.

Scientists don't think God created the world.

Scientists believe the Big Bang caused the big explosion of matter to release from a tiny light. Where's the proof of that? Were they there when it happened?

They can´t, because there aren´t proofs. If you can, then you should talk to them.

Scientists believe the Sun is run by fuel.

They think that the Sun will run out of 'fuel' in a billion years. It's pretty much been fourteen billion yearssince the world was created so I really think there would've been a change in the climate!

Not in gasoline (sorry... perhaps you thought this, so I need to make it clear). Do you know a thing called lava or magma? well imagine a big, enormous ball made of it, and perhaps you will get close to an idea of what the sun is.

Where's their faith? It's probably stuck up their ass or something because I really doubt they're showing anything! And if you don't believe in God, I bet you're looking forward to decaying in the soil beneath us, huh?

As I explained before, some scientists beleive in god (even in the same god you do).
Anyway, everything you wrote shows:
>> that you don´t read a lot.
>> you beleive in the few things you read (perhaps you will be beleiving in OVNIS if your mother or father taught that.
>> you are narrow minded, like the nazis. Perhaps you are even one of them... just kidding, hehe...

By the way, I don´t beleive in god in the same way you do, and Im not a scientist. I will be rare to a real scientist to be losing his/her time in this website as you do (or I, and other bunch of people.

Read more, learn more, think and make your own conclusions, and after you are sure (you got proofs of yourown ideas, and you are sure of them to be real), you are welcome to post.


28.

None

Topic: im leaving NG...

Posted: 03/05/06 12:36 PM

Forum: General

If you don´t like NG, just go to some lame site without being so "dramatic":
What´s the point in doing that?


29.

None

Topic: ASchallenge :How to code subtitles?

Posted: 02/16/06 01:57 AM

Forum: Flash

At 2/16/06 01:05 AM, animoney1 wrote: http://www.newground../topic.php?id=368014

Thanks! I think that will help me a lot.


30.

None

Topic: ASchallenge :How to code subtitles?

Posted: 02/16/06 01:03 AM

Forum: Flash

Maybe some of you have watched StrangeClock´s " 21 OClockStreetTheMovie 1 ". I have thought how could I make my own code and how I could put the subtitles in an animation I began in 2005, but that I left incomplete to organize a mini-concert for some local bands, and for fixing and making simle websites for some friends.
So, could someone help me with some ideas? I promise to include your name in the Credits.
Thanks, anyway for reading.

As a side note, I considered ActionScript as programming, but I didn´t read the description of the programming section of the BBS, so I´m sorry about that.


All times are Eastern Daylight Time (GMT -4) | Current Time: 11:01 PM

<< < > >>

Viewing 1-30 of 165 matches. 1 | 2 | 3 | 4 | 5 | 6