Change opacity of an object in the beginning of the scene whose animation has no frame will create a little pink square on the screen

Hello! :smiling_face:

When I create an object where the first animation has no image putting it on the scene and changing its opacity using the condition “At the beginning of the scene” a little pink square appears in the upper right corner of the screen. :purple_square:


If I change the opacity with another event the square just disappear.

I know it’s something very specific and easy to get around, but I thought I should share it.

The sprite object from PixiJS (and GDevelop which is using it) does not support sprite objects with no actual sprites.

If you want a blank animation, you will need to add an image (even 1x1 pixels) with without colors (fully transparent).

3 Likes