Is there anything like Object.Left, Top... to get the center of the Object? I no mean the hotspot position. Something like Object.Center, CenterX...? I now that I can do the math but it would be nice to keep the code shorter
Develop games in your browser. Powerful, performant & highly capable.
Nope - if it's not in the expressions list it doesn't exist. It's just (Object.Left + Object.Right) / 2, though.
It is wich I do. Thanks Ashley.