Hi guys, I’m building an app that has an effect like a slot machine, but I used multiple sprites as the moving object. I set the speed for all sprites to be the same, but after running some time, the coordinates of the sprites tend to be shifted (the starting position of all sprites are the same).
The discrepancy is due to the appearance of a delay. I do not see blocks on your screen for synchronizing actions on sprites. Each sprite collides separately and the coordinate 0 is set separately in it. Why did you decide that the sprites should always be moving at the same time?
Thank you for your quick response. May I know what is your suggestion on synchronizing the sprites? Because like in a slot machine, each object needs to be moved together, so the sprites won’t collide with each other (else it just makes the “slot machine” look strange).
I just wanted to check whether the speed of the sprites can be synchronized, but it seems like my method doesn’t work.
I think that due to some problems, the simultaneous movement of sprites in Thunkable X is possible only in one case - when all three images are in one moving sprite. How to do it? Unfortunately, with the available functionality, I do not know how to do this.
You can try the solution when sprites fly out from the borders of the canvas, in which the y-coordinates are aligned with one sprite, but the canvas does not work with negative coordinates.