Archive: A globle question


7th January 2004 10:42 UTC

A globle question
Hey, how do you assign globle variables? i.e. I want to make two seperate texer2s rotate in random directions in sync with each other.

btw:I gots me a new computer, YAY, AVS never looked so purty!!!


7th January 2004 10:49 UTC

ssc:

init:
n=100;

point:
reg00=.5;
x=i*2-1;
y=reg00;


no magic here

[edit]
this is THE MOST STUPID, SIMPLE example you could ever make, but it does the work


7th January 2004 11:05 UTC

global vars: reg00-reg99. Though in this case, you can sync them by using the same input onbeat. try using getosc(0,0,0)*0.1 instead of rand(50)/500. (or something like that).


7th January 2004 11:14 UTC

n=100
for a line? :igor: 2 oughtta be enough...

7th January 2004 11:52 UTC

buuut maybe he uses draw as points
[edit]
anyways, what is with this n=lowaspossible, it doesnt fucking matter anymore ssc is fast***711;(1/0) for drawing a line


7th January 2004 13:03 UTC

buuut maybe uses it with a 25kb SSC

We're not microsoft


7th January 2004 13:26 UTC

gratz rattaplan!
you are the second person in those forums who has managed to annoy me, and that with ÜBER pointless statement what actualy hasn't anything to do with topic

/me applauds to rattaplan


7th January 2004 22:43 UTC

/me gives Jaak a "I'm an Atero fan" button


8th January 2004 04:06 UTC

/me wants an atero fan button

EVER HEARD OF THE SEARCH FEATURE! HOLY JESUS! DO YOU WANT ME TO TUCK YOUR SHIRT IN FOR YOU, OR DO YOU JUST WANT ME TO TIE YOUR SHOES YOU LAZY GRADMA LICKING TURNIP BRAIN!
/me ties MrGrabberPants shoes then tucks his shirt in


8th January 2004 07:14 UTC

@Jaak

Perhaps, but still I try to keep my stuff as fast as possible.

And then, the question's already been answerd


8th January 2004 07:41 UTC

Here you are: