http://www.dbsthumb.de/Download/Kalender.exe [128KB]

On some computers the Snowflaks are not drawed transparent.
What could be a reason?





Trond, know I know 2 users with problems, but both have a S3 graficsystem.Trond wrote:I've got the problems here. S3 ProSavage DDR.
Is the sprite 64x64 or 32x32 pixels?
Code: Select all
Procedure   CAL_FX_Snow()
  
  If SLS_SnowCount And Start3D()
    For n = 0 To SLS_SnowCount
      With Snow(n)
        DisplaySprite3D( \SpriteID, \x, \y, \Alpha)
        \y + \Speed
        If \y > ScreenSizeY
          CAL_GetRandomSettings( @Snow(n) )
        EndIf  
      EndWith
    Next
    Stop3D()
  EndIf
EndProcedure