Sound File/Sample Questions
Last ones for the night... promise. :)
I added an embedded sound file with the "Play and Loop Sample" event. lets call it "music"
Now, I made some events related to when this sample is playing. So far so good.
Then, I revise the original file to make it sound better. Now, I am screwed (I think).
MMF2 is still using the original sample. <frown>. If i try to add the new one, it loads as "music (1)" or something. So if I play the new version, all the events break and need manual updating.
So then, I switch back to the old version so the events still work, but it appears that my file is still including the new version as well and there is no way to get it off of the list of embedded samples! yikes!
I also know I can link to the files themselves, but I didn't want users to be able to look through the files in the released version.
So my questions are these:
Is there a way to replace all instances of the old sample with th e new version? (I need to put in temporary files while I work...)
Is there a way to remove the duplicate files from the application, if they all appear on the embedded sound file selection list?
Is there a way to link to the external sound files, but then have those files become hidden in the final release of the project? (I don't want users accessing any of the sound files.)
Re: Sound File/Sample Questions
Right click on your application in the workspace toolbar and select Data Elements. From there you can replace internal samples.
Re: Sound File/Sample Questions
you sir, are a scholar and a gentleman. Thanks for the help again. Is there anything about MMF2 you don't know?
-Andy