Flash - sound
Flash - sound
Out of context: Reply #8
- Started
- Last post
- 12 Responses
- hiatus0
found this for the sound btn
http://www.flashconf.com/tag/fla…but having a Target problem- I got my root.pauseBtn(code)
on (release) {
tellTarget ("INTROsound") {
play();
}
}and my Target aka sound here - root.intro."INTROSOUND" aka myMCwithsoundinIt
i'm thinking I have to tell my pauseBtn:
_root.intro.INTROsound.play();any suggestion.
- oh no, you didn't just use tellTarget?Milan
- why?
hiatus - time machine back to 2004acrossthesea
- tellTarget has been deprecated since Flash 5 came out... in 2000! It was a good yearnuggler