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

2021/6/9

SetPaintOrder

BlueHand BlueHand

2021/6/9

#
Can someone explain setPaintOrder(); in more in depth detail? I am asking this because I want one image to go behind the other. I also want images to go in front of the other image when needed.
Roshan123 Roshan123

2021/6/9

#
setPaintOrder(A.class, B.class, C.class) A will be above B and C B will be above C and below A C will be below A and B
You need to login to post a reply.