Smart Kitty
Well-known member
Hello, I have been looking the wiki for a few days to get whats new on 4.0. There's a lot of cool features well explained, but there's some that maybe my brain is not braining but I found some I couldn't understand that well I wanted. I am trying to change an animation, I have found the modernized version of the
I think, the
is the one I took a peak at, it has some animation handling methods but it says but it says it does not changes the animation and so it's better to use the old
method but as far a I remember a bit it was for attack animations while my animation is not related to attack, it is there a way to do it or the
it's still fine to do it. I got an issue of getting the engine yelling at me becase I imported from an old 3.0 a script that changes the character direction. I took a peak again into the entity properties again and I couldn't find the "direction" method for changing face in there, found something similar on the new
called the flip_frame but I couldn't make it work. Someone could explain me a bit and tell me how the flipping works on the 4.0? Thanks in advance :>
Code:
changeentityproperty()
Code:
set_entity_property(void <entity handle>, int <identifier>, x);
Code:
performattack()
Code:
performattack()
Code:
set_animation_property()
