20
Chapter 3: Sound
Note:
You can also access sound that resides in movie clip Timelines in much the same manner
except you will need to use the tellTarget action in coordination with the gotoAndPlay() action.
Here is an example of a script which targets a sound in a movie clip Timeline:
On(keyPress “1”){
TellTarget(“myMovieClip”){
GotoAndPlay(2);
}
}
Содержание FLASH MX 2004 - FLASH LITE AUTHORING GUIDELINES FOR THE I-MODE...
Страница 1: ...Flash Lite Authoring Guidelines for the i mode Service by NTT DoCoMo...
Страница 4: ...4 Contents...
Страница 6: ...6 Chapter 1 Introduction...
Страница 24: ...24 Chapter 4 Testing Content...
Страница 36: ...36 Appendix A Supported ActionScript...
Страница 40: ...40 Appendix B Supported Properties...
Страница 48: ...48 Appendix D References...