Expand my Community achievements bar.

SOLVED

above object all other objects

Avatar

Level 4

Hello, I need help
it is possible to move an object, using code such as through the click of a button, above all other objects

thank you

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi,

I am not sure I understand what you are after. Do you want to move an object in front of other objects, so that it obscures them?

You can move objects around the form at runtime, by changing their x/y coordinates. However you can't change the position of the object within the hierarchy, eg bring it to the front.

Niall

View solution in original post

4 Replies

Avatar

Correct answer by
Level 10

Hi,

I am not sure I understand what you are after. Do you want to move an object in front of other objects, so that it obscures them?

You can move objects around the form at runtime, by changing their x/y coordinates. However you can't change the position of the object within the hierarchy, eg bring it to the front.

Niall

Avatar

Level 10

Hi,

One option would be to hide an object that is above the other objects and then at the appropriate time set its presence to visible.

Would that help?

Niall

Avatar

Level 4

hello thanks for the help.


I solved by moving the objects through the board hierarchy