Archive: Dm & Ss Help?


9th October 2003 13:14 UTC

Dm & Ss Help?
Please tell me how can I creat AVS with 1 line good Dynamic movement & Super scope?

Please tell your simple & easy DM's & SS'S.

Thanks.


9th October 2003 13:21 UTC

1. search the forum
2. read primer


9th October 2003 13:23 UTC

DM rotation code:


Pixel:
d=d*0.75;
r=r+rt;

Frame:
xt=xt+xts;

Beat:
xts=rand(10)/100;


Enjoy :)

For the rest, search the forums, there's a whole bunch of threads like this out there. You might want to look at the Tips & tricks 2 intermediate and beginners thread. You also can download Atero's Primer, it has the basics of coding in it. That should help you a lot on your way as well.

9th October 2003 14:38 UTC

Daemon: typo in your code... rt should be xt, or you forgot the rt line.


9th October 2003 21:37 UTC

whoops :p should be "r=r+rt;" and "rt=rt+rts;" and "rts=rand(10)/100;"

Sorry 'bout that :)