when drawingswitch to actor space for selfset current font to FONTdraw TEXT at (x: [half width of self] - [get width of TEXT using current font /2] y: [half height of self] - [ get height using current font /2])
Code: [Select]when drawingswitch to actor space for selfset current font to FONTdraw TEXT at (x: [half width of self] - [get width of TEXT using current font /2] y: [half height of self] - [ get height using current font /2])That's the code you need. If you want to use the Labels behavior, read all its attributes and their descriptions, and see what options you have regarding position.