I can't target a playing symbol to get it to stop.
I basically have a character gallery where when I click on a character thumbnail, it will pull up their picture and information.
I'm trying to set it up so that when I click on a character thumbnail, that character has its own music playing as well.
The problem is, when I click on a second character, I can't get the first character's music to stop playing.
So for the character2 thumbnail, I open up its actions panel and paste this code in:
var mySymbolObject = sym.getSymbol("Character1Music");
mySymbolObject.stop();
var mySymbolObject2 = sym.getSymbol("Character2Music");
mySymbolObject2.play();
I do this because I want the music for character1 to stop.
But when I click on the thumbnail for character2, while the music for character2 starts, the music for character1 doesn't stop!
Public Question, everyone could view answers and download attachments.
Finish this task then you can earn
1
Want to work on this task?
Post My AnswerSponsor
You may interest with
- Best Press Release Services IMCWire for Powerful Digital PR Results
- Support Needed for Scaling a Global B2B Copier Consumables Brand
- Share Our Website on Relevant Forums or Communities
- Buy Press Release Easily Using IMCWire Media Publishing System
- Buy Press Release Easily Using IMCWire Media Publishing System



4681 views 6 answers
Post My Answer
0
Here is your answer
https://forums.adobe.com/thread/1522573?start=0&tstart=0
2014-07-25 0 Comments