X and Y position help.

steeler0038steeler0038 Member Posts: 153
I have a game screen which size is 900x8000. and in this game, i want to spawn different actors in different positions, and i was wondering, is there a way i can figure out what the x and y value is for the spot i want a particular actor to spawn? so far i have just been guessing these values, and it takes a long time to get it to spawn in the right place.

Comments

  • SlickZeroSlickZero Houston, TexasMember, Sous Chef Posts: 2,870
    Make an actor in gamesalad, just a simple square, and drag it into the position you think you want the actor to spawn at. Then double click that actor on the stage and look in the left panel for "Position" that will give you that actors X and Y position. Then just use those values and tweak to your liking in your script.
  • steeler0038steeler0038 Member Posts: 153
    Thank you so much slickzero!
Sign In or Register to comment.