View Single Post
  #91  
Old 05-03-2009, 04:32 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
visible doesn't work with images.

you could do something like..

PHP Code:
function onKeyPressed(codekeychar) {
  if (
key == "i") {
    if (
findImg(209).image != NULL) {
      
hideimg(209);
    }
  }

__________________
Quote:
Reply With Quote