Description
Adds an oval box to a page over a dragged zone.
This script comes in a pair: one script without parameters, attachable to a toolbox icon or elsewhere, that allows you to draws a selection area, and then calls the second script in the pair, passing it area co-ordinates and dimensions and also optional supershift key held.
Syntax
AddElli |
Attach the above script to a toolbox icon. It automatically calls his pair script (the same name, but with parameters).
AddElli(x,y,w,h,q) |
x
area x co-ordinate
y
area y co-ordinate
w
area width
h
area height
q
supershift key code as:
0 none pressed
1 shift pressed
2 ctrl pressed
3 shift+ctrl pressed
4 alt pressed
5 shift+alt pressed
6 ctrl+alt pressed
7 shift+ctrl+alt pressed
Similar scripts