Making an actor "wiggle"
Player_E
Member, PRO Posts: 604
I have a thin line that stretches across my screen. Is it possible to make the actor wiggle like a string when I touch it. I do not want the two endpoints to move at all. Just the middle.
Basically I am going for a guitar string effect. any idea on how to do this?
Basically I am going for a guitar string effect. any idea on how to do this?
Comments
If you don't mind the whole string moving (endpoints included), you can just move the Y coordinate of the string actor up and down a bit.
You could also have three or more layered and constrained actors that move up and down in the Y direction a little more than each other at each layer creating an arc but then you may have issues keeping them in sync.
(All my info in this thread pertain to Y coordinate/position when using the current GS default of a landscape mode...not that it really matters but never know if someone may be accidently in portrait at a later date but using it in a landscape manner so then X would replace Y in that instance.)