Help to add a force to and object

Hello,

I’ve just started with panda3d, and I’m really lost.

I’m trying to write my first program, and I’m trying to do an object that moves with an acelleration of (1,2,0).

How can I make this? Im trying to follow the manual to apply physics to a node but I dont know what to do with all that nodes, and how to create ActorNode or ForceNode, and where attach them.

The ActorNode is something attached to my object?? Or is my object what is attached to ActorNode?

Can someone make a simple code that just add an aceleration to my object (self.mover) without using ActorNode of ForceNode? Or can anyone explain me how and where to attach that nodes to my object??

Sorry for the bad english.

Thanks