Re: Perfect pinpointing a Clone

2013-10-05 Thread Fidel N
Thanks for this Edward, it goes into my list. On Friday, October 4, 2013 11:16:42 PM UTC+2, Edward K. Ream wrote: On Fri, Oct 4, 2013 at 10:46 AM, Fidel N fidel...@gmail.com javascript: wrote: Its hard to predict and clearly understand how clones will work so I would like to know if this

Re: Perfect pinpointing a Clone

2013-10-05 Thread Edward K. Ream
On Sat, Oct 5, 2013 at 3:07 AM, Fidel N fidelpe...@gmail.com wrote: Thanks for this Edward, it goes into my list. I'm glad I didn't scare you off ;-) To simplify my previous rambling post, p.stack[0], the top of the position stack, is (parent,n) where parent is the vnode of the (unique)

Perfect pinpointing a Clone

2013-10-04 Thread Fidel N
Hi: Im going through a script which needs to remember the exact position of a clone was the one that triggered it, in order to go back there and keep going on with the outline. (Get accurate .next, etc). It must do so even if the outline changes. So far my plan is to, whenever I store any

Re: Perfect pinpointing a Clone

2013-10-04 Thread Terry Brown
On Fri, 4 Oct 2013 08:46:55 -0700 (PDT) Fidel N fidelpe...@gmail.com wrote: Hi: Im going through a script which needs to remember the exact position of a clone was the one that triggered it, in order to go back there and keep going on with the outline. (Get accurate .next, etc). It must

Re: Perfect pinpointing a Clone

2013-10-04 Thread Fidel N
Hi Terry: Please imagine two sibling nodes (I will call them parent nodes, A and C),and each of them contains one child, B, which is a cloned child of both of the parents. A -B C -B Then, each of the parent nodes have diferent outlines hanging from them. In the tutorial thing I am

Re: Perfect pinpointing a Clone

2013-10-04 Thread Edward K. Ream
On Fri, Oct 4, 2013 at 10:46 AM, Fidel N fidelpe...@gmail.com wrote: Its hard to predict and clearly understand how clones will work so I would like to know if this strategy shows any evident flags to more experienced clone users like you guys. The first thing to keep *firmly* in mind is