hexagon logo

sound for when the program is finished

how can I get a sound to go off when the program is finished? using 2015.1
Parents
  • http://www.wavsource.com/

    Here's where I got some of my wave or other sounds.

    First I open up Notepad and I write this line. because in my C: drive, I have a folder named Junk and I put my MP3 sound bite in there.

    Next I choose SAVE AS - I name it whatever I want. In this case I called PACMAN.bat <<<<<MAKE SURE YOU PUT .BAT behind it

    I then take my newly created .BAT file and I save it in my Junk Folder

    Now create an External Command, Make sure both boxes are NOT checked. Now click on the box to the right to find .BAT file



    When the box Pops up. It will be looking for an EXE file make sure you change this, to BAT



    Then you locate your file



    and put it where ever you want in your program. Mine is at the end right before the LOOP/END. That way it plays to let me know when to load next part.


Reply
  • http://www.wavsource.com/

    Here's where I got some of my wave or other sounds.

    First I open up Notepad and I write this line. because in my C: drive, I have a folder named Junk and I put my MP3 sound bite in there.

    Next I choose SAVE AS - I name it whatever I want. In this case I called PACMAN.bat <<<<<MAKE SURE YOU PUT .BAT behind it

    I then take my newly created .BAT file and I save it in my Junk Folder

    Now create an External Command, Make sure both boxes are NOT checked. Now click on the box to the right to find .BAT file



    When the box Pops up. It will be looking for an EXE file make sure you change this, to BAT



    Then you locate your file



    and put it where ever you want in your program. Mine is at the end right before the LOOP/END. That way it plays to let me know when to load next part.


Children
No Data