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
- How do I access my old Cash App account? Dial helpline number to get assistance.
- Internet error making it difficult to transfer money from Paypal to Cash App? Call help gathering.
- Trouble in changing profile pic on Facebook? Get to Facebook customer service.
- What is the dull mode? Access Facebook customer service.
- Will you genuinely contact Facebook customer service?
1791 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