SPAWN ACTOR WHEN TOUCHED ANYWHERE ON SCREEN?

EminemEminem Member Posts: 667
edited November -1 in Working with GS (Mac)
Ok so i want when the user touches the screen, i want it to spawn where ever the actor has touched,

any clue?

thanks

Comments

  • scrapee_netscrapee_net Member Posts: 424
    Just create a rule in any actor, to onclick. Then add a spawn actor behavior, and. Set the x position and y position, to the mouse position.
  • thedevnextdoorthedevnextdoor Member Posts: 78
    Create rule
    actor recieve mouse down
    spawn actor > give postion - Game.mouse.position.x and Game.mouse.position.y
    make position relative to scene
  • EminemEminem Member Posts: 667
    thank so much guys!
Sign In or Register to comment.