3. Actionscript 3.0 Sound Programming Video Textbook : Flash CS4 CS5 MP3 Tutorials

preview_player
Показать описание
Lesson 3 of the Actionscript 3.0 Video Textbook for Sound Programming by Adam Khoury. This video shows how to create sound visuals that animate to the beat by creating a channel for the sound object. That way we can access the left and right peaks.
Рекомендации по теме
Комментарии
Автор

addEventListener(Event.ENTER_FRAME, onEnterFrame);
function {

leftpeak_txt.text = int(channel.leftPeak *100).toString() ;
rightpeak_txt.text =int(channel.rightPeak * 100).toString();
leftBar.scaleY = channel.leftPeak ;
rightBar.scaleY = channel.rightPeak ;

} here is my version to add to what to what Adam has taught you ..they are supposed to act just the same ..just to add to your versatility of options dear viewers . btw good 1 Adam ..cheers!

MohitManuja
welcome to shbcf.ru