I have a characther.. I want which he is always in movement with for example the VIEW 4..
Look up Character.Animate().
Beginners FAQ (http://americangirlscouts.org/agswiki/index.php/Category:AGS_Beginners%27_FAQ)
http://www.adventuregamestudio.co.uk/manual
EDIT: bfaq link corrected.
I don't find it.
There's a manual provided with the AGS package, which may be easier to search.
Also, which version of AGS are you using? If it's before V2.7 the function was AnimateCharacter().
It's right here (http://www.adventuregamestudio.co.uk/manual/Character.Animate.htm).
You could also use Character.SetIdleView (http://www.adventuregamestudio.co.uk/manual/Character.SetIdleView.htm) with a delay of 0, as mentioned in the BFAQ (http://americangirlscouts.org/agswiki/index.php/Scripting%2C_Code_%26_Interaction#Having_a_character_continuously_animated_in_the_background)
Side note: khrismuc, could you update the BFAQ link you used, to the Wiki Page (http://americangirlscouts.org/agswiki/index.php/Category:AGS_Beginners%27_FAQ)? The xylot one isn't updated anymore. Cheers.