I have a large animation I am making in Edge Animate, and have already used the draggable jquery plugin several times. However yesterday I made a new symbol for a separate animation, and then added elements and turned them into symbols, and added the following code to the symbol timeline on creationComplete:
sym.$("milk-s").draggable();
I have tried it with several different symbols, but each time I check it in a browser, I click on the symbol to drag and it disappears instead. I can't understand what I'm doing wrong, as that is all the code in the timeline actions, and I'm sure there's no code on the symbols I want to drag. I have also copied and pasted the code from draggable symbols that work, and changed the name, as they have slightly more code on for when you start dragging the symbol.
Thanks in advance!