<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Help (Matrices ) - Pushing a Block</title>
		<link>http://tibasicdev.wikidot.com/forum/t-48840/help-matrices-pushing-a-block</link>
		<description>Posts in the discussion thread &quot;Help (Matrices ) - Pushing a Block&quot; - Need some help with a game I&#039;m making. I have the right idea, just I can&#039;t figure out why there is an &quot;ERROR: INVALID DIM&quot; message.</description>
				<copyright></copyright>
		<lastBuildDate>Mon, 14 Sep 2026 23:21:35 +0000</lastBuildDate>
		
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-48840#post-130859</guid>
				<title>Re: Help (Matrices ) - Pushing a Block</title>
				<link>http://tibasicdev.wikidot.com/forum/t-48840/help-matrices-pushing-a-block#post-130859</link>
				<description></description>
				<pubDate>Tue, 25 Mar 2008 01:03:53 +0000</pubDate>
				<wikidot:authorName>B Baller</wikidot:authorName>				<wikidot:authorUserId>101131</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I made the game up, so its not on this Wiki. I might take the time to do it later.</p> <p>But thanks. Just like me to make an obvious mistake like that and not be able to catch it. &gt;_&lt;.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-48840#post-130801</guid>
				<title>Re: Help (Matrices ) - Pushing a Block</title>
				<link>http://tibasicdev.wikidot.com/forum/t-48840/help-matrices-pushing-a-block#post-130801</link>
				<description></description>
				<pubDate>Mon, 24 Mar 2008 23:43:41 +0000</pubDate>
				<wikidot:authorName>burr</wikidot:authorName>				<wikidot:authorUserId>740</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>It looks like you are missing a parentheses &#8212; [A](A,B+(B&lt;15)<strong>)</strong>=10. Just out of curiosity, what game is this from?</p> <p>Before I forget, Welcome to TI-Basic Developer!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-48840#post-130757</guid>
				<title>Help (Matrices ) - Pushing a Block</title>
				<link>http://tibasicdev.wikidot.com/forum/t-48840/help-matrices-pushing-a-block#post-130757</link>
				<description></description>
				<pubDate>Mon, 24 Mar 2008 22:36:46 +0000</pubDate>
				<wikidot:authorName>B Baller</wikidot:authorName>				<wikidot:authorUserId>101131</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Okay, the game uses the [A] matrix and each level a new component is added (for instance, the first level all you have to do is move a &quot;+&quot; to the &quot;*&quot;, but later on there are &quot;O&quot;s that you can't step on, walls (Xs), trigger switches that turn certain &quot;O&quot;s on or off, teleport spaces, and now I'm trying to add in blocks that you can push. I'm setting the blocks that you can push to &quot;10&quot; spaces (Walls are one). G=the Getkey. A,B is the location of the +, and the matrix is an 8 by 16. My calculator is an old TI-82 one (it got rented to me for school).</p> <p>So, this is the part I need help on. The first line, last part is the part that gets the error. (I know its not optimized):</p> <div class="code"> <pre><code>:If G=26 and [A](A,B+(B&lt;15)=10 and abs ([A](A,B+2(B&lt;15))-5.5)≠4.5:Then :10→[A](A,B+2):0→[A](A,B+1) :Output(A,B+1,&quot; B :End</code></pre></div> <p>This gets repeated with minor changes to account for moving up/down and moving left.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>