Spawning

bradenpowellbradenpowell Member Posts: 16
edited November -1 in Working with GS (Mac)
I want to make a game with a feature depending on where you touch on the screen it spawns the actor where you touch. How do I do that?

Comments

  • JohnPapiomitisJohnPapiomitis Member Posts: 6,256
    make a rule when mouse button is down
    -spawn actor

    x position: mouse.position.x
    y position: mouse.position.y
Sign In or Register to comment.