Hi,
I've been working on this for quite sometime. I wanted to develop a simple letter tracing game.
I've create nodes and joined them for moving the tracing circle but I'm not able to achieve the smoothness in moving it especially in curves. I tried placing the nodes very close to each other but still it's not effective. Is there anyother way to achieve the smoothness?
Thanks in advance.
Develop games in your browser. Powerful, performant & highly capable.
How are you moving it? Those red squares look pretty close.
Is this more a question of timing?
newt Thanks for your response.
I should've added video before, here is it now
Yes, the nodes are pretty close but still I see some roughness. I'm looking for something like pschool.in/writing/small-letters
Is it possible?
Thanks.
Yeah the nodes are fine, its the dragging mechanic that's the issue.
Probably shouldn't use the Drag and Drop behavior, but use Touch Behavior "is in touch" and clamp the circles xy to the nodes xy.
newt Actually, I did the same. Could you please take a look at the events?
https://drive.google.com/file/d/1BU84JKIS57z0W0ygMSwdJuHA3y3JUgKY/view?usp=sharing
I have followed an old C2 tutorial, achieved most of the thing but only the smoothness is a concern. On mobile, it is much more difficult to move it.
Sorry I don't want to mess around with your events.
dropbox.com/s/4vqu84ec0e7rx8r/Letter%20Tracing.c3p
newt Brilliant. This is what I'm looking for. You made it so simple. Thanks alot. :D