Hi,
I'm trying to Alphablend a zoomed showtext
means like
NPC Code:
function onCreated(){
showtext(500,screenwidth/2,screenheight/2,,"Arial","","foobar test text");
with(findimg(500)){
layer=5;
alpha=0.5;
zoom=3;
}
}
when i dont use zoom it alpha blends it but with zoom it doesn't
any ideas?