I need it for flowjam
I need a lazer that reacts to the world around it with its size
Would my vector line be of any use for that?
Just replace the ‘mouse move’ with whatever your target coordinates are.
hey @TinkerSmith is there a way to make it ony grow out of the left side? thanks
As in shooting towards 9 o’clock straight?
If so you feed the same value into P1y and P2y and make sure P2x is smaller than the P1x.
P1x/P1y = start of the line
P2x/P2y ? end of the line
Or if you don’t want to use the distance bundle (only needed if the direction changes).
Place your laser object, make sure you do it the way I did, switching to the ‘half size’ animation frame.
Change direction to where you want it and only use the ‘scale’ equation to stretch it.
hey tinker the lazers following a player so I cant make the values shorter
got a screenshot or sketch?
Just wanna make sure i’m not over complicating things
Interesting how you time the globals
Do they double fire?
No @TinkerSmith