Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Hi, i want to move my object, every tap, by 640 px. Now my sprite is blinking for those 640px every tap, but i want to smoothly slide. Any ideas ? I tried pathfinding, and bullet, but doesnt work.
bump
LiteTween behavior
https://www.scirra.com/forum/behavior-litetween_t70700?&hilit=litetween
There is any siplest solution for this ?
Try Lerp()
Behaviors (like LiteTween) are as simple as it gets... basically no thinking required.
Lerp can accomplish the same thing though it requires you to think a little bit about how to use events.
Develop games in your browser. Powerful, performant & highly capable.
Behaviors (like LiteTween) are as simple as it gets... basically no thinking required. Lerp can accomplish the same thing though it requires you to think a little bit about how to use events.
Yep, I use MoveTo a lot. OP check that out too
Hmm, its a great tool ! But any ideas why its working only for first tap ? Not continue from current position.
Edit:
I did this, i've just set start from beggining, from current position. This tool is rly awesome !