<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: 8. Keyboard Interaction (To move the camera)</title>
	<link>http://papervision2.com/8-keyboard-interaction-to-move-the-camera/</link>
	<description>The best resource for Papervision3d tutorials</description>
	<pubDate>Sat, 06 Sep 2008 00:20:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Samantha</title>
		<link>http://papervision2.com/8-keyboard-interaction-to-move-the-camera/#comment-1137</link>
		<dc:creator>Samantha</dc:creator>
		<pubDate>Thu, 28 Aug 2008 20:09:38 +0000</pubDate>
		<guid>http://papervision2.com/8-keyboard-interaction-to-move-the-camera/#comment-1137</guid>
		<description>I keep getting this error:

Warning: 1090: Migration issue: The onKeyUp event handler is not triggered automatically by Flash Player at run time in ActionScript 3.0.  You must first register this handler for the event using addEventListener ( 'keyUp', callback_handler).</description>
		<content:encoded><![CDATA[<p>I keep getting this error:</p>
<p>Warning: 1090: Migration issue: The onKeyUp event handler is not triggered automatically by Flash Player at run time in ActionScript 3.0.  You must first register this handler for the event using addEventListener ( &#8216;keyUp&#8217;, callback_handler).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel Beauregard</title>
		<link>http://papervision2.com/8-keyboard-interaction-to-move-the-camera/#comment-980</link>
		<dc:creator>Michel Beauregard</dc:creator>
		<pubDate>Sun, 17 Aug 2008 12:57:21 +0000</pubDate>
		<guid>http://papervision2.com/8-keyboard-interaction-to-move-the-camera/#comment-980</guid>
		<description>Hi

Great tuturials. I am learning a lot here thanks. 

I notice this change I had to make to PaperBase in order to get the following line addition to be accepted at compilation time:

public var current_camera:CameraObject3D;

add 
import org.papervision3d.core.proto.CameraObject3D; // CameraObject3D added</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Great tuturials. I am learning a lot here thanks. </p>
<p>I notice this change I had to make to PaperBase in order to get the following line addition to be accepted at compilation time:</p>
<p>public var current_camera:CameraObject3D;</p>
<p>add<br />
import org.papervision3d.core.proto.CameraObject3D; // CameraObject3D added</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jsan</title>
		<link>http://papervision2.com/8-keyboard-interaction-to-move-the-camera/#comment-930</link>
		<dc:creator>Jsan</dc:creator>
		<pubDate>Thu, 07 Aug 2008 20:58:57 +0000</pubDate>
		<guid>http://papervision2.com/8-keyboard-interaction-to-move-the-camera/#comment-930</guid>
		<description>And u must change the PaperBase...

change the folling code

default_camera = new FreeCamera3D();

to the following

default_camera = new Camera3D();

and

// -- Cameras --//
public var default_camera:FreeCamera3D; // A Camera

to this

// -- Cameras --//
public var default_camera:Camera3D; // A Camera</description>
		<content:encoded><![CDATA[<p>And u must change the PaperBase&#8230;</p>
<p>change the folling code</p>
<p>default_camera = new FreeCamera3D();</p>
<p>to the following</p>
<p>default_camera = new Camera3D();</p>
<p>and</p>
<p>// &#8212; Cameras &#8211;//<br />
public var default_camera:FreeCamera3D; // A Camera</p>
<p>to this</p>
<p>// &#8212; Cameras &#8211;//<br />
public var default_camera:Camera3D; // A Camera</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romano</title>
		<link>http://papervision2.com/8-keyboard-interaction-to-move-the-camera/#comment-912</link>
		<dc:creator>Romano</dc:creator>
		<pubDate>Mon, 04 Aug 2008 11:10:02 +0000</pubDate>
		<guid>http://papervision2.com/8-keyboard-interaction-to-move-the-camera/#comment-912</guid>
		<description>Cool. it's working)</description>
		<content:encoded><![CDATA[<p>Cool. it&#8217;s working)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romano</title>
		<link>http://papervision2.com/8-keyboard-interaction-to-move-the-camera/#comment-911</link>
		<dc:creator>Romano</dc:creator>
		<pubDate>Mon, 04 Aug 2008 10:56:38 +0000</pubDate>
		<guid>http://papervision2.com/8-keyboard-interaction-to-move-the-camera/#comment-911</guid>
		<description>And  Keyboard Interaction don't working (((</description>
		<content:encoded><![CDATA[<p>And  Keyboard Interaction don&#8217;t working (((</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romano</title>
		<link>http://papervision2.com/8-keyboard-interaction-to-move-the-camera/#comment-910</link>
		<dc:creator>Romano</dc:creator>
		<pubDate>Mon, 04 Aug 2008 10:07:25 +0000</pubDate>
		<guid>http://papervision2.com/8-keyboard-interaction-to-move-the-camera/#comment-910</guid>
		<description>ok

camera = new Camera3D();
camera.zoom = 1;
camera.focus = 500;

but there is an empty stage, texture booted that not doing so?</description>
		<content:encoded><![CDATA[<p>ok</p>
<p>camera = new Camera3D();<br />
camera.zoom = 1;<br />
camera.focus = 500;</p>
<p>but there is an empty stage, texture booted that not doing so?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sister S</title>
		<link>http://papervision2.com/8-keyboard-interaction-to-move-the-camera/#comment-892</link>
		<dc:creator>Sister S</dc:creator>
		<pubDate>Sat, 02 Aug 2008 14:21:07 +0000</pubDate>
		<guid>http://papervision2.com/8-keyboard-interaction-to-move-the-camera/#comment-892</guid>
		<description>I had the same problem as Peter. The solution was to switch the FreeCamera3D import and instances to Camera3D along with changing the instiantiation of the Camer3D object. 

Change the following code

camera = new FreeCamera3D(1, 500);

to the following

			camera = new Camera3D();
			camera.zoom = 1;
			camera.focus = 500;</description>
		<content:encoded><![CDATA[<p>I had the same problem as Peter. The solution was to switch the FreeCamera3D import and instances to Camera3D along with changing the instiantiation of the Camer3D object. </p>
<p>Change the following code</p>
<p>camera = new FreeCamera3D(1, 500);</p>
<p>to the following</p>
<p>			camera = new Camera3D();<br />
			camera.zoom = 1;<br />
			camera.focus = 500;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jsan</title>
		<link>http://papervision2.com/8-keyboard-interaction-to-move-the-camera/#comment-879</link>
		<dc:creator>Jsan</dc:creator>
		<pubDate>Thu, 31 Jul 2008 20:19:45 +0000</pubDate>
		<guid>http://papervision2.com/8-keyboard-interaction-to-move-the-camera/#comment-879</guid>
		<description>How u do that?

#  Comment by Brandon Bradley on July 30, 2008 2:36 am

Switching the FreeCamera3D for a Camera3D (import and instances) seems to fix the issue with the missing FreeCamera3D class.</description>
		<content:encoded><![CDATA[<p>How u do that?</p>
<p>#  Comment by Brandon Bradley on July 30, 2008 2:36 am</p>
<p>Switching the FreeCamera3D for a Camera3D (import and instances) seems to fix the issue with the missing FreeCamera3D class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Bradley</title>
		<link>http://papervision2.com/8-keyboard-interaction-to-move-the-camera/#comment-868</link>
		<dc:creator>Brandon Bradley</dc:creator>
		<pubDate>Wed, 30 Jul 2008 02:36:50 +0000</pubDate>
		<guid>http://papervision2.com/8-keyboard-interaction-to-move-the-camera/#comment-868</guid>
		<description>Switching the FreeCamera3D for a Camera3D (import and instances) seems to fix the issue with the missing FreeCamera3D class.</description>
		<content:encoded><![CDATA[<p>Switching the FreeCamera3D for a Camera3D (import and instances) seems to fix the issue with the missing FreeCamera3D class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricky</title>
		<link>http://papervision2.com/8-keyboard-interaction-to-move-the-camera/#comment-864</link>
		<dc:creator>Ricky</dc:creator>
		<pubDate>Tue, 29 Jul 2008 16:04:10 +0000</pubDate>
		<guid>http://papervision2.com/8-keyboard-interaction-to-move-the-camera/#comment-864</guid>
		<description>Hi,

I'm having the same problem as Evian! Are you using the GreatWhite branch of Papervision! Because mine doesn't have FreeCamera in the cameras folder.

If i point my flash to a different version of Papervision, i get even more errors!

Please can you confirm the version i am meant to use for this tutorial

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m having the same problem as Evian! Are you using the GreatWhite branch of Papervision! Because mine doesn&#8217;t have FreeCamera in the cameras folder.</p>
<p>If i point my flash to a different version of Papervision, i get even more errors!</p>
<p>Please can you confirm the version i am meant to use for this tutorial</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
