Problem with switching scenes with a button inside a symbol
Basically, i had to put 5 buttons (Therefore symbol) inside a larger symbol to animate a sort of downward load, there the buttons load in within a few seconds, top ones first.
I checked the Actionscript code and it's sound, even tried it on buttons outside of the large second symbol and those worked, however i can't seem to make the buttons inside of the large symbol access another scene. Instead i get this:
ArgumentError: Error #2108: Scene Datafile1Link was not found.
at flash.display::MovieClip/gotoAndStop()
at TESTFORDATAFILES_fla::BigAssortmentofBtns_48/Datafile1Go()
From what i can tell, it's trying to find the scene within the larger symbol but i honestly can't figure out what to do. Any help would be greatly appreciated.
(Also i checked for any errors in code, typos in both code and scene names and there were none.)