<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Script creates extra hotspot in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Script-creates-extra-hotspot/m-p/295269#M8117</link>
    <description>It's amazing how you can walk away from a problem for a couple of minutes, come back to it and instantly have the cause staring you in the face.&lt;BR /&gt;
&lt;BR /&gt;
hotspot2 BEARING_1_X, 0,	unID, BEARING_1_Y, 1+128	: unID=unID+1 &lt;BR /&gt;
hotspot2 BEARING_1_X, -1,	unID, BEARING_1_Y, 3	: unID=unID+1 &lt;BR /&gt;
hotspot2 BEARING_1_X, &lt;FONT color="#FF0024"&gt;&lt;B&gt;TRIB_1_Y&lt;/B&gt;&lt;/FONT&gt;,	unID, BEARING_1_Y, 2	: unID=unID+1 &lt;BR /&gt;
&lt;BR /&gt;
This was a copy and paste. Apparently I didn't feel the need to make all the necessary changes.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_redface.gif" style="display : inline;" /&gt;</description>
    <pubDate>Sat, 02 Jul 2016 19:10:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-07-02T19:10:45Z</dc:date>
    <item>
      <title>Script creates extra hotspot</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Script-creates-extra-hotspot/m-p/295268#M8116</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi all. I am trying gain a better understanding of editable hotspots. It was going well until this happened. (See attachment) I've studied it but can't figure out why it's creating the extra hotspot when HOTSPOT A is moved. Is there something special that needs to be scripted in order to have more than 1 editable hotspot in an object? I still have a couple more that I need to add.&lt;BR /&gt;
&lt;BR /&gt;
Thanks, Doug&lt;BR /&gt;
&lt;BR /&gt;
unID = 10000&lt;BR /&gt;
	hotspot2 BEARING_1_X,  0,			unID, BEARING_1_Y, 1+128	: unID=unID+1&lt;BR /&gt;
	hotspot2 BEARING_1_X, -1,			unID, BEARING_1_Y, 3		: unID=unID+1&lt;BR /&gt;
	hotspot2 BEARING_1_X,  TRIB_1_Y,	unID, BEARING_1_Y, 2		: unID=unID+1&lt;BR /&gt;
&lt;BR /&gt;
	hotspot2  0,			BEARING_1_Y, unID, BEARING_1_X, 1+128	: unID=unID+1&lt;BR /&gt;
	hotspot2 -1,			BEARING_1_Y, unID, BEARING_1_X, 3		: unID=unID+1&lt;BR /&gt;
	hotspot2  BEARING_1_X,	BEARING_1_Y, unID, BEARING_1_X, 2		: unID=unID+1&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
unID = 20000&lt;BR /&gt;
	hotspot2 TRIB_1_X,  0,			unID, TRIB_1_Y, 1+128	: unID=unID+1&lt;BR /&gt;
	hotspot2 TRIB_1_X, -1,			unID, TRIB_1_Y, 3		: unID=unID+1&lt;BR /&gt;
	hotspot2 TRIB_1_X,  TRIB_1_Y,	unID, TRIB_1_Y, 2		: unID=unID+1&lt;BR /&gt;
&lt;BR /&gt;
	hotspot2  0,			TRIB_1_Y, unID, TRIB_1_X, 1+128	: unID=unID+1&lt;BR /&gt;
	hotspot2 -1,			TRIB_1_Y, unID, TRIB_1_X, 3		: unID=unID+1&lt;BR /&gt;
	hotspot2  TRIB_1_X,	TRIB_1_Y, unID, TRIB_1_X, 2		: unID=unID+1&lt;BR /&gt;
&lt;BR /&gt;
SET LINE_TYPE 49&lt;BR /&gt;
LINE2 0, 0, TRIB_1_X, TRIB_1_Y&lt;/T&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/72447iAB898CECD0B84680/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Extra Hotspot.PNG" title="Extra Hotspot.PNG" /&gt;</description>
      <pubDate>Sat, 02 Jul 2016 18:54:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Script-creates-extra-hotspot/m-p/295268#M8116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-02T18:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Script creates extra hotspot</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Script-creates-extra-hotspot/m-p/295269#M8117</link>
      <description>It's amazing how you can walk away from a problem for a couple of minutes, come back to it and instantly have the cause staring you in the face.&lt;BR /&gt;
&lt;BR /&gt;
hotspot2 BEARING_1_X, 0,	unID, BEARING_1_Y, 1+128	: unID=unID+1 &lt;BR /&gt;
hotspot2 BEARING_1_X, -1,	unID, BEARING_1_Y, 3	: unID=unID+1 &lt;BR /&gt;
hotspot2 BEARING_1_X, &lt;FONT color="#FF0024"&gt;&lt;B&gt;TRIB_1_Y&lt;/B&gt;&lt;/FONT&gt;,	unID, BEARING_1_Y, 2	: unID=unID+1 &lt;BR /&gt;
&lt;BR /&gt;
This was a copy and paste. Apparently I didn't feel the need to make all the necessary changes.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_redface.gif" style="display : inline;" /&gt;</description>
      <pubDate>Sat, 02 Jul 2016 19:10:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Script-creates-extra-hotspot/m-p/295269#M8117</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-02T19:10:45Z</dc:date>
    </item>
  </channel>
</rss>

