[Cocos Studio] Animation Keyframe Percentage Issue

Hi everyone,

I’ve just started out using Cocos Studio 2.3.3.0 and I’m currently following the makeschool tutorial found here at https://www.makeschool.com/tutorials/build-a-clone-of-timberman-in-c-with-cocos2d-x-and-cocos-studio/title-screen

I was pretty much stumped at the part where I should record the position change in the animation editor. The problem is that Cocos Studio seems not to record Position changes if you use relative positioning(%) for the sprite (not sure if node behavior is the same) and you directly change the values in the properties box. It works fine if I just drag it though. I wonder if I’m just doing something wrong or this is a known issue as I can’t find posts about this in here?

For now, I’m currently using a workaround for it by temporarily changing the position type to pixels then setting it back to percentage. I hope this helps someone along the way.

Im having the problem too. I try changing the value in the properties box but the values don’t save

Hey, are you using system language where comma used as delimiter for numbers (i.e. 90,0 or 90.0). If used comma - then the only way is to change language to english (i had also stuck on this issue for about a week).

My language is in english and I’m using the “.” delimiter not the comma but i still can’t change the value in the properties settings. It saves the value only when i drag the node around the scene (which is annoying because you can’t get the exact value you want no matter how hard you try). This happened when i updated to the latest version and i can’t use older versions because then i can’t open my projects.

May be it’s related to your issue https://github.com/darkdukey/Cocos-Studio/issues/76

thats exactly my issue thank you, at least i can maneuver it until its fixed

Yup, that’s the issue. Glad it’s lined up for fixing already. I’m having a blast with cocos studio. :smiley: