User Tag List

Results 1 to 5 of 5

Thread: Built Application missing a few bricks?

  1. #1
    No Products Registered

    Join Date
    Aug 2006
    Location
    Oklahoma
    Posts
    132
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Built Application missing a few bricks?

    I have no idea how to build my application so I can install it on another computer. Actually, that is an inaccurate statement. I don't know how to correctly include external files.

    How do I save external MP3 Music and pictures with my application so that they play and appear on other computers. Do I need to alter the events any? Do I need to tinker with the Install options? I have gotten the files to save where they are supposed to, but the game doesn't open them on the other machines.

  2. #2
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: Built Application missing a few bricks?

    You should put all your external files in the directory of the .MFA file (or in a sub-directory) and build the EXE file in the same directory. And then you can distribute the EXE file and the external files (with the same sub-directory structure).

    In the event editor if you select the filename parameters via file selectors there is no need to do anything special, the filenames will be relocated. If the filename parameters are expressions, you should specify the full pathname of the application in the expression parameter, for example : AppPath$ + "yourfile.mp3", or AppPath$ + "subdir\yourfile.mp3".

    Yves.

  3. #3
    Clicker Fusion 2.5

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

    Re: Built Application missing a few bricks?

    How exactly do you put external files in sub directories of the application? I have no idea how to do that. The file I'm trying to put in the application's called Demo01.mfd.

  4. #4
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: Built Application missing a few bricks?

    I mean in sub-directories of the directory where is located the MFA file (in the Windows directory structure). For example :

    yourapp.mfa
    subdir\Demo01.mfd

    and then you build your .exe in the same directory :

    yourapp.mfa
    yourapp.exe
    subdir\Demo01.mfd

    and you redistribute the .EXE file and the external files it uses :

    yourapp.exe
    subdir\Demo01.mfd

    (ps: Demo01.mfd could be also in the same directory as the MFA file, you are not forced to put it in a sub-directory)

  5. #5
    Clicker Fusion 2.5

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

    Re: Built Application missing a few bricks?

    Oh, okay. I get it now. Thanks. ^^

Similar Threads

  1. JSON file error msg on built application
    By RobertRule in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 14th October 2012, 02:29 AM
  2. No sound in application when built!
    By kreeddem in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 24th March 2010, 12:59 AM
  3. Connected Bricks / Falling Bricks Example
    By maVado in forum File Archive
    Replies: 2
    Last Post: 26th May 2009, 04:17 PM
  4. Window Initialization Error with built application
    By Endymian in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 29th October 2008, 04:15 PM
  5. [Error] Strange message with built application
    By Sphax in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 7th May 2007, 06:30 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
  •