I am trying to make a graph in flash. I am currently using AS2 but I can switch to 3 if nesscarry. I have just found out how to draw lines with actionscript with the lineTo(x,y); function, but I can’t figure out how/if I can use a variable to count as the x or y like:
lineTo(20,pos1); pos1 being my variable. is this possible?