Helllp

Whats up, beloved people guys! I am in quite the pickle. My game, Can I Lick It?, has a bug where when you try to interact with a tile, it freezes the character. Can someone *cough @WoofWoof tell me what its about and how to fix it? Two, I’m trying to make it where a bunch of people are moving in the halls at one without having to set the velocity for each one. I wish there was a block (Sprite of kind “(set kind) velocity to vx (pick random from -70 to 70) vy (pick random from -70 to 70)) but there isnt. So whats the best way to do this?

Your best bud (I hope), ShaneyBoi09

2 Likes

So can you tell me what exactly is the problem? I tried just playing around but didn’t come up with any issues.

If you look in the code and look at the interactive tiles (if Sprite touches (this tile) do (this event) and go in the game and try to find those tiles and overlap with them the whole game freezes. Also my second problem I don’t know how to make a lot of sprites move with at once without making a lot of code and making each NPC a different sprite.

Found it! Your issue is the story blocks in the tile overlaps. In the stream @richard just did, he fixed someone’s game who had the exact same problem. You can either watch that stream or I believe add a cutscene block and a cooldown to the tile so it’s not spamming. But if that makes so sense just ask Richard lol.

2 Likes