I need to be able to tell where an object is on the screen, as opposed to where it is on the layout. I couldn't see anything in the manual about it. Anyone able to help out? My own brain is a bit fried after work
Develop games in your browser. Powerful, performant & highly capable.
Compare scrollx and scrolly to sprite.x and sprite.y
See the expressions
ViewportBottom(layer)
ViewportLeft(layer)
ViewportRight(layer)
ViewportTop(layer)
OriginalWindowWidth
OriginalWindowHeight
WindowWidth
WindowHeight
https://www.scirra.com/manual/126/system-expressions
Thank you both for the help, I got my screen coordinates now