1 (edited by Queller 2007-09-08 02:09:06)

Topic: driver.makecolorkeyTexture(texture, _POSITION2DI(x,y)) problem

Re: driver.makecolorkeyTexture(texture, _POSITION2DI(x,y)) problem

greetings Queller smile  glad you were able to get your problem resolved.  you can use a pixel to create the mask.  the problem is that BlitzMax doesnt allow method overloading so each overloaded method became a new method.  in the mod, what you are lookingfor is driver.makeColorKeyTextureFromPixel().