hello!
So what i have is a boolean in a class (cell.class) and i want to test it from another actor by another actor
i execute this code from my Body class but the error said is "cannot find symbol - variable isGround1". my boolean isGround1 is a public boolean.
do you understand what i want?
1 | boolean test = getWorld().getObjects(getWorld().getObjects(getWorld().getObjects(Jambe_p2_1. class ).get( 0 ).getOneObjectAtOffset( 0 , 0 ,cell. class ).getClass()).get( 0 ).isGround1); |