This isn't exactly what you're asking, but might give a clue as how to proceed. Substitute whatever "locs" you need for the graphic or letters within fields.
-Mark

Create a new stack with 2 buttons.

In the script of button 1:
ON mouseUp
    global gStartLine
    put the loc of me into gStartLine
END mouseUp

in the script of button 2:
ON mouseUp
    global gStartLine,gEndline
    put the loc of me into gEndLine
    create grc
    set style of last grc to "line"
    set points of last grc to gStartLine & return & gEndLine
END mouseUp     

Click on button 1, and then on button 2




On Jun 5, 2009, at 12:17 PM, William de Smet wrote:

Yes, they are in different fields.But to make it more difficult: it can be
images as well that I want to use (Look for the same image?).
Maybe this is too difficult to do?



2009/6/5 <[email protected]>

william.

Are the two letters in different fields?

Craig Newman

In a message dated 6/5/09 1:54:34 PM, [email protected] writes:


tters on the right side) and then there is a line drawn between the
letters.





**************
We found the real ‘Hotel California’ and the ‘Seinfeld’
diner. What will you find? Explore WhereItsAt.com.
(
http://www.whereitsat.com/#/music/all-spots/ 355/47.796964/-66.374711/2/Youve-Found-Where-Its-At?ncid=eml
cntnew00000007)
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to