could you tell me how to "hide " an object after an other object .... images ? (i hope everybody 've understood)... i want to put an actor in front of an other ..
In your world class use the setPaintOrder(Front.class, Behind.class); method. Instead of Front and Behind you should insert the names of the classes your use.
NOTE: You can insert more than two classes.