Archive: Stupid Question


21st August 2006 16:47 UTC

Stupid Question
Stupid question....

I have 3 superscopes scripted the way I want them, except, I need them to start their scripts about .5 seconds after each other.

I had it working when I started editing the AVS, but it winamp crashed, (right after I saved) and it now starts all three 'scopes at the same time.

Here is the "Point" section of my 'scopes, the way I had it working was all three were going up and down, but it looked like they were rotating around a central point.

d=i+v*0.2; r=t+i*$PI*4;
x=cos(r)*d;
y=(d*sin(t));

I then included a dynamic movement set to random rotate, and a water effect and got a nice effect, that I intend to ask for help improving on once I get this bug worked out.

Please forgive me for bein a newb, but, yeah....


21st August 2006 16:49 UTC

Okay, never mind, I figured it out.

Wow! I really feel stupid! lol.