Thread
:
Fading ?
View Single Post
#
5
08-25-2009, 12:51 AM
Twinny
My empire of dirt
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Quote:
Originally Posted by
littlekinky
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"
,
5
,
5
);
temp
.
img
.
alpha
=
0.3
;
Twinny
View Public Profile
View GraalOnline Profile
Find all posts by Twinny