PainAndPancakes
12-13-2010, 10:20 AM
Hi,
I have created a polar diagram and I'd like to connect the dots (s1-s5) with lines between them. The dots are placed by pushing a button next to a corresponding number, like this:
on (press) {
Object(this).s1._x=392;
Object(this).s1._y=155;
The dots need to be connected like this: s1-s2-s3-s4-s5-(s1)
I have created a polar diagram and I'd like to connect the dots (s1-s5) with lines between them. The dots are placed by pushing a button next to a corresponding number, like this:
on (press) {
Object(this).s1._x=392;
Object(this).s1._y=155;
The dots need to be connected like this: s1-s2-s3-s4-s5-(s1)