Be a Supporter!
Response to: Construct2 Jam Theme & TB Thursday Posted May 1st, 2014 in NG News

The theme sounds pretty interesting.
I wish good luck to all contestants.

Street Address Posted March 28th, 2014 in Where is / How to?

I have some questions.
I want to activate my Revenue Sharing but I have some problems.

I live in Bulgaria and my street adress is on Bulgarian and I am not sure how to fill Street Address (1).
Should the street name address be in Bulgarian or English?
I have no clue.
And the same thing for a PayPal account... sometimes I hate living in this god forgotten country.
Can anyone help me?

Response to: Question! Posted March 21st, 2014 in Game Development

At 3/21/14 02:51 PM, milchreis wrote:
No, you didn't try it.
In this recent code you are putting string into an array, not the actual objects.
This code has nothing to do with your objects.
The quotation marks turn them into string literals.

You should get an error similar to this one when you try to call any method on it that does not exist.

Error: Call to a possibly undefined method gotoAndPlay through a reference with static type String.

Also: as said, use code tags to post code.

I really wish you guys speak in code.
I still can't find a way to make it work, yeah, yeah what a dick...

Response to: Question! Posted March 21st, 2014 in Game Development

You mean I should use an array like this?

var objects:Array = new Array("object0_mc","object1_mc","object2_mc");

Because I tried it and it didn't work... at all.
I use AS3.
I've tried so many ways but it doesn't work... dammit.
And yes I am a total newbie, woo....hoo.

Question! Posted March 21st, 2014 in Game Development

I have a little problem...
Why can't this work?

var frame:Array = new Array(1,1);

for(var i:Number = 0; i < 2; i++)
{
object_mc.this["object" + i + "_mc"].gotoAndStop(frame[i]);
}

Why can't I use this[] in this way?
I there another way to make this work?
SO MANY QUESTIONS!

Response to: Best of February 2014 Posted March 11th, 2014 in NG News

Congratulations to the winners!

Response to: Is Egoraptor a bad person? Posted March 10th, 2014 in General

At 3/10/14 03:57 PM, MrPercie wrote: YOU'RE ALL GOING TO DIE ALONE!

We know we're gonna die one day, stop making things worst! D:
Don't you see people are grieving over egoraptor?

Response to: Hentai Site Copying Ng Layout Nsfw! Posted March 10th, 2014 in General

I think Tom has a plan!

Response to: Newgrounds Emoticons... Waht?! Posted March 8th, 2014 in General

At 3/8/14 12:31 PM, Viper50 wrote:
At 3/8/14 02:27 AM, Cyberdevil wrote: A hidden page I didn't know about!! How long's that been there?
Dunno to be honest. I just stumbled upon it out of nowhere one day while typing random words at the end of the url.

Now I have to try some random words.
My favorite emoticon is the pokerface.

Response to: Happy birthday yurgenburgen! Posted March 8th, 2014 in General

At 3/8/14 12:05 PM, 372 wrote: 27 years old?....really...? thats a joke right?

I don't know why you're asking.
When you can simply check his profile.
Happy Birthday, yurgenburgen!

Response to: Your unique features? Posted March 8th, 2014 in General

At 3/7/14 10:11 PM, Conal wrote: I have a permanent scar on my middle finger, where I was stabbed as a child.

I have a scar on my middle finger too, don't tell me it's on your left arm.
And also on the thumb.

Response to: Hey Fulp!!! Posted March 7th, 2014 in General

Coming from shitty forums/sites that had even shittier admins and mods, this here really makes my eyes wet.
Newgrounds is just awesome!

Response to: Wonderful People R U ONE? Posted March 1st, 2014 in NG News

There are a lot of talents on NG and it's good that Tom is promoting them.

Response to: Stencyl Jam 2014 Posted February 21st, 2014 in NG News

Stencyl still needs work on it, I had few bugs there and there. (Last used 2013)
However it's really good for beginners and for guys that want to keep it simple.
Good luck to all contestants.

Response to: Top entries from 02/15/2014! Posted February 16th, 2014 in P-bot's Postings

Congrats to the winners!

Response to: Top entries from 02/09/2014! Posted February 10th, 2014 in P-bot's Postings

About Red Medusa, I think they'll eventually run out of animations.
I think some of those animations are old, but it's fair to be on the high spots.

Response to: Pre-loader Problem Posted January 30th, 2014 in Game Development

I think it works fine now, but not so sure...
However thank you for your interest of helping me.

Pre-loader Problem Posted January 30th, 2014 in Game Development

I have a huge problem with the NG pre-loader.
I did everything as it says on the notes.
But the loader doesn't load properly...
It shows this when it's loading:
http://postimg.org/image/t8ts090fd/
And this when it's done loading:
http://postimg.org/image/8w6vvpucl/

The game works properly after you click the play button.
But the loading bar doesn't work.
Can anyone help me?

Pre-loader Problem Posted January 30th, 2014 in Programming

I have a huge problem with the NG pre-loader.
I did everything as it says on the notes.
But the loader doesn't load properly...
It shows this when it's loading:
http://postimg.org/image/t8ts090fd/
And then this when it's done loading:
http://postimg.org/image/8w6vvpucl/

Why is not the loading bar working?
I hope you guys can help.