Thread: Image Shading
View Single Post
  #4  
Old 04-04-2002, 08:16 AM
amonrabr amonrabr is offline
Scripter
Join Date: Nov 2001
Location: Brazil
Posts: 374
amonrabr is on a distinguished road
Re: Image Shading

Quote:
Originally posted by Napier_GMX
(So you can make text have Drop Shadows etc)
You can do something like...
showimg 1,@Arial@Text,300,200;
showimg 2,@Arial@Text,302,198;
changeimgcolors 1,.5,.5,.5,.8;
changeimgcolors 2,.2,.5,.3,1;
for (i=1;i<3;i++)changeimgvis i,4;

Reply With Quote