Page 2 of 2

Posted: Wed Jan 07, 2004 5:12 am
by Boogle
What does your receiver's OnEvent code look like?

Posted: Wed Jan 07, 2004 6:51 am
by RayOfAsh
I just took the stuff from the movement tutorial and pasted it in there. The stuff on top, nothing else, then i changed "node" to "faerienode" which is my player.

Posted: Fri Jan 09, 2004 6:28 pm
by RayOfAsh
??? Nobody know's?

Posted: Fri Jan 09, 2004 8:27 pm
by Boogle
Go download the source for my 3rd person camera (http://irrlicht.sourceforge.net/phpBB2/ ... .php?t=961) and check out the OnEvent to see how I get the character to move. You'll probably also want to improve on that by mimicking keless's key input code (http://irrlicht.sourceforge.net/phpBB2/ ... .php?t=808) and moving the object only after all input events have been processed (perhaps by creating an animator and attaching it to your faerie).

Posted: Fri Jan 09, 2004 10:56 pm
by RayOfAsh
There are so many errors in that source im not even going to BEGIN fixing them.