Skip to content
Forum Archive

Variable

3 posts

Scarface2k1#
oh, that lets you actually see your superscope. here lemme give you an example.

with both having drawing at dots, and at waveform
init: n=175
per frame t=t+.05
per point x=(.5)*1.5; y=-v/2.5;

now try the same thing with out the "i"

x=(i-.5)*1.5; y=-v/2.5