I'm currently making a match-3 (Candy Crush type) game with 7 columns and 7 rows of blocks. However, I keep running into the same problem.
For some reason when my blocks move down within the column they aren't always lined up exactly as they should be even though the code is the same for all blocks. I've used "set angle of motion" and "set Y" for blocks that are not "overlapping at offset" the bottom or other blocks. The blocks move down when the block beneath is destroyed, but it stops at different places. Half of the the blocks lineup straight while the other blocks sometimes overlap the block beneath, overlap the bottom or just don't line up perfectly. Is there a way to keep my columns and rows straight?
Any advice is appreciated. Thanks.