Hi all!
I have some textures and texts showing fine, but when i draw a texture or a filled box, all texts after it appears with as filled box and i can't find the error, i've already changed the image file and the error persists, any ideias?
Here is the image before:

and after the command
Draw_Texture(_insidetexture, 200, 200, 300, 250, _backcolor.getRGBA());
or
Draw_FilledBox(200, 200, 300, 250, _backcolor.getRGBA());
i get:

All other textures are loaded with the same parameters and function, only changing it's position, and the same with all texts. I first draw all textures and then all the texts.
Any help will be welcome.
Thanks,
Lanso