Hi (Re),
I'm going to try to be the most understandable as I can, because it's a little difficult for me to explain that in english.
I have two problems.
The first is about actor and behavior. If I create a behavior, and assign it to an actor. If later, I modify this behavior, my changes is not updated for the actor. If I want to I have to reaload my project. I tried to delete the behavior from the actor and reassign it but that doesn't work.
The second problem is a tearing problem. When my sprite moves, the movement is not smooth. I have some glitch or may be "tearing". I don't know how to avoid this with Stencyl. I know that flash is not the quicker plateform but I 've done a test to compare :
I coded the same thing with an other language that export in flash too. I wanted to see if the problem came from flash or from my Stencyl project or something. It seems that is not flash because the "other compilation" with my other tool, is perfect, I have no tearing (like image dropping).
My "code" in Stencyl is not a big code, just the same as the crash course 2 , I make a sprite moving in the y axis with arrow keys.
So my question is : is there a way in Stencyl to avoid this "tearing" ? or is there a tip for that ?
Thank you in advance.