1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
size 400,400
######
# to see reply string, load this example in directexec
######
xrange -10,10
yrange -10,10
linewidth 3
# command text large = fontsize+6
fontsize 34-6
fontfamily 34px Arial
drag xy
circles red,-5,5,2,5,5,2,5,-5,2,-5,-5,2
onclick
string blue,-1,1,A
onclick
string blue,1,7,B
onclick
string blue,1,-1,C
onclick
string blue,-1,-7,D
onclick
text green,-8,1,large,E
onclick
text green,-6,7,large,F
onclick
text green,6,-1,large,G
onclick
text green,8,-7,large,H
|