http://www.designcontest.com/tutoria...ctrumanalyser/
My first tutorial in DC.net, what do you think?
http://www.designcontest.com/tutoria...ctrumanalyser/
My first tutorial in DC.net, what do you think?
N D E S I G
G N D E S I
I G N D E S
S I G N D E
E S I G N D
D E S I G N
HOT.
this is pretty genius, sir
Hi
Great tutroial, but how can I make the bars and music loop instead of stopping when the track comes to the end?
I would like to have bars and music constant until track is changed?
Please help
Thanx
Hi BBGorB, nice stuff!, this is a great tutorial, Im really looking forward for the Hair Style Generator one!!![]()
Keep them coming!
take care
Bella
Hi Kooben,
In order to loop the track and the display, you will need a constant loop which doesn't escape when the track gets to the end, i.e. delete / comment out the if clauses in frame 5 and 6 in the analyser fla, leaving frame 5 with the following script:
And in frame 6:Code:for (i=1; i<11; i++) { theIndex = (theInterval-1)*10+(i-1); root.spectrumDis["sbar" add String(i)].gotoAndStop(Number(_root.track.sdata.charAt(theIndex))); }
You will also need to tell the track to play itself when it finishes using the onSoundComplete function. Add the following lines in frame 1 or 3 of the track fla, make sure it's inserted before the line "soundChannel.start();"Code:gotoAndPlay(5);
Now you might want a stop button in your analyser fla, just add the following lines to your stop button's on(release) block:Code:soundChannel.onSoundComplete=function(){ soundChannel.position=0; _parent.theInterval=0; soundChannel.start(); }
Hope it helps, best.Code:_root.track.soundChannel.stop(); _root.spectrumDis["sbar" add String(i)].gotoAndStop(10); _root.gotoAndPlay(7);
BBGorB
Last edited by BBGorB; 11-05-2004 at 09:31 AM.
N D E S I G
G N D E S I
I G N D E S
S I G N D E
E S I G N D
D E S I G N
Hi Belladonna, thx 4 the compliment, the interactive component of the Hair Style Generator (the dial) is discussed in THIS tutorial, hope you will enjoy it as much as the other ones.
BBGorB
N D E S I G
G N D E S I
I G N D E S
S I G N D E
E S I G N D
D E S I G N
Thanx for the fast reply, Much appreciated will have a look into this latter,
cheers
Last edited by kooben; 11-04-2004 at 05:02 PM.
Wow, you're efforts to educate are impecable. I can feel commitment as you strongly explain and visualize the manner of producing this flash widget. You should write one of those tutorial books...
BBgorb congratulations on a very well written article my friend.
Hello,
you wrote:
"File"-"Text file export" then the "File Contents" section and enter the parameters as follows:"
But when i use the 3 files in the source.zip, i have different options preselected. Like Number of columns are 9 --- in your tutorial 11.
Next question ... i generated a data.txt out of my first wav file. And started the converter.swf but after almost 45 min no result. Can anyone who has a faster cpu convert 3 txt files for me?
Nice tutorial. I often wondered when I saw those audio analyzers on some sites if they were actually synced up to the audio, and not just a movieclip of a bunch of blocks going up and down. This one is a definite keeper. Thanks.
Hey BBGorB - the tutorial is excellent, except when I get to the part that requires the data file be converted into a string via your converter .swf. Then it's all over - because your souce.zip isn't there and i can't download it. You don't say how to do it without it either, so I'm really stumped.
Please help!
Cool tutorial. I want to start compiling many tutorials soon but I have been so busy. If any of you want to make tutorials anytime or contribute them, you can put them in the tutorials section or pm me. Always make sure to get premission from the user if you can :> As soon as I have the time I will start on some tutorials. I am going to try to make and get tutorials for basic to advanced users.
Last edited by apresico; 04-21-2006 at 05:56 PM.
Hello, is there any chance that you could fix the link to the source.zip on this tutorial please?
Something's not working for me, and I was hoping to get it worked out.
Thanks!
Yes, nice tutorial !
but, as deemon328 and bhhgirl, I'm a little bit blocked without the original source files 'cause the link is dead
Could you make it work again plz ?![]()
I've found it here :
http://www.tutorialized.com/tutorial...-Analyser/2296
Direct link to the source file :
http://www.flashkit.com/tutorials/Au...n_Chan-849.zip
Cheers !![]()
Well that all are here discussed, becomes all on their own place
Bookmarks