Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
Copy link to clipboard
Copied
how do i use that
song1_graphic.play(), song1_graphic.stop()
in the main timeline
in the internal movie clip action script
where
Copy link to clipboard
Copied
please help with this ... my project is almost coming true
Copy link to clipboard
Copied
do you have each song/sheetmusic in different graphic symbols?
Copy link to clipboard
Copied
it is not sheet music
only the audio progression with playpause button the movie clip
i want two buttons at same timeline to trigger
but it gets all messed up
i ll try the sheet movie clip later
thanks
Copy link to clipboard
Copied
each audio should be on different graphic symbol timelines.
Copy link to clipboard
Copied
you mean graphic and not movieclip?
Copy link to clipboard
Copied
yes
Copy link to clipboard
Copied
for sheet music use movieclip or graphic?
for sound only use movieclip or graphic?
Copy link to clipboard
Copied
now i'm confused. you just said this apo does not include sheetmusic.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
ok man
i will do both with sheet(is graphic or movieclip)
and only playpause with only audio(movie clip or graphic)
how to proceed after making the graphic or movie clip i mean in the maint timeline
where do i drag ...in timeline , how many frames
thanks
Copy link to clipboard
Copied
hello nevermind
here is the situation
where do i drag the movieclips to?
Copy link to clipboard
Copied
how many layers
which frames ?
beginning middle and end ?
Copy link to clipboard
Copied
move whatever you want to control independently to that graphic. for sure, that's a sound that you will stream. it might also include sheet music. and if you want each sound to have a different stop/play/pause button, add a button to the graphic. but if you want to use one button for all the sounds, don't add a button to the graphic.