<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Alice Community</title>
		<link>http://www.alice.org/community/</link>
		<description>This is the Alice Community Forum.  Discuss the Alice software, learning to program and teaching with Alice</description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 18:19:46 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.alice.org/community/images/aria/misc/rss.jpg</url>
			<title>Alice Community</title>
			<link>http://www.alice.org/community/</link>
		</image>
		<item>
			<title>user follw given sequence</title>
			<link>http://www.alice.org/community/showthread.php?t=3435&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 10:47:44 GMT</pubDate>
			<description>hi all, 
 
Im trying to make a childrens game. The aim of the game watch a sequence, shown by shapes flashing, then recreate the sequence by clicking on the shapes in the correct order. 
 
I am really stuck 
 
I know i need nested if statements buts thats all I know. 
 
any one kind enough to help...</description>
			<content:encoded><![CDATA[<div>hi all,<br />
<br />
Im trying to make a childrens game. The aim of the game watch a sequence, shown by shapes flashing, then recreate the sequence by clicking on the shapes in the correct order.<br />
<br />
I am really stuck<br />
<br />
I know i need nested if statements buts thats all I know.<br />
<br />
any one kind enough to help me achive this?<br />
<br />
many thanks</div>

]]></content:encoded>
			<category domain="http://www.alice.org/community/forumdisplay.php?f=16">How do I...?</category>
			<dc:creator>keeker</dc:creator>
			<guid isPermaLink="true">http://www.alice.org/community/showthread.php?t=3435</guid>
		</item>
		<item>
			<title>Alice in Action: Computing Through Animation</title>
			<link>http://www.alice.org/community/showthread.php?t=3434&amp;goto=newpost</link>
			<pubDate>Sat, 21 Nov 2009 00:07:12 GMT</pubDate>
			<description>Is there anywhere that we can find the alice book-----Alice in Action: Computing Through Animation online(Readable version)????</description>
			<content:encoded><![CDATA[<div>Is there anywhere that we can find the alice book-----Alice in Action: Computing Through Animation online(Readable version)????</div>

]]></content:encoded>
			<category domain="http://www.alice.org/community/forumdisplay.php?f=30">Alice 2.2 Beta Discussion</category>
			<dc:creator>vinnyk</dc:creator>
			<guid isPermaLink="true">http://www.alice.org/community/showthread.php?t=3434</guid>
		</item>
		<item>
			<title>multiple characters move?</title>
			<link>http://www.alice.org/community/showthread.php?t=3433&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 23:08:29 GMT</pubDate>
			<description>How can I make multiple characters move. Say I have 2 randomguy1 and 2 randomguy2. I know I can make a list to do this but say I want all characters to kick at the same time, how would I do this? I am using events to do this, so if say I press K on keyboard for kick, then all characters kick at the...</description>
			<content:encoded><![CDATA[<div>How can I make multiple characters move. Say I have 2 randomguy1 and 2 randomguy2. I know I can make a list to do this but say I want all characters to kick at the same time, how would I do this? I am using events to do this, so if say I press K on keyboard for kick, then all characters kick at the same time.</div>

]]></content:encoded>
			<category domain="http://www.alice.org/community/forumdisplay.php?f=16">How do I...?</category>
			<dc:creator>jemcleod</dc:creator>
			<guid isPermaLink="true">http://www.alice.org/community/showthread.php?t=3433</guid>
		</item>
		<item>
			<title><![CDATA[If "List of objects" contains "object" function wont work.]]></title>
			<link>http://www.alice.org/community/showthread.php?t=3432&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 22:41:40 GMT</pubDate>
			<description><![CDATA[I can't get this to work, every time I either get an error message or the world goes wrong, any ideas how to fix this?]]></description>
			<content:encoded><![CDATA[<div>I can't get this to work, every time I either get an error message or the world goes wrong, any ideas how to fix this?</div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.alice.org/community/images/aria/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.alice.org/community/attachment.php?attachmentid=1911&amp;d=1258756778" target="_blank">Alice error if list contains.jpg</a> (24.5 KB)</td>
</tr>
			</table>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://www.alice.org/community/forumdisplay.php?f=18">Bugs and Troubleshooting</category>
			<dc:creator>arty-fishL</dc:creator>
			<guid isPermaLink="true">http://www.alice.org/community/showthread.php?t=3432</guid>
		</item>
		<item>
			<title>Inserting values into a list...   slow?</title>
			<link>http://www.alice.org/community/showthread.php?t=3431&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 21:42:37 GMT</pubDate>
			<description><![CDATA[I'm currently running a problem that when I user clicks on an item (object under cursor), it places a number as the last item in a list.  The problem I'm having is that it seems the delay between clicking the item and inserting the number is too much, and can cause inaccuracies when objects are...]]></description>
			<content:encoded><![CDATA[<div>I'm currently running a problem that when I user clicks on an item (object under cursor), it places a number as the last item in a list.  The problem I'm having is that it seems the delay between clicking the item and inserting the number is too much, and can cause inaccuracies when objects are clicked too quickly.<br />
<br />
Is there any way to speed up insertion?</div>

]]></content:encoded>
			<category domain="http://www.alice.org/community/forumdisplay.php?f=16">How do I...?</category>
			<dc:creator>akelly</dc:creator>
			<guid isPermaLink="true">http://www.alice.org/community/showthread.php?t=3431</guid>
		</item>
		<item>
			<title>chapter 8 exercise 2</title>
			<link>http://www.alice.org/community/showthread.php?t=3430&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 17:25:50 GMT</pubDate>
			<description>Does anyone have the code for chapter 8 exercise 2-butterfly chase?</description>
			<content:encoded><![CDATA[<div>Does anyone have the code for chapter 8 exercise 2-butterfly chase?</div>

]]></content:encoded>
			<category domain="http://www.alice.org/community/forumdisplay.php?f=13">Textbook Discussion</category>
			<dc:creator>ZJ23</dc:creator>
			<guid isPermaLink="true">http://www.alice.org/community/showthread.php?t=3430</guid>
		</item>
		<item>
			<title>The Last Beginning</title>
			<link>http://www.alice.org/community/showthread.php?t=3428&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 01:34:10 GMT</pubDate>
			<description><![CDATA[The is a game i am working on for my grade 11 programming class. And it's going to be a big full game.. it's very complex as it is right now.. It's an rpg game. 
 
 
I'm going to list up onto this site:  
nogard171.t35.com/game/index.html]]></description>
			<content:encoded><![CDATA[<div>The is a game i am working on for my grade 11 programming class. And it's going to be a big full game.. it's very complex as it is right now.. It's an rpg game.<br />
<br />
<br />
I'm going to list up onto this site: <br />
nogard171.t35.com/game/index.html</div>

]]></content:encoded>
			<category domain="http://www.alice.org/community/forumdisplay.php?f=14">Works-In-Progress</category>
			<dc:creator>nogard171</dc:creator>
			<guid isPermaLink="true">http://www.alice.org/community/showthread.php?t=3428</guid>
		</item>
		<item>
			<title>setting variables for while loop</title>
			<link>http://www.alice.org/community/showthread.php?t=3427&amp;goto=newpost</link>
			<pubDate>Thu, 19 Nov 2009 23:40:25 GMT</pubDate>
			<description>i want to make my game in a while loop so i can hopefully get rid of the throwable arrow that comes up more often than not when letting go of the forward key to make the rex walk, how can i go about that</description>
			<content:encoded><![CDATA[<div>i want to make my game in a while loop so i can hopefully get rid of the throwable arrow that comes up more often than not when letting go of the forward key to make the rex walk, how can i go about that</div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.alice.org/community/images/aria/attach/a2w.gif" alt="File Type: a2w" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.alice.org/community/attachment.php?attachmentid=1907&amp;d=1258674014">Trex.a2w</a> (1.93 MB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://www.alice.org/community/forumdisplay.php?f=16">How do I...?</category>
			<dc:creator>kylefwlr</dc:creator>
			<guid isPermaLink="true">http://www.alice.org/community/showthread.php?t=3427</guid>
		</item>
		<item>
			<title>How Do make that guy kick the soccer ball?</title>
			<link>http://www.alice.org/community/showthread.php?t=3426&amp;goto=newpost</link>
			<pubDate>Thu, 19 Nov 2009 23:39:13 GMT</pubDate>
			<description>Im trying to make a soccer shooting game. 
How can i make that guy kick the soccer ball to wherever player clicks on? (5 spots where bunnies are placed)</description>
			<content:encoded><![CDATA[<div>Im trying to make a soccer shooting game.<br />
How can i make that guy kick the soccer ball to wherever player clicks on? (5 spots where bunnies are placed)</div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.alice.org/community/images/aria/attach/a2w.gif" alt="File Type: a2w" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.alice.org/community/attachment.php?attachmentid=1909&amp;d=1258674813">soccer.a2w</a> (2.09 MB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://www.alice.org/community/forumdisplay.php?f=16">How do I...?</category>
			<dc:creator>xyflz</dc:creator>
			<guid isPermaLink="true">http://www.alice.org/community/showthread.php?t=3426</guid>
		</item>
		<item>
			<title>Netbeans and Alice 3 - Move and Turn Gallery</title>
			<link>http://www.alice.org/community/showthread.php?t=3425&amp;goto=newpost</link>
			<pubDate>Thu, 19 Nov 2009 23:12:47 GMT</pubDate>
			<description>Hello, 
 
I am trying to get started with Netbeans and Alice. I have installed the following plugin 
 
Version: 3.0.0.64.1  
Source: Alice3ProjectWizard3.0.0.64.1.nbm 
 
Netbeans V6.7.1 
 
When I run the Hello World test file I get this error:</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I am trying to get started with Netbeans and Alice. I have installed the following plugin<br />
<br />
Version: 3.0.0.64.1 <br />
Source: Alice3ProjectWizard3.0.0.64.1.nbm<br />
<br />
Netbeans V6.7.1<br />
<br />
When I run the Hello World test file I get this error:<br />
&quot;Can Not find Alice Move and Turn Gallery  in its expected location:<br />
/Applications/Programming/Alice/3.beta.0000/gallery&quot;<br />
<br />
Specify Actual Gallery Location<br />
<br />
 I do not have a directory /Applications/Programming nor am I able to find an Alice/.../.../Gallery directory on the system, that I can find.<br />
<br />
In my Netbeans Projects Tab, Libraries - I can see the Alice 3 Libraries including the &quot;moveandturn.jar&quot; Hell if I can find them via Finder,Spotlight, or the Terminal<br />
<br />
I would appreciate your suggestions, and hopefully a solution as to how to find and set the correct path/setting or whatever needs to be done.</div>

]]></content:encoded>
			<category domain="http://www.alice.org/community/forumdisplay.php?f=9">Questions and Comments</category>
			<dc:creator>jmfhm</dc:creator>
			<guid isPermaLink="true">http://www.alice.org/community/showthread.php?t=3425</guid>
		</item>
		<item>
			<title>How to</title>
			<link>http://www.alice.org/community/showthread.php?t=3424&amp;goto=newpost</link>
			<pubDate>Thu, 19 Nov 2009 22:51:23 GMT</pubDate>
			<description>So i have a program that has an event that when the mouse clicks on an object Zeus(my character) does a method, the problem is if you click on another object while the method is running, it messes up the entire program. Now what i want to know is how do i make it so if an object is clicked while...</description>
			<content:encoded><![CDATA[<div>So i have a program that has an event that when the mouse clicks on an object Zeus(my character) does a method, the problem is if you click on another object while the method is running, it messes up the entire program. Now what i want to know is how do i make it so if an object is clicked while the method is running i want it to do nothing. I pretty sure i have to use a boolean variable. I attached my program, if you could fix it and repost it and guide me through what you did that would be greatly appreciated<a href="http://www.alice.org/community/attachment.php?attachmentid=1905" target="_blank">Attachment 1905</a></div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.alice.org/community/images/aria/attach/a2w.gif" alt="File Type: a2w" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.alice.org/community/attachment.php?attachmentid=1905&amp;d=1258670916">Zeuss Program_Sharma_Rohan_19_11.a2w</a> (3.42 MB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://www.alice.org/community/forumdisplay.php?f=16">How do I...?</category>
			<dc:creator>rohan123444</dc:creator>
			<guid isPermaLink="true">http://www.alice.org/community/showthread.php?t=3424</guid>
		</item>
		<item>
			<title>COD4 Zakeav snipe out</title>
			<link>http://www.alice.org/community/showthread.php?t=3423&amp;goto=newpost</link>
			<pubDate>Thu, 19 Nov 2009 20:29:52 GMT</pubDate>
			<description><![CDATA[This is my own versoin of the Call of Duty 4 snipe out where you blow Zakeav's arm off, ive never played that level or most others but ive seen them. I just made this so it is not very good, but ill add better dieing animations later. Enjoy this version.]]></description>
			<content:encoded><![CDATA[<div>This is my own versoin of the Call of Duty 4 snipe out where you blow Zakeav's arm off, ive never played that level or most others but ive seen them. I just made this so it is not very good, but ill add better dieing animations later. Enjoy this version.</div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.alice.org/community/images/aria/attach/a2w.gif" alt="File Type: a2w" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.alice.org/community/attachment.php?attachmentid=1904&amp;d=1258662465">Sniper.a2w</a> (2.14 MB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://www.alice.org/community/forumdisplay.php?f=6">Share Worlds</category>
			<dc:creator>jediaction</dc:creator>
			<guid isPermaLink="true">http://www.alice.org/community/showthread.php?t=3423</guid>
		</item>
		<item>
			<title>Jumping higher if a button is held longer</title>
			<link>http://www.alice.org/community/showthread.php?t=3422&amp;goto=newpost</link>
			<pubDate>Thu, 19 Nov 2009 20:00:33 GMT</pubDate>
			<description><![CDATA[I'm trying to make it in my so that when I press Enter the skater jumps, but if I hold Enter it will go higher corresponding to the time length that Enter is held for. I used a While Enter is pressed event and at the beginning he crouches preparing to jump, and right now while holding Enter he...]]></description>
			<content:encoded><![CDATA[<div>I'm trying to make it in my so that when I press Enter the skater jumps, but if I hold Enter it will go higher corresponding to the time length that Enter is held for. I used a While Enter is pressed event and at the beginning he crouches preparing to jump, and right now while holding Enter he stays crouched, and when Enter is released he jumps. How do I use some time method relative to holding Enter??</div>

]]></content:encoded>
			<category domain="http://www.alice.org/community/forumdisplay.php?f=16">How do I...?</category>
			<dc:creator>newsurfer99</dc:creator>
			<guid isPermaLink="true">http://www.alice.org/community/showthread.php?t=3422</guid>
		</item>
		<item>
			<title>Realistic Shooting yard</title>
			<link>http://www.alice.org/community/showthread.php?t=3421&amp;goto=newpost</link>
			<pubDate>Thu, 19 Nov 2009 19:16:00 GMT</pubDate>
			<description>This is a shooting yard that has 4 targets and you shoot them with a pistol. I am working on a sniper game where you snipe someone out but for now, this is my new shooting game and it pretty realistic with reloading and shooting and hitting targets full with sounds of ambience and gun fire. Have fun</description>
			<content:encoded><![CDATA[<div>This is a shooting yard that has 4 targets and you shoot them with a pistol. I am working on a sniper game where you snipe someone out but for now, this is my new shooting game and it pretty realistic with reloading and shooting and hitting targets full with sounds of ambience and gun fire. Have fun</div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.alice.org/community/images/aria/attach/a2w.gif" alt="File Type: a2w" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.alice.org/community/attachment.php?attachmentid=1902&amp;d=1258658046">Real Gun shot.a2w</a> (4.09 MB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://www.alice.org/community/forumdisplay.php?f=6">Share Worlds</category>
			<dc:creator>jediaction</dc:creator>
			<guid isPermaLink="true">http://www.alice.org/community/showthread.php?t=3421</guid>
		</item>
		<item>
			<title>Please help, weird rendering problems</title>
			<link>http://www.alice.org/community/showthread.php?t=3420&amp;goto=newpost</link>
			<pubDate>Thu, 19 Nov 2009 18:03:37 GMT</pubDate>
			<description>I opened my school alice project on one of the school laptops, it gave me some sort of rendering warning but i was going to fast and missed it.  It made my world look weird but I assumed it was just the computer. 
 
After saving it, it always looks very ugly, like this Image:...</description>
			<content:encoded><![CDATA[<div>I opened my school alice project on one of the school laptops, it gave me some sort of rendering warning but i was going to fast and missed it.  It made my world look weird but I assumed it was just the computer.<br />
<br />
After saving it, it always looks very ugly, like this <img src="http://i50.tinypic.com/11aev7a.jpg" border="0" alt="" /><br />
<br />
as you can see it's really messed up, it looks like textures are overlapping.<br />
<br />
Any help?</div>

]]></content:encoded>
			<category domain="http://www.alice.org/community/forumdisplay.php?f=9">Questions and Comments</category>
			<dc:creator>bakedleaf</dc:creator>
			<guid isPermaLink="true">http://www.alice.org/community/showthread.php?t=3420</guid>
		</item>
		<item>
			<title>Time constraint on a method?</title>
			<link>http://www.alice.org/community/showthread.php?t=3419&amp;goto=newpost</link>
			<pubDate>Thu, 19 Nov 2009 18:02:52 GMT</pubDate>
			<description><![CDATA[Hey, I'm making an easy western shoot out game and am not sure how to proceed. I want to make it so that when a key is pressed within, say 2 seconds, a sequence of events is initiated that leads to the player winning while if not pressed the player dies. I know I'll need an if/else statement in the...]]></description>
			<content:encoded><![CDATA[<div>Hey, I'm making an easy western shoot out game and am not sure how to proceed. I want to make it so that when a key is pressed within, say 2 seconds, a sequence of events is initiated that leads to the player winning while if not pressed the player dies. I know I'll need an if/else statement in the method but don't know how to use a key stroke to return true if hit in the allotted time. Hope that makes sense. Appreciate any help. Thanks</div>

]]></content:encoded>
			<category domain="http://www.alice.org/community/forumdisplay.php?f=16">How do I...?</category>
			<dc:creator>pancaks</dc:creator>
			<guid isPermaLink="true">http://www.alice.org/community/showthread.php?t=3419</guid>
		</item>
		<item>
			<title>Speed question</title>
			<link>http://www.alice.org/community/showthread.php?t=3418&amp;goto=newpost</link>
			<pubDate>Thu, 19 Nov 2009 13:22:22 GMT</pubDate>
			<description><![CDATA[Is there a simple way to slow down every aspect of the world at once? 
I've finished with a rather long project, all but for the simple fact that it runs too quickly!! Do I need to go back and edit each object and event? Please don't say YES!  Thank you]]></description>
			<content:encoded><![CDATA[<div>Is there a simple way to slow down every aspect of the world at once?<br />
I've finished with a rather long project, all but for the simple fact that it runs too quickly!! Do I need to go back and edit each object and event? Please don't say YES!  Thank you</div>

]]></content:encoded>
			<category domain="http://www.alice.org/community/forumdisplay.php?f=16">How do I...?</category>
			<dc:creator>ixlfaithlxi</dc:creator>
			<guid isPermaLink="true">http://www.alice.org/community/showthread.php?t=3418</guid>
		</item>
		<item>
			<title>Simple Racing Game</title>
			<link>http://www.alice.org/community/showthread.php?t=3417&amp;goto=newpost</link>
			<pubDate>Thu, 19 Nov 2009 10:10:29 GMT</pubDate>
			<description><![CDATA[Here's a simple racing game I made for a programming assignment. It's not fully completed but it's a start.]]></description>
			<content:encoded><![CDATA[<div>Here's a simple racing game I made for a programming assignment. It's not fully completed but it's a start.</div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.alice.org/community/images/aria/attach/a2w.gif" alt="File Type: a2w" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.alice.org/community/attachment.php?attachmentid=1901&amp;d=1258625399">ipt assignment.a2w</a> (4.55 MB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://www.alice.org/community/forumdisplay.php?f=6">Share Worlds</category>
			<dc:creator>jdalice</dc:creator>
			<guid isPermaLink="true">http://www.alice.org/community/showthread.php?t=3417</guid>
		</item>
		<item>
			<title>Boolean variable</title>
			<link>http://www.alice.org/community/showthread.php?t=3416&amp;goto=newpost</link>
			<pubDate>Thu, 19 Nov 2009 00:55:44 GMT</pubDate>
			<description>I have to make this program that when you click on an object someone points to it and a method runs. Now the problem is that if you click on another object before the method finishes running then it will mess up the entire program. I need help on finding a way so that if the mouse is clicked while...</description>
			<content:encoded><![CDATA[<div>I have to make this program that when you click on an object someone points to it and a method runs. Now the problem is that if you click on another object before the method finishes running then it will mess up the entire program. I need help on finding a way so that if the mouse is clicked while this method is running do not do anything. That is basically what i need help on.</div>

]]></content:encoded>
			<category domain="http://www.alice.org/community/forumdisplay.php?f=14">Works-In-Progress</category>
			<dc:creator>rohan123444</dc:creator>
			<guid isPermaLink="true">http://www.alice.org/community/showthread.php?t=3416</guid>
		</item>
		<item>
			<title>How do i get a variable to tell me if a function is running or not</title>
			<link>http://www.alice.org/community/showthread.php?t=3415&amp;goto=newpost</link>
			<pubDate>Thu, 19 Nov 2009 00:26:52 GMT</pubDate>
			<description>I have to make this program that when you click on an object someone points to it and a method runs. Now the problem is that if you click on another object before the method finishes running then it will mess up the entire program. I need help on finding a way so that if the mouse is clicked while...</description>
			<content:encoded><![CDATA[<div>I have to make this program that when you click on an object someone points to it and a method runs. Now the problem is that if you click on another object before the method finishes running then it will mess up the entire program. I need help on finding a way so that if the mouse is clicked while this method is running do not do anything. That is basically what i need help on.</div>

]]></content:encoded>
			<category domain="http://www.alice.org/community/forumdisplay.php?f=16">How do I...?</category>
			<dc:creator>rohan123444</dc:creator>
			<guid isPermaLink="true">http://www.alice.org/community/showthread.php?t=3415</guid>
		</item>
	</channel>
</rss>
