I am creating a program to play sounds from the library when a button is CTRL + CLICK. I have no problem if I play either of the two sounds on the first frame and then move to other sounds. However, if I navigate past the first sound buttons and try to play later sounds, I get:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at soundFile_fla::MainTimeline/playSound11()
How can I fix this? Thanks.