Loop triggered by mouseclick in Isodraw 7.3
Hello, fellow Illustrators,
I'm trying to combine few drawing steps into a macro file for generating some hotspoted items.
The creation step is triggered by MouseClick and works fine but I cannot figure out how to make it prompt again for mouseclick. A "while" loop somehow...
The relevant code approach (without the changing attributes and so ..) would be:
Macro callout
define me as MouseEvent
define el as element
define ppx1 as Point
define ppy1 as Point
me = Wait MouseClick
ppx1 = me.ptMMGrid.x
ppy1 = me.ptMMGrid.y
Create Callout "Normal" ppx1 ppy1 ppx1 ppy1
select none
End Macro
Any hints would be appreciated.
Many thanks in advance
Seb

