cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
derekjackson
Expert

Can't get Graphical Hotspots to work

Hi, not sure why this isn't working. Trying to make an L shaped poly that lets me change the width of the 'L' arms, as opposed to the overall dimensions of the L. This is my 2D script:
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,b

I 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).

Any ideas?!
http://www.lsiarchitects.co.uk
http://derekjackson.artstation.com
AC19 / 21 / 23 / 27
Windows 7 Intel Xeon 18Gb
10 Replies 10
derekjackson
Expert
Not sure what was going on there but it seems to work now. Thanks for the help!!
http://www.lsiarchitects.co.uk
http://derekjackson.artstation.com
AC19 / 21 / 23 / 27
Windows 7 Intel Xeon 18Gb

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!