User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12

Thread: MMF2 Archive?

  1. #1
    Clicker Fusion 2.5
    darkmanx_429's Avatar
    Join Date
    Jun 2010
    Posts
    365
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    MMF2 Archive?

    Is there an Archive function for MMF2, like when you want to zip all your relevant files together with the main source file and send it to someone else? (This makes sure that person can open your file with all your code and stuff available)?

  2. #2
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    No, and there can't be without major design changes. You have to do this manually.

    For most purposes though, if you import your graphics to active object animations, they are not bound to the external images and are saved with the MFA. The same applies to playing sounds, except for the Play from file actions.
    Working as fast as I can on Fusion 3

  3. #3
    Clicker Fusion 2.5
    darkmanx_429's Avatar
    Join Date
    Jun 2010
    Posts
    365
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmmmm...that's a shame. As you may know alot of high end game design software has this ability. Are you listening ClickTeam.....

  4. #4
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    What is wrong with just zipping your project folder?
    Working as fast as I can on Fusion 3

  5. #5
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, what is it you're trying to do? The "code" you mentioned in the first post is all contained in the MFA.

  6. #6
    Clicker Fusion 2.5
    darkmanx_429's Avatar
    Join Date
    Jun 2010
    Posts
    365
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by darkmanx_429 View Post
    Hmmmm...that's a shame. As you may know alot of high end game design software has this ability. Are you listening ClickTeam.....
    Depending on how huge your game may be even zipping may not be enough. Sometimes when trading files with my bud through our different MMF2 versions we may get some unzip errors asking where the directory to certain objects are. I would just like a way to universally be able to zip your file with all the required sounds, sprites, etc. form MMF2 without having to get all your folders and such together and sending everything as a massive zip or rar file....to combat this we are constantly updating our MMF2 versions and extensions to match the same so that everything opens correctly.

  7. #7
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    If files are in the same relative directories you should not have dialogs asking where they are. This sounds as though you are using full paths to files (eg "C:\path\my project\folder\file.ext") instead of relative paths (eg "folder\file.ext"). After this, what you are asking for is effectively zipping. Do you expect this 'feature' to generate any smaller a file than a zip? I don't entirely see how...?
    Working as fast as I can on Fusion 3

  8. #8
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)Firefly 3D Module (Steam)
    Phi's Avatar
    Join Date
    Jan 2010
    Location
    England
    Posts
    1,964
    Mentioned
    25 Post(s)
    Tagged
    0 Thread(s)
    Consider using a sync program like Dropbox to make sure your files are always the latest version. C++ requires you to zip all the project files yourself, so it's not a flaw.

  9. #9
    Clicker Fusion 2.5
    darkmanx_429's Avatar
    Join Date
    Jun 2010
    Posts
    365
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by SortaCore View Post
    Consider using a sync program like Dropbox to make sure your files are always the latest version. C++ requires you to zip all the project files yourself, so it's not a flaw.
    Good point, I used Dropbox for other things so yeah, I guess I should try it for MMF2. Didn't know why I didn't think about this earlier...lol

  10. #10
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    You do know you can build an EXE that runs anywhere and automatically includes any external files, right?

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Zip and Archive in MMF2 Dev
    By Hazard159 in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 26th June 2013, 12:15 AM
  2. Archive Object
    By MikeB in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 16th June 2013, 02:24 AM
  3. Archive Object Help
    By iOSC in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 18th March 2012, 01:50 PM
  4. Site-archive for MMF2 extensions?
    By integrality in forum Extension Development
    Replies: 5
    Last Post: 2nd July 2006, 06:19 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
  •