<?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>
        Yes, that is possible. In the next release 1.7.9 (due out in a couple hours) you can use the following code inside a VBScript module.&lt;br&gt;&lt;br&gt;timestamp = GetVariable(&quot;MOUSE_CLICK_TIME&quot;)&lt;br&gt;&lt;br&gt;if timestamp &amp;lt;&amp;gt; 0 then&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;last = GetVariable(&quot;LAST_CLICK&quot;)&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;if last &amp;lt;&amp;gt; 0 then&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;write &quot;Time Difference: &quot; &amp; timestamp - last&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;end if&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;SetVariable &quot;LAST_CLICK&quot;, timestamp&lt;br&gt;&lt;br&gt;end if&lt;br&gt;&lt;br&gt;or see the robo-file below. Note that these variables are set when a user clicks on the main RoboRealm image. The timing is in seconds. You also have the variables MOUSE_CLICK_X and MOUSE_CLICK_Y which represent the location that the user clicked on. Watch the Watch_Variables module to see how these are set/removed on user interaction.&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;         </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=744</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=744</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Timer values</title>
        <description>
        I would like to know the time between the two event&apos;s (e.g. mouse clicks). Is there a feature like &apos;Timer&apos; available from where the software could read the current time so that it can compare it to the previous value.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=744</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=744</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
