Author Topic: ItemonItem construction.  (Read 150 times)

Offline AdotSells

  • Firecape Member
  • *
  • Posts: 300
  • Rep 4
    • View Profile
Re: ItemonItem construction.
« on: March 30, 2011, 04:00:42 pm »
Would this work?
Quote
   public boolean inConstruction() {
      if(absX >= LOWEST X VALUE HERE && absX <= HIGHEST X VALUE HERE = absY >= LOWEST Y VALUE HERE = absY <= HIGHEST Y VALUE HERE) {
      return true;
      }
      return false;
      }
      

Had to edite it to not give me errors