PDA

View Full Version : Need help with Omega Engine



MariZ
11-06-2006, 12:53 PM
I'm currently using Omega Engine (http://onedgames.mirgames.ru/OmegaEngine.html), and i have a small problem.
When i load a texture or sprite with Texture_Load, i set the transperent color. But when i draw the texture on screen, the chosen color isn't transperent :(
To load sprite i use :

Texture_Load(ImgDir+'arno.jpg',Player.Sprite.ID,fa lse,1,$FF10FF);
To draw it :

ASprite_DrawSimple(Player.Sprite.ID,Player.X,Playe r.Y,
Player.Sprite.width,Player.Sprite.height,8,1,Playe r.Frame);
Is there something wrong with the engine, or there is some problem with the code ?