1. #1

    Any way of creating an object over and over by same trigger?

    I would like to know if there's a way to create an object, every time something/anything or another object hits a specific trigger... it has to be the same trigger or the same spot... is this possible? ... is over and over hitting the same trigger and creating the same object... in this case is the sphere I like to create, it will roll out, then I like to create another sphere... in the same spot... anyone??
    Share this post

  2. #2

    Re: Any way of creating an object over and over by same trig

    You cant create items. However if you make multiple of one item you can accomplish what you want. View this video to get an idea of how I use it. http://youtu.be/1ftfHaoWXh8
    Share this post

  3. #3

    Re: Any way of creating an object over and over by same trig

    You can make the sphere roll out then reappear at the start or create a hopper full of them and have a plank move out of the way long enough to let one out. Both would take a good understanding of triggers and events. I could go into detail if you like.
    Share this post

  4. #4

    Re: Any way of creating an object over and over by same trig

    Originally Posted by RustyBicycle
    You can make the sphere roll out then reappear at the start or create a hopper full of them and have a plank move out of the way long enough to let one out. Both would take a good understanding of triggers and events. I could go into detail if you like.
    How would I make them reappear...? I already did the plank thing but they get stuck one into another cause all of them had to have physics enable... when the game start and they fall into place sometimes they roll sometimes not...
    Share this post

  5. #5

    Re: Any way of creating an object over and over by same trig

    I was thinking about the linear curve and setting it to Loop. This probably wouldn't work for what you're doing.

    What if you, use those pinball track pieces at an angle and place a plank at different intervals and a ball behind each one. Then have a trigger to make each plank invisible at with a time delay or by trigger. Don't know your end goal but hopefully you'll figure it out!
    Share this post

  6. #6

    Re: Any way of creating an object over and over by same trig

    What I would do is spawn all the objects you want to "create", but put them outside of your map where they cant be seen. Then when you wish to summon them with your trigger, use an Object Position Event to move one of the objects to the exact spot you need. Repeat that process for each object and there you go.
    Share this post