ARGGHHH!!!!! I AM SO MAD!!!

This is a discussion on "ARGGHHH!!!!! I AM SO MAD!!!" within the Flash & Multimedia Forum section. This forum, and the thread "ARGGHHH!!!!! I AM SO MAD!!! are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 28th, 2003, 05:25
Highly Reputable Member
Join Date: Aug 2003
Location: Australia
Posts: 662
Thanks: 0
Thanked 0 Times in 0 Posts
ARGGHHH!!!!! I AM SO MAD!!!

ok, I know this goes back to the basics, but I am stupid and all, lol. I have forgotten how to make a press button in flash that plays a sound. I have done this several times, but I think it is like when you can't remember a certain word, but you can feel it on the tip of your toungue. If any of yall could please answer my brain spasm, I would feel so much better. Thanks again.

If I figure it out I will post, so if you dont see, WHAAAA I FOUND IT, then please post post post!! Thank you!

  #2 (permalink)  
Old Aug 28th, 2003, 07:06
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
Ok, Make a button! (select something, Press F8, select button and press OK) :razz:

Now double click the button to edit it directly.

You must place the sound (and indeed any mouseover state) in the "Over" frame. Make sure your sound has been imported: File > Import then, with the over frame selected (with something in it!), select your sound from the "Sound" pull dowm menu and edit the settings appropriately. When you publish, the sound will be played on mouseover.

Having again read your post you wanted this to happen on click :razz: So I can't read, but all you have to do is do that on the "Down" frame instead.

Hope this helps.
  #3 (permalink)  
Old Aug 28th, 2003, 21:04
Highly Reputable Member
Join Date: Aug 2003
Location: Australia
Posts: 662
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks
  #4 (permalink)  
Old Sep 3rd, 2003, 16:21
New Member
Join Date: Aug 2003
Location: USA
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
One other possibility is using the sound object if you have MX.

var objSound = new Sound()
objSound.attachSound("libraryLinkName")
objSound.setVolume(50) // 0-100
obSound.start()

Put that in a function and then you can call that on the on(press) event for a button. Now if you make objSound global, you can also detect when a sound ends, I believe it's through:

objSoundonSoundComplete("FunctionName") // Or something like that
Closed Thread

Tags
argghhh, mad

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 04:32.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43