<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: SCUMM in JavaScript</title>
	<atom:link href="http://www.cuppadev.co.uk/oldbrew/scumm-in-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cuppadev.co.uk/oldbrew/scumm-in-javascript/</link>
	<description>Cuppalicious coding!</description>
	<pubDate>Fri, 21 Nov 2008 05:04:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: James Urquhart</title>
		<link>http://www.cuppadev.co.uk/oldbrew/scumm-in-javascript/#comment-163</link>
		<dc:creator>James Urquhart</dc:creator>
		<pubDate>Sat, 12 Jul 2008 16:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://crm.cuppadev.co.uk/?p=145#comment-163</guid>
		<description>Really? Hmm.... I think you may need Firebug installed. Yes, that is probably it.

I've modified the script so the haXe trace isn't called. This should solve your problem.

Let me know if you encounter any other issues.</description>
		<content:encoded><![CDATA[<p>Really? Hmm&#8230;. I think you may need Firebug installed. Yes, that is probably it.</p>
<p>I&#8217;ve modified the script so the haXe trace isn&#8217;t called. This should solve your problem.</p>
<p>Let me know if you encounter any other issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bonder</title>
		<link>http://www.cuppadev.co.uk/oldbrew/scumm-in-javascript/#comment-162</link>
		<dc:creator>bonder</dc:creator>
		<pubDate>Sat, 12 Jul 2008 15:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://crm.cuppadev.co.uk/?p=145#comment-162</guid>
		<description>I get this error when I try to run in FF 3:

JSTest.hx:38: Preloading resources
JSByteIO.hx:390: XMLHttpRequest: Loaded 487 bytes
JSByteIO.hx:390: XMLHttpRequest: Loaded 60549 bytes
JSTest.hx:42: Resources loaded
JSTest.hx:46: Engine init
SCUMM.hx:505: boot state
SPUTMResource.hx:312: Loading resource 1 from file 1, room 2 (SCRIPT)
SCUMM.hx:507: Started
SCUMM6.hx:1258: ARRAY = ""
SCUMM6.hx:1258: ARRAY = "ScummC Paused !"
SCUMM6.hx:1258: ARRAY = "Are you sure you want to quit ? (Y/N)Y"
SCUMM6.hx:1258: ARRAY = "Are you sure you want to restart ? (Y/N)Y"
SCUMM6.hx:1258: ARRAY = "Save it"
SCUMM6.hx:1258: ARRAY = "Load it"
SCUMM6.hx:1258: ARRAY = "Continue"
SCUMM6.hx:1258: ARRAY = "Cancel"
SCUMM6.hx:1258: ARRAY = "Quit"
SCUMM6.hx:1258: ARRAY = "Ok"
SCUMM6.hx:1258: ARRAY = "Saveing '%s'"
SCUMM6.hx:1258: ARRAY = "Loading '%s'"
SCUMM6.hx:1258: ARRAY = "ScummC test Menu"
SCUMM6.hx:1258: ARRAY = "Save game"
SCUMM6.hx:1258: ARRAY = "Load game"
SCUMM6.hx:1258: ARRAY = "Game NOT saved"
SCUMM6.hx:1258: ARRAY = "Game NOT loaded"
SCUMM6.hx:1258: ARRAY = "Insert disk %c"
SCUMM6.hx:1258: ARRAY = "You must enter a name"
SCUMM6.hx:1258: ARRAY = "Insert your save disk"
SCUMM6.hx:1258: ARRAY = "Failed to open %s (%c%d)"
SCUMM6.hx:1258: ARRAY = "Read error on disk %c (%c%d)"
SCUMM6.hx:788: 103, 645
SPUTMResource.hx:312: Loading resource 2 from file 1, room 2 (ROOM)
SPUTMRoom.hx:180: RMIM == RMIM
SPUTMImage.hx:122: smap size == 8
SPUTM.hx:1157: Internal exception, aborting! (state=SPUTM_RUNNING)
SPUTM.hx:1158: ReferenceError: console is not defined</description>
		<content:encoded><![CDATA[<p>I get this error when I try to run in FF 3:</p>
<p>JSTest.hx:38: Preloading resources<br />
JSByteIO.hx:390: XMLHttpRequest: Loaded 487 bytes<br />
JSByteIO.hx:390: XMLHttpRequest: Loaded 60549 bytes<br />
JSTest.hx:42: Resources loaded<br />
JSTest.hx:46: Engine init<br />
SCUMM.hx:505: boot state<br />
SPUTMResource.hx:312: Loading resource 1 from file 1, room 2 (SCRIPT)<br />
SCUMM.hx:507: Started<br />
SCUMM6.hx:1258: ARRAY = &#8220;&#8221;<br />
SCUMM6.hx:1258: ARRAY = &#8220;ScummC Paused !&#8221;<br />
SCUMM6.hx:1258: ARRAY = &#8220;Are you sure you want to quit ? (Y/N)Y&#8221;<br />
SCUMM6.hx:1258: ARRAY = &#8220;Are you sure you want to restart ? (Y/N)Y&#8221;<br />
SCUMM6.hx:1258: ARRAY = &#8220;Save it&#8221;<br />
SCUMM6.hx:1258: ARRAY = &#8220;Load it&#8221;<br />
SCUMM6.hx:1258: ARRAY = &#8220;Continue&#8221;<br />
SCUMM6.hx:1258: ARRAY = &#8220;Cancel&#8221;<br />
SCUMM6.hx:1258: ARRAY = &#8220;Quit&#8221;<br />
SCUMM6.hx:1258: ARRAY = &#8220;Ok&#8221;<br />
SCUMM6.hx:1258: ARRAY = &#8220;Saveing &#8216;%s&#8217;&#8221;<br />
SCUMM6.hx:1258: ARRAY = &#8220;Loading &#8216;%s&#8217;&#8221;<br />
SCUMM6.hx:1258: ARRAY = &#8220;ScummC test Menu&#8221;<br />
SCUMM6.hx:1258: ARRAY = &#8220;Save game&#8221;<br />
SCUMM6.hx:1258: ARRAY = &#8220;Load game&#8221;<br />
SCUMM6.hx:1258: ARRAY = &#8220;Game NOT saved&#8221;<br />
SCUMM6.hx:1258: ARRAY = &#8220;Game NOT loaded&#8221;<br />
SCUMM6.hx:1258: ARRAY = &#8220;Insert disk %c&#8221;<br />
SCUMM6.hx:1258: ARRAY = &#8220;You must enter a name&#8221;<br />
SCUMM6.hx:1258: ARRAY = &#8220;Insert your save disk&#8221;<br />
SCUMM6.hx:1258: ARRAY = &#8220;Failed to open %s (%c%d)&#8221;<br />
SCUMM6.hx:1258: ARRAY = &#8220;Read error on disk %c (%c%d)&#8221;<br />
SCUMM6.hx:788: 103, 645<br />
SPUTMResource.hx:312: Loading resource 2 from file 1, room 2 (ROOM)<br />
SPUTMRoom.hx:180: RMIM == RMIM<br />
SPUTMImage.hx:122: smap size == 8<br />
SPUTM.hx:1157: Internal exception, aborting! (state=SPUTM_RUNNING)<br />
SPUTM.hx:1158: ReferenceError: console is not defined</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.593 seconds -->
