User Tag List

Results 1 to 2 of 2

Thread: My Music Won't work

  1. #1
    No Products Registered

    Join Date
    Sep 2006
    Posts
    33
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    My Music Won't work

    I want background music in my game, and I can not get it to work the way I want to. If I use the option at the "Start of the Frame" play and loop music,it will play and loop the music. But what I am trying to do is play different music
    during the game so I use use random events in the global setting to play the music:
    as global actions I have:
    song = random (5)+1
    format = random (5) +1
    if format is (what ever random number)
    song =(what ever random number)
    play and loop (name of file of song )
    When the game starts and it gets to the point where the music should start, the game slows down for a while but it plays no music, any thoughts?

  2. #2
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: My Music Won't work

    Can you upload your MFA file someplace?
    I am sure its just a problem with the events -- Perhaps you have the event playing the sound triggering over and over and not once.

    Thus its trying to play the sound a lot of times (50 times a second) and overloading the sound engine.

    or it could be something else but what you want to do is relatively simple so it should be easy to sort out for you.

Similar Threads

  1. music in MMF2 - can music play across frames
    By RoguePixel in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 5th April 2017, 06:16 PM
  2. [PAID] Seamless Looping OGG/Music Player Extension (to play music with loop points)
    By DinnerSonic in forum Paid Design & Development Requests
    Replies: 0
    Last Post: 6th October 2013, 07:27 PM
  3. Looping music at middle of a song doesn't work.
    By N64Mario in forum SWF/Flash Export Module Version 2.0
    Replies: 2
    Last Post: 9th March 2010, 07:53 PM
  4. Still Cannot get music to work in MMF
    By DisneyBoy in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 21st January 2010, 03:12 PM

Posting Permissions

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