Crazy error for my game

I want to make a scary game that gives you a ton of fake errors like this:

error0

Is there a way to do this in Gdevelop?

1 Like

Oh I would like to see that, of course that’s possible, You need to use create object function to call error object to screen and repeat that event for maybe 50 times with 0.2 time interval (you can use timer) and move creating point for each create.

1 Like

Thank you so much! :slight_smile:

1 Like

Create object only works on the GDevelop scene. It’s won’t create it outside the game window that GDevelop creates when it runs.

So keep in mind any “error” popup will be within the GDevelop game window, not outside it and it won’t pop up on your desktop withouthte game window open.

1 Like