I'm beginning to understand how this code works....
!_________________________moving it horizontally
hotspot2 0,verti,unID,horz,1+128 : unID=unID+1
hotspot2 -1,verti,unID,horz,3 : unID=unID+1
hotspot2 horz,verti,unID,horz,2+256 : unID=unID+1
!_________________________moving it vertically
hotspot2 horz,0,unID,verti,1+128 : unID=unID+1
hotspot2 horz,-1,unID,verti,3 : unID=unID+1
hotspot2 horz,verti,unID,verti,2+256 : unID=unID+1
hotspot2 horz/2,verti/2
line2 0,0,horz,verti
Someone posted it in another thread at some point and I thank them very much. I added the line2 to create a line between the hotspots. What I'd like to be able to do is
A: Draw the line by picking two points at the time I insert the object.
B: After placing the object, I'd like to be able to stretch the line using either of the hotspots instead of one of them being fixed at 0,0
C: Place other moveable hotspots on the same line.