Thread
:
Problem: Text
View Single Post
#
12
02-01-2006, 12:47 AM
Admins
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
You mean for the shadow?
PHP Code:
if (
red
>
0.75
||
green
>
0.75
) {
red2
=
0
;
green2
=
0
;
} else {
red2
=
1
;
green2
=
1
;
}
blue2
=
blue
;
Admins
View Public Profile
View GraalOnline Profile
Visit Admins's homepage!
Find all posts by Admins