02-28-2023, 09:21 AM
Hi to all 
I would like to blend two identical images. I am doing a space game, and I want to show some kind of warp flash in the ship engines
I have a flash sprite (PNG with transparency), and I want to paint two of them, one very close to the other.
But the image blending is not showing the way I like...
This is what QB64 does:
![[Image: 1.png]](https://i.ibb.co/yfnw6Nq/1.png)
I would like to paint something like this (I made the example in photoshop):
![[Image: 2.png]](https://i.ibb.co/BNJbHG3/2.png)
Is there any way to paint this images as the second example?
Thank yoy very much

I would like to blend two identical images. I am doing a space game, and I want to show some kind of warp flash in the ship engines

I have a flash sprite (PNG with transparency), and I want to paint two of them, one very close to the other.
But the image blending is not showing the way I like...

This is what QB64 does:
![[Image: 1.png]](https://i.ibb.co/yfnw6Nq/1.png)
I would like to paint something like this (I made the example in photoshop):
![[Image: 2.png]](https://i.ibb.co/BNJbHG3/2.png)
Is there any way to paint this images as the second example?
Thank yoy very much
10 PRINT "Hola!
"
20 GOTO 10
"20 GOTO 10

