2010-02-12 12:01 PM
line2 a,0,a,c line2 a,c,d,c line2 d,c,d,b line2 d,b,0,b line2 0,0,0,b hotspot2 0,0 hotspot2 a,0 hsid=hsid+1 HOTSPOT2 (d+((a-d)/2)),0, hsid,c,1+256 hsid=hsid+1 HOTSPOT2 (d+((a-d)/2)),c, hsid,c,2+256 hsid=hsid+1 HOTSPOT2 0,1, hsid,c,3+256 hotspot2 0,bI want the graphical hotspot to allow me to change the width of the table piece, but it doesn't seem to give me the option - I can just change the overall size of the table. (c & d are the width of the two arms).
2010-02-12 03:03 PM
2010-02-12 04:51 PM
2010-02-12 09:13 PM
uid = 1 hotspot2 (d+((A-d)/2)), 0, uid, c, 1+128 : uid = uid+1 ! base hotspot2 (d+((A-d)/2)), -1, uid, c, 3 : uid = uid+1 ! ref hotspot2 (d+((A-d)/2)), c, uid, c, 2 : uid = uid+1 ! movingChange status code 128 to 256, according to your needs. See GDL Guide.
2010-02-13 03:05 AM
hotspot2 (d+((A-d)/2)), 0, uid, c, 1+128 : uid = uid+1 ! base hotspot2 (d+((A-d)/2)), c, uid, c, 2 : uid = uid+1 ! moving hotspot2 (d+((A-d)/2)), -1, uid, c, 3 : uid = uid+1 ! refWhile I know this is not what is indicated in the GDL style guide (or whatever that document is called) it seems to work just fine and I prefer having the flags sequential. Do you know any reason why I should not do this or is it just a style issue?
2010-02-13 09:13 AM
Erich wrote:Hi Erich,
While I know this is not what is indicated in the GDL style guide (or whatever that document is called) it seems to work just fine and I prefer having the flags sequential. Do you know any reason why I should not do this or is it just a style issue?
2010-02-15 10:40 AM
2010-02-15 12:24 PM
2010-02-15 12:30 PM
2010-02-15 01:09 PM
line2 a,0,a,c line2 a,c,d,c line2 d,c,d,b line2 d,b,0,b line2 0,0,0,b hotspot2 0,0 hotspot2 a,0 hotspot2 (d+((A-d)/2)), 0, uid, c, 1+128 : uid = uid+1 ! base hotspot2 (d+((A-d)/2)), c, uid, c, 2 : uid = uid+1 ! moving hotspot2 (d+((A-d)/2)), -1, uid, c, 3 : uid = uid+1 ! ref hotspot2 0,bIt's not yet the object your picture describes, but at least the c-parameter seems to stretch fine...