View Single Post
  #1  
Old 02-07-2006, 11:42 PM
projectigi projectigi is offline
Registered User
Join Date: Jan 2004
Posts: 403
projectigi is an unknown quantity at this point
Alphablending zoomed Text's?

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?
Reply With Quote