This site requires JavaScript, please enable it in your browser!
Greenfoot back
sqrt289
sqrt289 wrote ...

2014/4/13

"Layer" for objects

sqrt289 sqrt289

2014/4/13

#
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 ..
Zamoht Zamoht

2014/4/13

#
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.
sqrt289 sqrt289

2014/4/13

#
thank you !!! :)
You need to login to post a reply.