News:

Building a 3D Ray Tracer  By stevmjon

Main Menu

How to make an image translucent

Started by takis76, March 28, 2009, 10:45:18 AM

Previous topic - Next topic

takis76

Hi ,

  I use the DrawAlphaImage Function to make some images Translucent , to make like a ghost effect or glass effect.
  In PB v1.64i I used the this code to make some image translucent.

 
  LoadImage "Title01.bmp",1012
  DrawAlphaImage 1012, 80,130, 0.4,1
 


  To make is translucent , now in version 1.74 something changed , my images does not appear translucent , appear solid.

  Could you help me , if I make some error , or some funcion is changed.

  Thank you very much. :)