View Single Post
  #18  
Old 05-15-2008, 10:59 AM
Robin Robin is offline
The secret of NIMH
Robin's Avatar
Join Date: Apr 2005
Location: Wales, UK
Posts: 515
Robin will become famous soon enough
Send a message via AIM to Robin
You can't really track dynamically indexed images without having some sort of categorization.

No really, you can't.

PHP Code:
enum IMAGE {
  
BACKGROUND,
  
ICONS,
  
HEARTS,
  
KEYS
}

hideimgs(IMAGE.HEARTS*200,IMAGE.KEYS*200 1); 
I mean if you find a better way, let me know, but that's how I do it.
__________________

Reply With Quote