Go Back   Winamp Forums > Visualizations > AVS > AVS Troubleshooting

Reply
Thread Tools Search this Thread Display Modes
Old 17th October 2002, 14:17   #1
djcoolman
Member
 
Join Date: Oct 2001
Posts: 55
Send a message via ICQ to djcoolman
I got a mejor problem

I did a RMX to elvis AVS - lastexit002 and I got a problem with the DM.

init:
sy=0;fc=0;maxspeed=0.05;minspeed=0.01;framestop=30*4;a=30;
frame:
fr=fr+0.02;
fc=fc+1;
fc=if(equal(fc,framestop),0,fc);
syb=(0.55*sin(fr)+0.5)*0.05;
syb=if(below(syb,minspeed),0.03,sy);
syb=if(above(syb,maxspeed),0.03,sy);
sy=if(above(fc,framestop),a-1,sy,sy-syb);
beat:
a=if(sy,if(equal(a,0),30,a);
c=c+1;
c=if(equal(c,10),0,c);
pixel:
x=if(above(c,5),x+sy,x-sy);
y=if(below(c,5),y-sy,y+sy);
djcoolman is offline   Reply With Quote
Old 17th October 2002, 15:28   #2
Nic01
Major Dude
 
Nic01's Avatar
 
Join Date: Mar 2002
Location: The Biggest Little City
Posts: 508
Send a message via AIM to Nic01
Check the last line of the Frame section.
Check the first line of the OnBeat section.

[soon to leave, sirs]
Nic01 is offline   Reply With Quote
Old 17th October 2002, 17:12   #3
UnConeD
Whacked Moderator
 
UnConeD's Avatar
 
Join Date: Jun 2001
Posts: 2,104
Lol yeah, full of syntax errors . Count the brackets and commas.

UnConeD is offline   Reply With Quote
Old 18th October 2002, 17:46   #4
djcoolman
Member
 
Join Date: Oct 2001
Posts: 55
Send a message via ICQ to djcoolman
saw it. it it isnet working.
djcoolman is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Visualizations > AVS > AVS Troubleshooting

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump