I am having a glitch or bug that when I start the game I win.
You’re placing the player on a random goal tile?
1 Like
Just as @kwx pointed out, at the start of the game you are placing the player on a random tile, and you have an overlap event for the same tile where the player wins the game. You probably meant to use a different tile?
In Assets/ javascript both tiles are labeled as ‘tile5’. Try recreating them.
1 Like
I fixed it! Thank you!
@ChickenBoy @Charliegregg2 Thanks for posting this, we actually ran into this ourselves just a little bit ago - seeing this post and solution helped narrow down what was happening a bit quicker!
for reference, https://github.com/microsoft/pxt-arcade/issues/3026
3 Likes