Skip to main content
Inspiring
March 15, 2024
Question

multiple playpause buttons for playing songs in adobe animate

  • March 15, 2024
  • 16 replies
  • 1289 views

hello there

i have a button playpause actions script 3 for animate

but it is only for one playpause button

i want multiple playpause butons 

for a couple of songs sounding each one as the play

is down ...in order to make a 

music class lesson

here i send the print of the one song playpause

now i need multiple

regards to all 

 

    This topic is closed to new replies. Start a new post to keep the conversation going.

    16 replies

    kglad
    Community Expert
    Community Expert
    March 15, 2024

    each item you want to control independently should be in its own movieclip or graphic symbol.

     

    you can then use:

     

    song1_graphic.play(), song1_graphic.stop()

    etc

    Inspiring
    March 15, 2024

    here goes the situation

    Inspiring
    March 15, 2024

    how do i use that

    song1_graphic.play(), song1_graphic.stop()

    in the main timeline

    in the internal movie clip action script

    where