hi there! I am currently working on a make code game for the mini-big-jam! sadly however, I have run into problems making the title screen. I would love help debugging why the code isn’t working!
1 Like
Upon further inspection I can say that this is because when text sprites are first created, their flag “Ghost” is enabled by default, which prevents the overlap functions to run.
You can fix this by simply disabling the “Ghost” flag once the text sprite is created.
I hope this finds you well!
(post deleted by author)
Thanks, didn’t know that was a thing!
this looks so cool