Help with My Dinosaur Game

https://arcade.makecode.com/S52138-40860-69958-43527

I can’t seem to go from the first level to the next through the “portal” I created. Can you look at my code? Thanks.

2 Likes

The portal is probably being “touched” multiple times, leading the Level variable to be more than 4. I would recommend that you add a “set block at (location) to (other block)” to the beginning of the touching portal code so that it can’t be touched multiple times. I hope this helps!

1 Like