Collision Not Working Second Time

I’m not sure if this is a bug, or if it is a temporary error. It’s hilly over here, and the internet is bad. So, I’m making the player collide with many other objects of the same type, the second time I collide it doesn’t trigger anything. First time is perfect.

:poop:

2 Likes

link please?

1 Like

Check to see if there is a delay in the block settings, the block won’t output again until the delay is finished (in frames).

Also collision trigger only outputs on collision; so if the 2 objects are touching after collision, the block will not output until they separate and re-collide.

1 Like

yeah, thats probobaly more helpful n

1 Like

Oop, I knew it, it works fine now… sorry

1 Like

I do have one question for you, @JR01 ,is it possible to make the GUI not move with the player as it moves? It gets in the way if I move the camera, and I want to position the word by a player frame by frame.

1 Like

The GUI is tied to the screen itself, and you move the screen around the world with the camera.

If you want it to not move with the player, then you need to tell the camera to not move with the player (or remove the camera).

2 Likes

That means I will have to make all my own text :frowning:

1 Like

You can move text by using the X and Y inputs on the labels,
they move based on the screen’s position, not the game world position.

2 Likes