The coin box works like super mario brothers; when you hit the bottom,it gives you coins. i tried to make a box that gives you more than one, but when i hit the box once, sometimes it counts as 2 or 3 coins and i just want one coin per hit.
Help?
a capx would help to solve your problem, a fast guess is to check if you have set it on overlapping and not on collision
Its on overlapping at offset. I read to use that on the forums somewhere. How would the collision part work?
Develop games in your browser. Powerful, performant & highly capable.
overlapping means it triggers many times that's why it creates more coins. you can read the manual https://www.scirra.com/manual/1/construct-2
a collision triggers only once the first time 2 objects intersect