Hello! I hope you guys understand what I mean and help me =)
I want to create an effect as a Vacuum Cleaner when im pressing the left mouse button.
The effect can be seen in this game for example: ADORABLE LITTLE POOPS!! | Slime Rancher | Part 1 - YouTube (mute your sound first =P)
I have an weapon and spheres, I wish to make the weapon suck the spheres, almost the same way its done in the video.
My initial idea was to make a cone overlay like this:
to be the range of the weapon and where this force is applied and a cube to destroy the spheres when they are close to the weapon(I don`t know an easy way to do that).
The Weapon EventGraph atm is like this(where i made the Cone):
I can destroy the spheres when they enter on the cube, but the effect on the spheres made by the weaponbp doesnt seem right. The cone just throw some spheres away and sometimes pull one sphere or 2 to the cube inside. I guess im applying the radial effect with wrong values or I didn
t understand how radial force in a cone is applied.
Another question, I created a left mouse button pressed variable(boolean) and I need to check an boolean value in FirstPersonBP in WeaponBP but when I set this variable to public and use it at WeaponBP(it is in FPBP initially) it asks for a target(blue node) what should I put on that?
And finally, how can i stop an sphere from moving: I guess if I stop it, before the weapon suck the movement would be a lot more uniform(my spheres has physics on).
Thanks for your help and sorry about my english. =)