Archive: Acid


2nd August 2003 01:03 UTC

Acid
Im trying to learn dynamic movement to get it to spin but on-beat rev.


2nd August 2003 02:50 UTC

not the greatest.
Your SSCs need some major optimizations (my article should be done soon)
x=v*.+.;x=v; does nothing with lines enabled. With dots enabled, you would get a single point bouncing up and down. Remove it

Any number times 1 = 1, so v*1 can be removed.


2nd August 2003 03:35 UTC

Thanks but the x=v*.+.;x=v; Does do good when on lines enabled if you remove it then there isnt the "star"


2nd August 2003 05:19 UTC

x=v*.+.;x=v;
-> the second statement overrides the first (the first statement is the same as x=v*0+0 by the way..)


2nd August 2003 23:59 UTC

y=v i was wrong :D