Making a suction effect

Is it possible to spawn particles at a distance, spread apart and making them all gather at the same position?
I have bubbles and i would like them to form a suction effect but i dont know how.
I guess by using the "direction" and the actors pos, but i dont know how to code it.

Help much appreciated :)

Comments

  • SocksSocks London, UK.Member Posts: 12,822
    edited February 2013
    Just have the bubbles interpolate to a common position.
  • SocksSocks London, UK.Member Posts: 12,822
  • hamarohamaro Member Posts: 31
    Isnt that heavy for the cpu?
    Spawn actor is heavier then particles or am i wrong?
  • hamarohamaro Member Posts: 31
    Cant you use spawn particles to make the suction effect?
    Cause its just for looks i need it, the bubbles have no function
  • RPRP Member Posts: 1,990
    edited February 2013
    We just did this effect for one the instances in our game. Let's see if I can get FryingBaconStudios to help out since he did the coding on this. Yo @FryingBaconStudios can you drop your 2 cents into this inquiry?
  • hamarohamaro Member Posts: 31
    Much appreciated if you could!
    I managed to make like a cube of bubbles going in the right direction, but the cone/triangle effect would totally nail it!
  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922
    edited February 2013
    I used a move to behavior with rules that as it gets closer the speed increases. You will need to spawn as the actors need rules inside them and particles only use images.
Sign In or Register to comment.