View Single Post
  #7 (permalink)  
Old 11-28-2007, 09:55 AM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,141
Default

1) See the GetRGB method.
2) Regular variables in Basic4ppc are do not have a type.
You could just write hit = RGB(0,0,0) and later use hit in a calculation.
Reply With Quote