View Single Post
  #13  
Unread 05-19-2005, 06:10 AM
Profit Profit is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Apr 2005
Server: Everfrost
Posts: 253
Default

Thanks DB

I'm looking at the If statements now, but really need an example to continue.

Putting it simply, I am looking for something like:

If Target.Name = GroupMember1.Name
GroupMember1.Fkey.TextColor=#FF0000
Else If Target.Name = GroupMember2.Name
GroupMember2.Fkey.TextColor=#FF0000
.....
...
..
End If

Will also have to code resetting all the other group members back to original color.
Reply With Quote