Be a Supporter!
Response to: Non Exclusive Sponsors Posted October 12th, 2009 in Game Development

Newgrounds gives sponsorships

Response to: Variable values? Posted October 12th, 2009 in Game Development

I've tried that before, and only now, when you've said that, it worked!

Magic...

Thanks for help!

Variable values? Posted October 12th, 2009 in Game Development

Say, I have two variables - name1 and name2
Name1 is the input box, after pressing the button the "name2" dynamic field should take name1's value.
How do I do that?

I could do name2 = name1, but then it would also transfer the styles, but I just want the value.

Fail sound Posted September 12th, 2009 in General

A quick question.
This sound usually happens when somebody fails at something, in alot of parodies/youtube and flash movies. I need that sound for my flash, but I don't know what's it called and where can I download it.

The sound can be heard http://www.youtube.com/watch?v=ikd8yKrnf BE at 2:46, along with the Materazzi thing.

I didn't put this into audio section because this is a general question, and this has nothing to do with NG audio artists.

Thanks in advance!

Response to: Help Me Censor My Shirt. Posted September 11th, 2009 in General

Holy sheet of paper

Response to: Oh my fucking god! Posted September 11th, 2009 in General

There has been a movie about that, that had enough proof, probably your brother is right.

Response to: Loading And Saving Text In A Swf Posted September 10th, 2009 in Game Development

SharedObjects here won't work, for obvious reasons - you wanted it to save even after the cookies are cleared.
PHP is the only way I think.

Response to: Random number generator AS Posted September 8th, 2009 in Game Development

random(); maybe?
example:
random(3);
It will give you either 0, 1 or 2

Response to: Flash play backwards? Posted September 7th, 2009 in Game Development

Thanks alot!

Flash play backwards? Posted September 7th, 2009 in Game Development

Is there a way to make a flash play backwards, with AS2?
What I'm trying to do is a button, and when you press that button, a certain MC plays from frame 20 to frame 1.

Response to: Original madness sounds? Posted September 7th, 2009 in Game Development

Thanks.

Original madness sounds? Posted September 7th, 2009 in Game Development

Such as punches, hits, shots... Are they available for download anywhere?
If not, what would be a good source of sounds?

Response to: i need !!! Posted September 7th, 2009 in Game Development

If you want someone to help you, first specify what is your movie about, what genre is the movie, the general idea behind the characters, give examples.

Response to: Perfect looping? Posted September 3rd, 2009 in Game Development

O, It doesn't

Sorry, today was a tiring day for me, lol.

Thanks for help.

Response to: Perfect looping? Posted September 3rd, 2009 in Game Development

Yes, yes it does, it's from the Audio portal and there it loops well.

Perfect looping? Posted September 3rd, 2009 in Game Development

I need to know if there is any way to make my sound loops sound perfectly, without those gaps when the sound ends to start the second loop...
The format for my sounds are wav.

AS:

menumusic = new Sound();
menumusic.attachSound("song1");
menumusic.start( 1 , 999);
menumusic.setVolume(100)
Response to: Input text problem? Posted September 2nd, 2009 in Game Development

Thanks alot guys!

Input text problem? Posted September 2nd, 2009 in Game Development

How do I make it so the user can only write numerals in an input text?

Thanks in advance

RollOver help Posted August 3rd, 2009 in Game Development

How do I prevent the cursor changing to hand symbol when rolling over a specific button? AS2

Thanks in advance

Response to: Saving picture? Posted November 22nd, 2008 in Game Development

Anyone?

Response to: Suggestions, please? Posted November 22nd, 2008 in Game Development

Better graphics, better fps, music, sounds, more modes, power ups...

Response to: Saving picture? Posted November 22nd, 2008 in Game Development

I made a little flash program for my personal use to scroll through pictures on the net. When I'm viewing one of them, I have the url of the picture, and i want to be able to save it to my computer if i want to.

Like, i have the URL: www.imageshack.com/insertrandomnumberher e
And i want to be able to save the picture to my computer using flash.

I can do that through HTML, using rightclick and "Save Target As" but that's a long way, i'd like to be able to do it through my swf.

Response to: Saving picture? Posted November 22nd, 2008 in Game Development

No, no...
I mean, save the picture to your computer!

Saving picture? Posted November 22nd, 2008 in Game Development

Hi, i'm using AS2 and i'm wondering if it's possible in flash to save a picture from an url?
Thanks

Response to: As2 Help Posted November 21st, 2008 in Game Development

Found it out myself. Thanks.

As2 Help Posted November 21st, 2008 in Game Development

Hey guys, i need help here.
How do i change a part of dynamic text?
For example, if it's "http://bbssig.ngfiles.com/1615/1615705.
jpg"
I want to make it so with every click on a button, the last number increases, so it will be
http://bbssig.ngfiles.com/1615/1615705.j pg
http://bbssig.ngfiles.com/1615/1615706.j pg
http://bbssig.ngfiles.com/1615/1615707.j pg
etc...

Response to: Need help with depths Posted September 20th, 2008 in Game Development

Didn't really work, but thanks anyway.
I guess i dont need them anymore, after all.

Need help with depths Posted September 20th, 2008 in Game Development

Hi, I am using flash 8, AS2.
I want movieclip 1 to be on top of movieclip 2, if the _y of movieclip 1 is higher than _y of movieclip 2,
and movieclip 2 to be on top of movieclip 1, if the _y of movieclip 2 is higher than _y of movieclip 1.

How do i do this?

Response to: Help. Movieclips spawn. Posted August 2nd, 2008 in Game Development

Anyone?