Go Back   Winamp Forums > Visualizations > AVS

Reply
Thread Tools Search this Thread Display Modes
Old 12th November 2001, 15:41   #1
neoknight
Junior Member
 
Join Date: Nov 2001
Location: Earth
Posts: 3
Send a message via AIM to neoknight Send a message via Yahoo to neoknight
AVS tutorials

It seems to me that one needs to know alot of algebra and advanced math to do anything worth while in AVS. Is there any site around that will tell me how to make an AVS Preset? you know like how to make a simple oscilascope (bad spelling, i know) at the bottom of my AVS screen with fire coming up from it?? i can get something like it done, but the simple osci-a-thingy isnt all the way down to the bottom of screen. Basically what i want to do is make a Wall of Fire .
neoknight is offline   Reply With Quote
Old 12th November 2001, 17:45   #2
Lucid DM
Eat, skin, sleep. Repeat.
(Major Dude)
 
Lucid DM's Avatar
 
Join Date: Jun 2001
Location: all over the place.
Posts: 1,490
Send a message via AIM to Lucid DM
Make a superscope, set it to lines/dots depending on your preference. And set it to "Waveform".
Put
code:
n=800

in the Init field. And
code:
x=i*2-1; y=1+v*0.5;

in the Per Point field.

That gives you an oscilloscope at the bottom of the screen. Make a movement with
code:

a=if(a-0.005,0.01,0.005);
y=y+a;
x=x+rand(100)/10000-0.005;


and "rect coords" checked, and that's a simple style of fire. Obviously, change the colours however you want.
I suggest making the superscope yellow and then adding a colour fade.
For the colour fade, put all three sliders in the middle. Then move the third one to the left 5 or 6 pixels.

Hope that helps!

[edit] Here's a screen cap:

[/edit]
Lucid DM is offline   Reply With Quote
Old 12th November 2001, 20:00   #3
neoknight
Junior Member
 
Join Date: Nov 2001
Location: Earth
Posts: 3
Send a message via AIM to neoknight Send a message via Yahoo to neoknight
thank you thank you thank you thank you
neoknight is offline   Reply With Quote
Old 12th November 2001, 20:52   #4
neoknight
Junior Member
 
Join Date: Nov 2001
Location: Earth
Posts: 3
Send a message via AIM to neoknight Send a message via Yahoo to neoknight
well, i tried making the wall of fire, but couldnt get it to go so i tried something else hows this?
Attached Images
File Type: bmp neofire3.bmp (70.5 KB, 61 views)
neoknight is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Visualizations > AVS

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump