controls, movement

hey
how can i do mouse movement and wasd? soz for nooby question

You might want to take a look at the Roaming Ralph example inside your Panda3D dir.
For keyboard movement:
panda3d.org/manual/index.php/Keyboard_Support

what about controlling the camera with the mouse?

Some basic mouse/keyboard movement of the camera can be found in the Normal-Mapping (BumpMapping) tutorial in your samples folder (Panda3d\samples).

okay i used the code from the normal mapping demo and edited it so it works on w and s keys. but how can i stop myself from flying in the air becuz i go forward whereever the mouse is pointing