Apr 7, 2009 #1 pmoorey Technical User Mar 19, 2007 144 GB Is there a more efficient way of adding sounds to movie clips than Code: var mySound = new Sound(); mySound.attachSound("sound"); if there are a lot of different movie clips? Peter CCNA, Cisco Qualified Specialist
Is there a more efficient way of adding sounds to movie clips than Code: var mySound = new Sound(); mySound.attachSound("sound"); if there are a lot of different movie clips? Peter CCNA, Cisco Qualified Specialist
Apr 9, 2009 #2 kennethkawamoto Technical User Nov 19, 2002 2,710 GB You can easily write a script to attach a sound to any number of MovieClips in one go Kenneth Kawamoto http://www.materiaprima.co.uk Upvote 0 Downvote
You can easily write a script to attach a sound to any number of MovieClips in one go Kenneth Kawamoto http://www.materiaprima.co.uk
Apr 9, 2009 Thread starter #3 pmoorey Technical User Mar 19, 2007 144 GB Does that still apply if you have a different sound for each of the movie clips? Peter CCNA, Cisco Qualified Specialist Upvote 0 Downvote
Does that still apply if you have a different sound for each of the movie clips? Peter CCNA, Cisco Qualified Specialist
Apr 9, 2009 #4 kennethkawamoto Technical User Nov 19, 2002 2,710 GB Basically scripting is the only way, so it's more the question of how you script. If you have sound symbols with the same name as the MovieClips they will be attached, for example, would make this job much easier. Or you can have an XML contains the list of sounds and MovieClips. Kenneth Kawamoto http://www.materiaprima.co.uk Upvote 0 Downvote
Basically scripting is the only way, so it's more the question of how you script. If you have sound symbols with the same name as the MovieClips they will be attached, for example, would make this job much easier. Or you can have an XML contains the list of sounds and MovieClips. Kenneth Kawamoto http://www.materiaprima.co.uk