00:00
00:00
Newgrounds Background Image Theme

bitchfurry666 just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Response to AS: Sound 2008-07-16 12:56:59


So how do I do to compress the sound file and make it smaller?

Response to AS: Sound 2008-07-20 11:21:08


how do you make it so that when you click a button a sound plays im a beginner HELP!!


ill give you a ten because you let me give you a zero!, My only friend the end,

My latest game

My page

BBS Signature

Response to AS: Sound 2008-07-20 12:26:00


mayoarm11:

 if (myVariable == 1) {
	mySound1.start(0, 1);
}

mustangman24:

on (release) {
	mySound = new Sound(this);
	mySound.attachSound("sound1");
	mySound.start(0, 1);
}

Gorilla Studios || A game is like sex, its better when its free

BBS Signature

Response to AS: Sound 2008-09-09 11:50:25


Yo guys,

Great tutorial. You guys > me.
</brownnosing>
Any chance one of you know how to use the different levels of whatever audio is playing to trigger other animation events? In other words, how do you make visualizers like the ones that are in the audio portal?

Response to AS: Sound 2008-09-09 13:03:28


Disregard. AS3 help file for the win. Huzzah.

Response to AS: Sound 2009-02-24 20:15:06


I couldn't find in the search bar and AS MAIN: Sound didn't help me so, here goes.

How do I do:

onClipEvent(enterFrame){
	if(this.hitTest(_root.player)){
	(Play Sound)
	}
}

Very basic question, I know.


BBS Signature

Response to AS: Sound 2009-02-24 20:16:44


At 2/24/09 08:15 PM, InnerChild548 wrote: I couldn't find in the search bar and AS MAIN: Sound didn't help me so, here goes.

How do I do:

onClipEvent(enterFrame){
if(this.hitTest(_root.player)){
(Play Sound)
}
}

Very basic question, I know.

Shit! Wrong topic!

So Sorry!


BBS Signature

Response to AS: Sound 2010-02-03 17:38:18


I already did everything that is in this post, but then a HUGE problem appears!!! When I open the swf. file, the voices don't appear...

I've had put the audio at MP3 - 64kbps - Stereo

I did something wrong?


Everything that happens has it purpose...

Response to AS: Sound 2010-02-03 18:07:40


At 2/3/10 05:38 PM, MajorPauro wrote: I already did everything that is in this post, but then a HUGE problem appears!!! When I open the swf. file, the voices don't appear...

I've had put the audio at MP3 - 64kbps - Stereo

I did something wrong?

That is a big problem. If you've tried everything in the tutorial, my suggestion is to try saving your mp3 as a wav. When I had this problem, in the past, that was the cause of it.


BBS Signature

Response to AS: Sound 2010-02-04 12:54:10


At 2/3/10 06:07 PM, doctormario wrote: That is a big problem. If you've tried everything in the tutorial, my suggestion is to try saving your mp3 as a wav. When I had this problem, in the past, that was the cause of it.

I forgot to mention that I use Flash MX ^^''! And It didn't worked...


Everything that happens has it purpose...

Response to AS: Sound 2011-03-17 05:30:11


so i imported a ,wav like it said and the whole thing worked great. but when i decided to switch to a different song the tiny file became a 10 mb with the first song. i deleted it and it stayed at ten mb. added the other song in its place and it added another 10 mb. now my file is 20 mb.

at the same time. why are my 2 min .wav 16 bit sounds 10 mbs each.

someone please help me atleast kill the excess mb weight

Response to AS: Sound 2011-04-05 19:03:44


Great post!