Monster Racer Rush
Select between 5 monster racers, upgrade your monster skill and win the competition!
4.23 / 5.00 3,881 ViewsBuild and Base
Build most powerful forces, unleash hordes of monster and control your soldiers!
3.93 / 5.00 4,634 ViewsNewgrounds gives sponsorships
I've tried that before, and only now, when you've said that, it worked!
Magic...
Thanks for help!
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.
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!
There has been a movie about that, that had enough proof, probably your brother is right.
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.
random(); maybe?
example:
random(3);
It will give you either 0, 1 or 2
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.
Such as punches, hits, shots... Are they available for download anywhere?
If not, what would be a good source of sounds?
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.
O, It doesn't
Sorry, today was a tiring day for me, lol.
Thanks for help.
Yes, yes it does, it's from the Audio portal and there it loops well.
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)
How do I make it so the user can only write numerals in an input text?
Thanks in advance
How do I prevent the cursor changing to hand symbol when rolling over a specific button? AS2
Thanks in advance
Better graphics, better fps, music, sounds, more modes, power ups...
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.
No, no...
I mean, save the picture to your computer!
Hi, i'm using AS2 and i'm wondering if it's possible in flash to save a picture from an url?
Thanks
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...
Didn't really work, but thanks anyway.
I guess i dont need them anymore, after all.
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?