<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Maratis forum - Loading the next level]]></title>
	<link rel="self" href="http://forum.maratis3d.com/extern.php?action=feed&amp;tid=446&amp;type=atom"/>
	<updated>2013-01-22T22:14:43Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.maratis3d.com/viewtopic.php?id=446</id>
		<entry>
			<title type="html"><![CDATA[Re: Loading the next level]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=3565#p3565"/>
			<content type="html"><![CDATA[<p>the syntax is not very different, you won&#039;t feel very lost.</p>]]></content>
			<author>
				<name><![CDATA[anael]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2013-01-22T22:14:43Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=3565#p3565</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Loading the next level]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=3564#p3564"/>
			<content type="html"><![CDATA[<p>feels like I have to learn c++ right? I have begun learning C#, is it as easy or harder?</p>]]></content>
			<author>
				<name><![CDATA[Pär]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=1252</uri>
			</author>
			<updated>2013-01-22T21:06:42Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=3564#p3564</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Loading the next level]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=3558#p3558"/>
			<content type="html"><![CDATA[<p>you can save or manage your variables using a c++ plugin.</p>]]></content>
			<author>
				<name><![CDATA[anael]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2013-01-22T20:07:18Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=3558#p3558</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Loading the next level]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=3551#p3551"/>
			<content type="html"><![CDATA[<p>How can I make so that when I load a level, they will store my values from the previous one?</p>]]></content>
			<author>
				<name><![CDATA[Pär]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=1252</uri>
			</author>
			<updated>2013-01-22T16:32:48Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=3551#p3551</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Loading the next level]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=2648#p2648"/>
			<content type="html"><![CDATA[<p>I wrote an example to the wiki</p>]]></content>
			<author>
				<name><![CDATA[anael]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2012-09-18T12:03:36Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=2648#p2648</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Loading the next level]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=2647#p2647"/>
			<content type="html"><![CDATA[<p>This worked, thanks!</p>]]></content>
			<author>
				<name><![CDATA[Almighty Laxz]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=1037</uri>
			</author>
			<updated>2012-09-18T11:18:44Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=2647#p2647</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Loading the next level]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=2646#p2646"/>
			<content type="html"><![CDATA[<p>Also, don&#039;t forget the path is relative to the project so :<br />loadLevel(&quot;levels/Car_Game.level&quot;)</p>]]></content>
			<author>
				<name><![CDATA[anael]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2012-09-18T11:13:48Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=2646#p2646</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Loading the next level]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=2645#p2645"/>
			<content type="html"><![CDATA[<p>Hi, I think the problem is your level name,<br />you should avoid using space (also special characters, accents...)</p><p>try naming the level &quot;Car_Game.level&quot;</p>]]></content>
			<author>
				<name><![CDATA[anael]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2012-09-18T11:12:42Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=2645#p2645</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Loading the next level]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=2644#p2644"/>
			<content type="html"><![CDATA[<p>Hi,<br />I am trying to make a start menu for my car game, I made a separate level for it. How could I load the next level in lua?<br />I see the function loadLevel on the wiki, is this what i&#039;m looking for?<br /></p><div class="quotebox"><blockquote><p>if isKeyPressed(&quot;B&quot;) then<br />&nbsp; &nbsp; changeCurrentCamera(Camera2)<br />&nbsp; &nbsp; loadLevel(&quot;Car Game.level&quot;)<br />&nbsp; &nbsp; end</p></blockquote></div><p>That code doesn&#039;t seem to do anything other then change the camera, could anyone tell me how I could change to the main level?</p>]]></content>
			<author>
				<name><![CDATA[Almighty Laxz]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=1037</uri>
			</author>
			<updated>2012-09-18T10:41:23Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=2644#p2644</id>
		</entry>
</feed>
