My convo does not change animation. I’ve tried doing something that does not require pressing the grab button and it worked. But, I want it to only change animation when grab is pressed. I’d really appreciate it if anyone would suggest a way to solve this. Thank you!
All you’re doing when the grab button is pressed is creating a new Convo object. This will sit on top of any existing Convo objects. The only time the Convo animation is updated is when the Convo object is pressed. I’d suggest deleting existing Convo objects (just with the like “Delete Convo
”, nothing more) before creating a new Convo object.
However, if you want the animation to change when the grab button is clicked, try:
1 Like
Hi there!
Thanks for your response. I understand now, I’ll make sure to delete any existing Convo objects before creating a new one to avoid overlapping.
I appreciate the the help!