Archive: avs I did


17th January 2002 15:14 UTC

avs I did
:D here is one I did the superscope isn't that good but I will change that later.


17th January 2002 16:13 UTC

it's ok but isn't the dynamic movement stolen?


17th January 2002 20:57 UTC

notes
Saw your preset, thought it was pretty good.
The superscope definatelky needs work, as you've said.

I think it looks better if the superscope was:
r=i*3.14159*4; d=0.1+v*0.2; x=cos(r)*d; y=sin(r)*d;

I'm not up for accusing people on stealing scopes and movements, but I'd like to mention that good practice is to use a comment (in the misc menu) in your presets to note thanks/credit to whomever deserves it.

I did notice that your scope uses color cycling, but has the lines:
red=d*i;
green=v;
which override the red and green values that have been chosen in the cycle. If you want to use the colors and be able to effect them like so, you need to change it to:
red=red+d*i;
green=green+v;

Keep working


17th January 2002 22:54 UTC

I didn't steal the DM
I learned my stuff from all the DM's Ive seen so I kinda have some of everybody's stuff and lessthanjakeguy took mine becauseI let him