I need a objectspawner spawn actors on the bottom of my screen going to the top of screen?

mmreyes12mmreyes12 Member Posts: 4
edited May 2015 in Working with GS (PC)

I have wasted a lot of time trying without finding the solution.

Best Answers

  • JimmyMesserJimmyMesser LondonPosts: 235
    Accepted Answer

    @mmreyes12 said:
    I have wasted a lot of time trying without finding the solution.

    I know the feeling, but trust me it gets easier,
    I'm assuming you have made the two actors required to make this work one spawner and one actor to be spawned.

    Within the actor you want to spawn you need to put in a move behaviour and make sure it's pointing up which I believe is 90.

    Let me know how you get on.

    Cheers

    Jim

  • ArmellineArmelline Posts: 5,408
    Accepted Answer

Answers

  • mmreyes12mmreyes12 Member Posts: 4

    trying to make an objectspawner spawn actors at bottom of my screen and make the actors go up until they leave from sight.

  • mmreyes12mmreyes12 Member Posts: 4

    Cheers

  • mmreyes12mmreyes12 Member Posts: 4

    Jim

    Thanks mate spent 2-4 class periods figuring this out. Major help!

  • mmreyes12mmreyes12 Member Posts: 4

    I have got past the last part but now my actors that spawn from object spawner go in straight line and i have it set as random(self.position.x-960)(self.position.x+960) help?

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949

    @mmreyes12 I find it confusing to read a new thread that says "I have got past the last part" without seeing that previous information. I've merged your two threads but please next time click on the My Discussions link at the top-right of the forums page and then add additional details to this thread.

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949

    @mmreyes12 said:
    I have got past the last part but now my actors that spawn from object spawner go in straight line and i have it set as random(self.position.x-960)(self.position.x+960) help?

    What do you have set to those values? Can you post a screenshot of the Spawn Actor behavior? Is the spawner actor unlocked on the scene (double-click on it to check; if it's locked, leave it be)?

Sign In or Register to comment.