Spawn Actor at Random Location

GameCre8torGameCre8tor Member Posts: 49
edited November -1 in Working with GS (Mac)
Hi guys,

I was just wondering how to spawn an actor at a random location on my 1000x1000 pixel map on a timer.

Any suggestions?

GameCre8tor.

Comments

  • HachikoHachiko Member Posts: 330
    Timer rule
    when it reaches what you set, spawn actor at x random (1,1000), y random (1,000).
  • GameCre8torGameCre8tor Member Posts: 49
    I don't really understand what to do, could someone please make some screenshots and post them here showing the behaviors that I need?

    Thank you
  • Rob2Rob2 Member Posts: 2,402
    image
  • GameCre8torGameCre8tor Member Posts: 49
    Thank you Rob2 so much. You have made it so clear.
    Thanks again
  • Rob2Rob2 Member Posts: 2,402
    random(1,1000) would be a good starting point for what you want I guess
Sign In or Register to comment.