Confusion with Coordinate System

Ok... I'm confused, and maybe it comes from working with low level programming for years.

Normally, the top left coordinate is 0,0 and the bottom bottom coordinate is screen width, screen height.

Is that the case in GameSalad?

How does the coordinate system work in GameSalad?

is the upper left 0,0 and the bottom right scene.width,scene.height?

Comments

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922

    Everything starts bottom left.

  • ookami007ookami007 Member Posts: 581

    Thanks... I finally figure that out and adjusted my algorithm for table generated level to accomodate that ... kind of bass ackwards compared to nearly every other system out there.

Sign In or Register to comment.