Skip to content
Forum Archive

Candy Man

20 posts

dirkdeftly#edited

Candy Man

Made this one in about 2.5 hrs...i think it's damn cool......

<edit> Attached 2 remixes, both of which are a lot faster than the original... </edit>

<edit> Actually attached it this time </edit>
anubis2003#
The SSC's go nice together, but there are a bit too many colors. Try restricting the band of colors used.(Or making them all in the same basic scheme).
Nic01#
Nice scopes.

The middle part is a bit cluttered and the sub-2 blended scopes doesn't exactly add much...

Just needs a little cleaning up (somehow... :/ ), then it'll be better.
Tuggummi#
The scopes do look nice and i have no problem with the colors, i think they fit in. My only problem with it is the onbeat change of the scope, isn't there a way to smoothen it up without losing beat response?
Raz#
i liked the speed remix the best, it looked cleaner, it looked less "random shit thrown together" type thing. what are you talking about anubis? The colours look good.
dirkdeftly#edited
Tuggummi: I thought it needed a bit of "shock" to it, and smoothing it out is a PAIN IN THE ASS for this kind of scope. You have to keep the old coefficient of R in memory, then fade between the two...you can't simply change the coefficient smoothly, or else...bad things happen. Check this out:

init: n=576; tpi=acos(-1)*2;
beat:
frame: t=t+0.01; coef=sin(t)*4+9;
pixel:
r=i*tpi; d=sin(r*coef)/3+0.5;
x=sin(r)*d; y=cos(r)*d;

...Bad things happen... (or at least I think they do, I haven't checked the scope 😉 )

And the colors do look cool...I dun care what you say 😛

<edit> fixed the scope </edit>
Raz#
no one cares, anyway... its ateros preset, if he likes the colours, hes not going to change them. The colours look good anyway i dont know what all the fuss is about.
shreyas_potnis#
i liked the start of the preset..when everything springs up...and i wont say anymore...because its already said... 😉
dirkdeftly#
<- 😁

Total HDD space wasted on making this avatar: 1136.15 MB.
Total HDD space wasted on the avatar itself: 32 KB.

;p

attached is the avs i used to make the thing, if anyone cares 😉
anubis2003#
That's amazing. Nice results though. But like I said - speed it up a bit. It will make it run so much smoother.