Making extra actor spawn in center of map.

keflynkeflyn Member Posts: 29
edited November -1 in Working with GS (Mac)
I'm trying to make it so when my player collides with another actor an image is shown, however this image is only spawning in the corner and is it fully visible, how would I make it spawn in the center?

Thanks.

Comments

  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408
    Make it spawn at 512, 384 relative to the scene, it sounds like your spawning at 0,0 relative to the scene
  • MarkOnTheIronMarkOnTheIron Member Posts: 1,447
    512-384 is the iPad center, if you are doing an iPhone game you will have to use 240-160.

    ________________________________
    【ツ】iPhone Icon Pack【ツ】
    Free high score demo here (simple) and here (advanced)
  • keflynkeflyn Member Posts: 29
    edit - nevermind

    Just played around with the numbers. Thanks a lot!
Sign In or Register to comment.