Be a Supporter!

problem with sounds :( please help

  • 317 Views
  • 12 Replies
New Topic Respond to this Topic
roosen5
roosen5
  • Member since: Aug. 17, 2005
  • Offline.
Forum Stats
Member
Level 11
Blank Slate
problem with sounds :( please help 2006-08-20 12:10:48 Reply

a sounds comes way to early, from a other scene, I use macromedia flash mX

DonutMaster
DonutMaster
  • Member since: May. 15, 2005
  • Offline.
Forum Stats
Member
Level 29
Game Developer
Response to problem with sounds :( please help 2006-08-20 12:35:03 Reply

Put the sound in a movieclip. (Thats my standard answer to all syncing problems :D)


BBS Signature
RedCoin
RedCoin
  • Member since: Sep. 4, 2003
  • Offline.
Forum Stats
Member
Level 25
Blank Slate
Response to problem with sounds :( please help 2006-08-20 12:36:41 Reply

At 8/20/06 12:35 PM, -DonutMaster- wrote: Put the sound in a movieclip. (Thats my standard answer to all syncing problems :D)

How does that work?


BBS Signature
DariusR
DariusR
  • Member since: Dec. 24, 2004
  • Offline.
Forum Stats
Member
Level 16
Animator
Response to problem with sounds :( please help 2006-08-20 12:37:27 Reply

I usually move back my sounds a couple frames, and I put a "nothing" sound between each real sound. A nothing sound is like, a sound that has no sound in it, for example you can record something on sound recorder, then bring the volume all the way down.


Kill a man, you're a murderer, kill many, you're a conqueror, kill 'em all, and you're a god!

BBS Signature
DonutMaster
DonutMaster
  • Member since: May. 15, 2005
  • Offline.
Forum Stats
Member
Level 29
Game Developer
Response to problem with sounds :( please help 2006-08-20 12:47:03 Reply

At 8/20/06 12:36 PM, RedCoin wrote: How does that work?

Well whenever a sound plays too early or too late, or just isn't syncing right, I put it into a movieclip (now though I always put sounds into movieclips) Then I put the movieclip with the sound I want where I would have put the sound. I don't know why, but this makes it sync correctly and play when I want it to play.


BBS Signature
roosen5
roosen5
  • Member since: Aug. 17, 2005
  • Offline.
Forum Stats
Member
Level 11
Blank Slate
Response to problem with sounds :( please help 2006-08-20 13:05:57 Reply

At 8/20/06 12:35 PM, -DonutMaster- wrote: Put the sound in a movieclip. (Thats my standard answer to all syncing problems :D)

thank you!!!! I spend weeks of solving the problem, but thanks to you i can move on with my movie, thank you

roosen5
roosen5
  • Member since: Aug. 17, 2005
  • Offline.
Forum Stats
Member
Level 11
Blank Slate
Response to problem with sounds :( please help 2006-08-20 13:10:28 Reply

but the sound keeps replaying itself

DariusR
DariusR
  • Member since: Dec. 24, 2004
  • Offline.
Forum Stats
Member
Level 16
Animator
Response to problem with sounds :( please help 2006-08-20 13:14:57 Reply

at the end, put the actionscript on a keyframe:

stop();


Kill a man, you're a murderer, kill many, you're a conqueror, kill 'em all, and you're a god!

BBS Signature
DonutMaster
DonutMaster
  • Member since: May. 15, 2005
  • Offline.
Forum Stats
Member
Level 29
Game Developer
Response to problem with sounds :( please help 2006-08-20 13:16:38 Reply

Idk if this will help, but I always use stream. Never did like event for my sounds =/


BBS Signature
Yugurehime
Yugurehime
  • Member since: Aug. 17, 2006
  • Offline.
Forum Stats
Member
Level 02
Blank Slate
Response to problem with sounds :( please help 2006-08-20 13:35:40 Reply

Actually, I ran into this same problem, the "Button" tutorial with the picture of the apple (or is it a tomato?) was EXTREMELY helpful. Its in the first post of the "new to flash?" thread.

basically, I also learned that after coding a first frame, you add the music to the second frame (where your animation starts, when I did that I found you had to delete the music from your liabrary then bring it back or you will get an "overlapping" sound).

The only problem I'm having currently is that my project is incomplete, so the music is longer than it and when I ctrl+enter it the music overlaps if I hit play again.

Yay! Yugurehime knows more than she thinks!

At 8/20/06 01:16 PM, -DonutMaster- wrote: Idk if this will help, but I always use stream. Never did like event for my sounds =/
roosen5
roosen5
  • Member since: Aug. 17, 2005
  • Offline.
Forum Stats
Member
Level 11
Blank Slate
Response to problem with sounds :( please help 2006-08-20 14:13:01 Reply

At 8/20/06 01:14 PM, Monk_09 wrote: at the end, put the actionscript on a keyframe:

stop();

but than the whole movie stops, also out of the movie clip, doesn't it? can't try it right now.

roosen5
roosen5
  • Member since: Aug. 17, 2005
  • Offline.
Forum Stats
Member
Level 11
Blank Slate
Response to problem with sounds :( please help 2006-08-20 14:14:07 Reply

At 8/20/06 01:16 PM, -DonutMaster- wrote: Idk if this will help, but I always use stream. Never did like event for my sounds =/

allready tried the stream mode, also on the MC (movie clip)

DonutMaster
DonutMaster
  • Member since: May. 15, 2005
  • Offline.
Forum Stats
Member
Level 29
Game Developer
Response to problem with sounds :( please help 2006-08-20 14:17:02 Reply

Put stop(); on the last frame in the movieclip with the sound (so where the sound ends, put a keyframe and put stop(); on it)


BBS Signature