For just moving the camera you need also include <default.c> so
#include <acknex.h> #include <default.c> ...
and then you can move the camera after pressing 0. But for moving an actor, well you first need to place that actor in the level, and then you need to write a movement action for him.