Problems with Animation in Python... .Blend in there as well

Hi, i started modelling a Test Char today and i finished it, but the only problem here is that the animtions are meant to be Flipper but the just stop, even when i put cont.deactivate(“Example”). Please help me.

Attachments

Dbz Clive.blend (496 KB)

Can anyone please help me?

Sorry im using 2.5 syntax. but you need to delete:

if Always.positive == True:
	cont.activate("Stance")

And change this

if Front.positive == True:
           walk = -speed
	cont.activate("Walk")
else:
           cont.deactivate("Walk")
           cont.activate("Stance")

sorry i cant explain better but its the best i can do without relearning the 2.49 api that wont solve all the problems but at least send you on the right track for continuing.