<?xml version="1.0" encoding="ISO-8859-1" ?><rss version="2.0">
<channel>
    <title>RoboRealm Forum</title>
    <link>http://www.RoboRealm.com/</link>
    <description>The newest forum threads.</description>
    <lastBuildDate>Tue, 30 Nov 1999 00:11:00 EST</lastBuildDate>
    <language>en-us</language>
    <copyright>Copyright: (C) RoboRealm, http://www.RoboRealm.com/</copyright>
    <docs>http://www.RoboRealm.com/</docs>

    <item>
        <title>No Title</title>
        <description>
        Here is the .robo I use.&lt;br&gt;Tomorrow I will try to make it not setting Z again unless it change... Now unfortunately I haven&apos;t time :(&lt;br&gt;&lt;br&gt;I&apos;ll tell you if that was the problem ;)        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=1921</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=1921</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        You might try NOT setting the Z variable unless the state should change. As long as a state (either up or down) is set it will be sent to windows. If windows gets a &quot;mouse_up&quot; command when the mouse is already up it might simulate a click.&lt;br&gt;&lt;br&gt;We tried to replicate your issue without success. The robofile below is what we used to get the mouse down but using manual mouse movement. Using the proximity of a blue object allowed us to &apos;click&apos; the mouse. Moving the mouse around in MS paint created nice lines.&lt;br&gt;&lt;br&gt;Perhaps you can post your robofile?&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=1921</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=1921</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>mouse click problem</title>
        <description>
        Hi everyone!&lt;br&gt;I&apos;m trying to make the mouse moving by following a light. And clicking the left button when the light is on.&lt;br&gt;So, I use Center of Gravity to find the position of the light and then moving the cursor... But I have a problem when trying to make it clicking.&lt;br&gt;I use this VBscript to know if the Center of Gravity exists, and if it does, it set the Z variable (used in button status in mouse module) to LEFT DOWN, and if it doesn&apos;t to LEFT UP.&lt;br&gt;&lt;br&gt;if (GetVariable(&quot;COG_AREA&quot;) &amp;gt; 1) then&lt;br&gt;SetVariable &quot;Z&quot;, &quot;LEFT_DOWN&quot;&lt;br&gt;else&lt;br&gt;SetVariable &quot;Z&quot;, &quot;LEFT_UP&quot;&lt;br&gt;end if&lt;br&gt;&lt;br&gt;But in this way, the cursor continuously press and then release, in spite of remaining pressed.. So, if I try to draw something in Paint or any other program, i have lot of points and not a line...&lt;br&gt;&lt;br&gt;I thought that maybe this is because of the real mouse isn&apos;t pressed, and the module mouse set the variable Z by the status of the real button. But if it&apos;s so, I don&apos;t know what i can do...&lt;br&gt;&lt;br&gt;Any suggestion? thanks a lot! and sorry for my poor English :P&lt;br&gt;Bye!        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=1921</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=1921</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
