Author Topic: ItemonItem construction.  (Read 158 times)

Offline Chandlermaki

  • Rune Member
  • *
  • Posts: 129
  • Rep 6
  • You's trollin'.
  • Location: USA
    • View Profile
Re: ItemonItem construction.
« on: March 30, 2011, 04:18:39 pm »
Quote
public boolean inConstruction() {
if(absX >= xxxx && absX <= xxxx && absY >= xxxx && absY <= xxxx)
return true;
else
return false;
}

That should work. I don't know why it's not.

EDIT: Had an extra bracket, silly me. I pulled an all nighter and I'm feeling a bit loopy.
« Last Edit: March 30, 2011, 04:44:01 pm by Chandlermaki »
Insert clever signature here.