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
Hello all
Anyone can tell if the pin behavior better than the every tick set postion.
As i know the every tick code can make the fps drop down if you use it to much, what about the pin, is it the same?
Thank's for any help
If you look at the pin code, I'm pretty sure it's doing almost the same thing. Basically instead of every tick, it runs right after a tick, so when objects move, it adjusts it. It isn't Event driven if that is what you are asking.
There is no performance difference, they both do the same thing. 'Every tick' is usually harmless for performance. See Optimisation: don't waste your time
Develop games in your browser. Powerful, performant & highly capable.
Thank's alot