Hi,
I’ve got this large complicated project that was handed off to me. Huge libraries with assets and code hidden and buried around all over the place.
I was was wondering if there was any advice or tricks that I should know about.
For example right now I am trying to figure out what is triggering some sounds to play. The sounds in the library do not have linkage properties set up so (as far as I know) they can not be triggered by ActionScript and must be embedded somewhere on the timeline (in one of 100’s of movieclips).
Is there any way to find it other then simply exploring each symbol?