Hi guys:
I'm trying to use music in my first game and did so adding the audio file through the graphic interface of the game and then calling when needed the aMusic.Play() subroutine when needed. However, once I start the executable I get the following error message.
I think it might have to do with the headers and that the object is not being imported correctly to the room module, but I really don't know what to do.
Thanks in advance. This program is truly amazing, I am still in awe about how easy to use is.
I'm trying to use music in my first game and did so adding the audio file through the graphic interface of the game and then calling when needed the aMusic.Play() subroutine when needed. However, once I start the executable I get the following error message.
QuoteError: Unable to create local script: Runtime error: Unresolved import 'aMusic'
I think it might have to do with the headers and that the object is not being imported correctly to the room module, but I really don't know what to do.
Thanks in advance. This program is truly amazing, I am still in awe about how easy to use is.