OK here's a very simple blue gel MP3 player I did:
http://www.indigorose.com/free/Blue%20Gel.exe
I would like to attach a condition to the buttons so that if someone presses any button BEFORE they press the load button, a pop-up message directs them to first load an MP3. So for example if someone pressed the play button before loading an MP3 it would instruct them to, "Please load an MP3 file to play"...
So I guess I have to be able to test if the MP3 path is set yet, %FullPath% is the variable. So how do I set up the play button to test if that path is empty and then either direct the user to load an mp3 or start playing the mp3 depending on the result?
Thanks
http://www.indigorose.com/free/Blue%20Gel.exe
I would like to attach a condition to the buttons so that if someone presses any button BEFORE they press the load button, a pop-up message directs them to first load an MP3. So for example if someone pressed the play button before loading an MP3 it would instruct them to, "Please load an MP3 file to play"...
So I guess I have to be able to test if the MP3 path is set yet, %FullPath% is the variable. So how do I set up the play button to test if that path is empty and then either direct the user to load an mp3 or start playing the mp3 depending on the result?
Thanks
Comment