Moving character?

I need a help in moving a character alone, anyone can help me, I have the code
character and environment. :-\

What do you mean by moving alone?

Ok,…let’s assume your character is a model you loaded somehow in jME. Then you have a node or spatial. Both you can add controllers ( method addController() ). With the help of the spataialtransformer you can for example move one node/spatial from one point to another or rotate it…have a look here:

http://code.google.com/p/jmonkeyengine/source/browse/trunk/src/jmetest/TutorialGuide/HelloAnimation.java

Hope that helped.