Thread: Fading ?
View Single Post
  #5  
Old 08-25-2009, 12:51 AM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
Quote:
Originally Posted by littlekinky View Post
Im using showimg
The showing is still an object with an alpha value so use findimg(yourimagenumberindex).alpha=0.3;

You could also do

PHP Code:
temp.img showimg(201"image.png"55);
temp.img.alpha 0.3
Reply With Quote