<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Scirra Forum : Download Construct 2 release 27</title>
  <link>http://www.scirra.com/forum/</link>
  <description>This is an XML content feed of; Scirra Forum : Construct 2 general : Download Construct 2 release 27</description>
  <copyright>Copyright (c) 2006-2011 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 25 May 2013 21:10:27 +0000</pubDate>
  <lastBuildDate>Sun, 13 Feb 2011 15:49:11 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 10.01</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.scirra.com/forum/RSS_post_feed.asp?TID=41886</WebWizForums:feedURL>
  <image>
   <title>Scirra Forum</title>
   <url>http://www.scirra.com/forum/forum_images/web_wiz_forums.png</url>
   <link>http://www.scirra.com/forum/</link>
  </image>
  <item>
   <title>Download Construct 2 release 27 : Yup, that worked. </title>
   <link>http://www.scirra.com/forum/download-construct-2-release-27_topic41886_post258928.html#258928</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="../users/inkbot">inkBot</a><br /><strong>Subject:</strong> 41886<br /><strong>Posted:</strong> 13 Feb 2011 at 3:49pm<br /><br />Yup, that worked.]]>
   </description>
   <pubDate>Sun, 13 Feb 2011 15:49:11 +0000</pubDate>
   <guid isPermaLink="true">http://www.scirra.com/forum/download-construct-2-release-27_topic41886.html</guid>
  </item> 
  <item>
   <title>Download Construct 2 release 27 : Might try str(player.health).At...</title>
   <link>http://www.scirra.com/forum/download-construct-2-release-27_topic41886_post258926.html#258926</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="../users/newt">newt</a><br /><strong>Subject:</strong> 41886<br /><strong>Posted:</strong> 13 Feb 2011 at 3:18pm<br /><br />Might try str(player.health).<br />At this time text doesn't accept anything except strings.]]>
   </description>
   <pubDate>Sun, 13 Feb 2011 15:18:03 +0000</pubDate>
   <guid isPermaLink="true">http://www.scirra.com/forum/download-construct-2-release-27_topic41886.html</guid>
  </item> 
  <item>
   <title>Download Construct 2 release 27 : Ok, that answers my question then....</title>
   <link>http://www.scirra.com/forum/download-construct-2-release-27_topic41886_post258924.html#258924</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="../users/inkbot">inkBot</a><br /><strong>Subject:</strong> 41886<br /><strong>Posted:</strong> 13 Feb 2011 at 2:52pm<br /><br />Ok, that answers my question then. Was simply wondering.<br /><br />I think I found a problem with either the text object or variables.<br /><br />I have an object named &quot;player&quot; with the variable &quot;health&quot; and wanted to have the text show the variables value so I set the text to: player.health, each tick. However the text object displays nothing when I do this. However, if I instead set the text to: &quot;Health:&quot; &amp; player.health, then it displays both the text and the value. I added it to the tracker with the capx.]]>
   </description>
   <pubDate>Sun, 13 Feb 2011 14:52:37 +0000</pubDate>
   <guid isPermaLink="true">http://www.scirra.com/forum/download-construct-2-release-27_topic41886.html</guid>
  </item> 
  <item>
   <title>Download Construct 2 release 27 : Might there be a way to do both?...</title>
   <link>http://www.scirra.com/forum/download-construct-2-release-27_topic41886_post258907.html#258907</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="../users/ashley">Ashley</a><br /><strong>Subject:</strong> 41886<br /><strong>Posted:</strong> 13 Feb 2011 at 2:19am<br /><br />&#091;quote=&quot;Arima&quot;:1td4zt4d&#093;Might there be a way to do both?  It seems it would be helpful to have it reference only the currently picked objects with a 'sprite collides with sprite' event.&#091;/quote:1td4zt4d&#093;<br />You don't need expression indexing for the sprite collides with sprite events - just the 'pick nth instance' conditions.<br /><br />&#091;quote=&quot;R0J0Hound&quot;:1td4zt4d&#093;I'm finding a problem with useing loops with subevents&#091;/quote:1td4zt4d&#093;<br />I think I see the problem in the runtime, should have it fixed next build.<br /><br />&#091;quote=&quot;inkBot&quot;:1td4zt4d&#093;There's a thing I've been wondering about. Is there a specific reason to why the keyboard and mouse objects aren't automatically added to a project?&#091;/quote:1td4zt4d&#093;<br />It's the principle of don't-pay-for-what-you-don't use: if you're not using mouse input (as someone says, like on a banner advert) then you shouldn't pay for the extra weight of carrying all the mouse javascript around, or having it take up space in the event wizard when it's not used, and so on.  It's only a couple of clicks to drop in when you are using it so I don't think it's a big deal - if we get round to adding templates, that would effectively solve it too.]]>
   </description>
   <pubDate>Sun, 13 Feb 2011 02:19:09 +0000</pubDate>
   <guid isPermaLink="true">http://www.scirra.com/forum/download-construct-2-release-27_topic41886.html</guid>
  </item> 
  <item>
   <title>Download Construct 2 release 27 : A game might be mouse-only or...</title>
   <link>http://www.scirra.com/forum/download-construct-2-release-27_topic41886_post258901.html#258901</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="../users/deadeye">deadeye</a><br /><strong>Subject:</strong> 41886<br /><strong>Posted:</strong> 12 Feb 2011 at 11:25pm<br /><br />A game might be mouse-only or keyboard-only, and adding both would be overkill.  In either case the other isn't needed.<br /><br />Also what if you want to make a simulation or an example that doesn't need input?  Or a banner thing for the top of your web page?  There are a few reasons why you wouldn't need mouse or keyboard.]]>
   </description>
   <pubDate>Sat, 12 Feb 2011 23:25:00 +0000</pubDate>
   <guid isPermaLink="true">http://www.scirra.com/forum/download-construct-2-release-27_topic41886.html</guid>
  </item> 
  <item>
   <title>Download Construct 2 release 27 : There&amp;#039;s a thing I&amp;#039;ve...</title>
   <link>http://www.scirra.com/forum/download-construct-2-release-27_topic41886_post258900.html#258900</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="../users/inkbot">inkBot</a><br /><strong>Subject:</strong> 41886<br /><strong>Posted:</strong> 12 Feb 2011 at 10:01pm<br /><br />There's a thing I've been wondering about. Is there a specific reason to why the keyboard and mouse objects aren't automatically added to a project? I think most people would want to use both objects while working on it and likely in the end project too.<br /><br />I'm guessing it's that way because it was like that in 0.x as well, and I thought the same then. Seems like it just adds an unnecessary step for C2 users, so I thought I'd ask.]]>
   </description>
   <pubDate>Sat, 12 Feb 2011 22:01:58 +0000</pubDate>
   <guid isPermaLink="true">http://www.scirra.com/forum/download-construct-2-release-27_topic41886.html</guid>
  </item> 
  <item>
   <title>Download Construct 2 release 27 : I&amp;#039;m finding a problem with...</title>
   <link>http://www.scirra.com/forum/download-construct-2-release-27_topic41886_post258889.html#258889</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="../users/r0j0hound">R0J0hound</a><br /><strong>Subject:</strong> 41886<br /><strong>Posted:</strong> 12 Feb 2011 at 6:37pm<br /><br />I'm finding a problem with useing loops with subevents.  I used for each and added a subevent to compare 1=5 (which should be never true).  For some reason the subevent's actions are being run for all of the objects but one.<br /><br />ex: &#091;url:1slovrzp&#093;http://dl.dropbox.com/u/5426011/c2/bug.capx&#091;/url:1slovrzp&#093;<br /><br />It seems to occur with any subevent condition.]]>
   </description>
   <pubDate>Sat, 12 Feb 2011 18:37:54 +0000</pubDate>
   <guid isPermaLink="true">http://www.scirra.com/forum/download-construct-2-release-27_topic41886.html</guid>
  </item> 
  <item>
   <title>Download Construct 2 release 27 : Referencing a sprite by specific...</title>
   <link>http://www.scirra.com/forum/download-construct-2-release-27_topic41886_post258886.html#258886</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="../users/newt">newt</a><br /><strong>Subject:</strong> 41886<br /><strong>Posted:</strong> 12 Feb 2011 at 6:08pm<br /><br />Referencing a sprite by specific variables in actions might solve a few things.<br />sprite.num(4)?]]>
   </description>
   <pubDate>Sat, 12 Feb 2011 18:08:29 +0000</pubDate>
   <guid isPermaLink="true">http://www.scirra.com/forum/download-construct-2-release-27_topic41886.html</guid>
  </item> 
  <item>
   <title>Download Construct 2 release 27 : Sprite(n) indexes to the currently...</title>
   <link>http://www.scirra.com/forum/download-construct-2-release-27_topic41886_post258881.html#258881</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="../users/arima">Arima</a><br /><strong>Subject:</strong> 41886<br /><strong>Posted:</strong> 12 Feb 2011 at 5:47pm<br /><br />&#091;quote=&quot;Ashley&quot;:28t0cgq5&#093;Sprite(n) indexes to the &#091;i&#093;currently picked objects&#091;/i&#091;/quote:28t0cgq5&#093;<br /><br />Might there be a way to do both?  It seems it would be helpful to have it reference only the currently picked objects with a 'sprite collides with sprite' event.]]>
   </description>
   <pubDate>Sat, 12 Feb 2011 17:47:07 +0000</pubDate>
   <guid isPermaLink="true">http://www.scirra.com/forum/download-construct-2-release-27_topic41886.html</guid>
  </item> 
  <item>
   <title>Download Construct 2 release 27 : indexes to the currently picked...</title>
   <link>http://www.scirra.com/forum/download-construct-2-release-27_topic41886_post258877.html#258877</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="../users/newt">newt</a><br /><strong>Subject:</strong> 41886<br /><strong>Posted:</strong> 12 Feb 2011 at 5:28pm<br /><br />&#091;quote:2xitiiar&#093;indexes to the currently picked objects&#091;/quote:2xitiiar&#093;<br />Ahh that's where I was messing up.<br />I was going on the assumption it was indexed on creation.]]>
   </description>
   <pubDate>Sat, 12 Feb 2011 17:28:19 +0000</pubDate>
   <guid isPermaLink="true">http://www.scirra.com/forum/download-construct-2-release-27_topic41886.html</guid>
  </item> 
 </channel>
</rss>