Results 1 to 4 of 4

Thread: Help with PlaySound.

  1. #1
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default Help with PlaySound.

    One of the drawbacks to autoing, is that I can't play any music while the script is running.

    I figured that if I set up a little if(IsFKeyDown(12))then PlaySound(''); procedure, I can play my music while I auto.

    I tried putting in the path to a song I like in the PlaySound command, but it didn't play it.

    My question is:

    Can someone try putting in the target of a song into SCAR, and see if SCAR plays the song?

  2. #2
    Join Date
    Jan 2007
    Location
    BC, Canada
    Posts
    66
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    playing music files with scar

    i wouldnt recommend playing your music with scar cause it will just lag your code but anways scar wont play mp3 files im not sure of all the formats but it does accept ".wav" files

    as well dont use the full path put the sound file into scar directory
    example code:

    program New;
    begin
    playsound('Scripts\beep1');
    end.

  3. #3
    Join Date
    Feb 2006
    Location
    Locked in RAM's closet !
    Posts
    2,001
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    ya it only works with wav files..

    and its not the best.
    Darky has stopped by to say hello :).
    10-21-2010
    Updated-
    10-09-2012

  4. #4
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Dangit

    Thanks guys, bye.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. What can I use with PlaySound?
    By almost in forum OSR Help
    Replies: 2
    Last Post: 06-07-2008, 01:08 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •