Mute Sound/Pause Sound Button! HELP
i made button (flash cs3, as2 file) , want mute sound called 'guitarloop' i've imported , have on 'layer 3. button's on 'layer 3' , need mute 'guitarloop' when pressed.
i searched on google didn't find anything, soooo.... know how fill in blanks?
on (release) {
not_set_yet.stop()
}
i'm guessing here but...
on (release) {
guitarloop.stop();
}
or
on (release) {
'guitarloop'.stop("scene 3", "layer 3", 1)
}
is that?
also looped sound.
i searched on google didn't find anything, soooo.... know how fill in blanks?
on (release) {
not_set_yet.stop()
}
i'm guessing here but...
on (release) {
guitarloop.stop();
}
or
on (release) {
'guitarloop'.stop("scene 3", "layer 3", 1)
}
is that?
also looped sound.
so need attach or load sound new deffined sound() object.after can use mysound.stop() , if want continue last played second can use mysound.start(mysound.position/1000).
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment