#Linear Interpolation Not Working
4 messages · Page 1 of 1 (latest)
I think it's likely the Input checks are conflicting; you have code that responds to an input event but then also checks Input (when you could poke at the passed in event) but also _input could also be changed it back to false almost immediately.
You could scatter some print statements around to see what's happening
The _input part is added so that I can effectively drop the item, it didn't work even before adding it