Thread: TShowImg ?
View Single Post
  #3  
Old 04-01-2011, 06:32 AM
PhilSmith PhilSmith is offline
Workin' on It
PhilSmith's Avatar
Join Date: Mar 2011
Location: Chicago
Posts: 38
PhilSmith is on a distinguished road
Ive been trying to work with GUI's but I can't get them to update in a timeout.

PHP Code:
function onTimeout(){
  for(
temp.i=0;temp.i<player.heartstemp.i++){
    new 
GUIShowImgControl("PhilSmith_Hearts_"@i){
      
//set the hearts and stuff
    
}
  }
  
setTimer(.05);

Would this work? Is it possible, given the correct values, that the script would just "delete"(not show) an image? Just wondering if you can edit a GUIShowImg() by setting new values to the same name.
__________________
Nothing to say...
Reply With Quote