Results 1 to 2 of 2

Thread: Postion script

  1. #1
    I thought I read somewhere that someone made a script where you can place a marker etc. then run a script to get the x and y coordinates of it displayed onscreen via hint so it can be written down and used for doMove [x,y]. ***Did I read that correctly and does anyone have it. ***It's too time consuming to narrow down coordinates.




  2. #2
    </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">
    _pos1 = getmarkerpos &#34;markername&#34; select 0
    _pos2 = getmarkerpos &#34;markername&#34; select 1

    hint fromat &#91;&#34;Z = %1 X = %2&#34;, _pos1, _pos2&#93;
    [/QUOTE]<span id='postcolor'>

    RED

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •