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.
Archive: Dm & Ss Help?
shabaviz55
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.
Deamon
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;
UnConeD
9th October 2003 14:38 UTC
Daemon: typo in your code... rt should be xt, or you forgot the rt line.
Deamon
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 :)
Fork me on GitHub