View Single Post
  #3  
Old 09-08-2007, 06:29 AM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
Okay, I did change them to that, but I also figured out why that's happening. It has to do with the chat system on Maloria, so there's nothing wrong with the for loops. However, the icons are showing in...odd places.
Here's what I have now:
PHP Code:
function loadPage() {
  for (
a=1a<25a++) {
    
makevar("ItemIcon_" a).destroy();
  }
  
this.itemssize clientr.items.size()-((this.page-1)*24);
  
temp.base = {21853};
  
temp.1;
  
temp.height temp.width 0;
  for (
temp.height=0temp.height<6temp.height++) {
    for (
temp.width=0temp.width<4temp.width++) {
      
with (new GuiShowImgCtrl("ItemIcon_" temp.i)) {
        
resize(temp.base[0]+(32*temp.width),temp.base[1]+(32*temp.height),32,32);
        
image "block.png";
        
Inv.addControl(this);
      }
      if (
temp.this.itemssize)
        
temp.i++;
      else
        break;
    }
  }

There's an icon in the top left corner and the the bottom left corner. o.0
__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts
Reply With Quote