-
making lines
How can I make different lines ?
Like when I click on 1 spot and drag the mouse and release the mouse, I have 1 line.
then when I click again it creates a new line.
I thought I was doing that with Create object, but seems like I am missing something.
here is the file as well.
What am I doing wrong ?
thank you
-
http://mfa.aquadasoft.com/upload/139...akinglines.mfa
I made a couple of changes:
1) Untick "create at start" for 'Active' so that it wouldn't automatically set a point at (0,0)
2) Use a flag for repositioning the lines.
-
-
How can I save the position of the lines?
I tried creating some Vars for it, and saving them in an array, but that ain't working, so I probably doe something wrong.
-
http://mfa.aquadasoft.com/upload/139...kinglines2.mfa
I just pieced together a quick example that shows how you might keep the coordinates and then parse them with string tokenizer.
I didn't save to an array, but it shouldn't be too difficult to do as much using a similar method.