Discussion:
Question
Audric Balocca
2013-04-27 16:27:43 UTC
Permalink
Hello,

I work on a project for my studies and I use the game Balazar with soya.
I must order my character to do automatic actions. I run the game and the character must move forward for instance turn to the right, use his sword.
I try but the character only make one action and after nothing.
Can you help me please?

Best regards.

Audric Balocca.
Jiba
2013-05-01 15:18:15 UTC
Permalink
On Sat, 27 Apr 2013 18:27:43 +0200
Post by Audric Balocca
Hello,
I work on a project for my studies and I use the game Balazar with soya.
I must order my character to do automatic actions. I run the game and the character must move forward for instance turn to the right, use his sword.
I try but the character only make one action and after nothing.
Can you help me please?
Best regards.
Audric Balocca.
Hello,

You have 2 methods for playing animation : animate_clear_cycle() which plays the animation in loop, and animate_execute_action() which play it once (see the game_skel-4 tuto). You probably need the first one :)

Jiba

Loading...