Hi everyone,

I'm trying to bring objects to the foreground, so I'm using the setZorder() function with 1000000 paramater.

for(var i = 0 ; i < objectList.length ; i++){
      
        objectList[i].setZOrder(1000000);
}

Some objects are brought to the foreground and some aren't.

Does someone have an explanation or a work around ?

cheers

 or register to reply.

Notify Moderator