Printing Text Onto the Screen

I’m new to using FlowLab, and for my first game, I want text to appear on the screen. I used other posts on this website to help, but something is still wrong with my code. If anybody has any ideas on what I could do, that would be amazing. Thanks!

2 Likes

it’s because you are destroying the object

Can you send a game link so we can investigate? That would go a long way in us helping you solve your problem.

You have it so that when the collision activates, the object is destroyed. Destroyed objects cannot execute code, so I would reccomend using opacity instead

Also welcome to the community!

1 Like

Thank you! I finally got my code to work!

3 Likes

You could also move the destroyer to be activated after the rest of the code is finished

2 Likes