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
I use something like y=y+1
So it is calculated every tick
But it seems that the number can somehow jump.
which make my condition let say... if y=15 then do something, doesn't work.
What do you mean jump?
passing the number 15, and maybe some other number.
Is it possible? something like form 10 suddenly to 20 due to lag or memory problem, or somehting.
Well it shouldnt do that provided you are using int or rounded numbers.
Are you sure it isn't continuing to count after hitting 15?
Do you have a capx or screenshot?
Develop games in your browser. Powerful, performant & highly capable.
I've tested it again... it hits number 15. But probably there's another complication.