User Tag List

Results 1 to 5 of 5

Thread: Question about objects

  1. #1
    No Products Registered

    Join Date
    Nov 2009
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Question about objects

    Hi I am new to MMF2.

    I am creating my game off an open source engine someone else developed. I have done my fair share of game making from scratch in other programs, but I would like to start building from theirs and adding in my own things.

    I am having a problem though copying their objects. How would I go about doing this? Right now the object I want to copy is a sprite so I can put in my own images, but I don't want to get rid of the preexisting sprite.

    When I right click the sprite their is no copy option, I am going to need this a lot because I am taking what is in the engine and skinning my own stuff. So if anyone can help that would be much appreciated. Also if this is the wrong section please point me in the right direction. Thank you for your time.

  2. #2
    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)

    Re: Question about objects

    Hi there, and welcome to MMF

    You have two basic options to copy an object in the right-click menu - "Duplicate" and "Clone Object". Duplicate will create a new "instance" (or copy) of the same object - these objects will appear as one object in the Event Editor. I promise this makes sense once you see it...

    I think that in your situation, "Clone Object" is what you want - this creates a new object using the animation frames, value names and so on of the original one. The new object is completely independent of the old one, appears as a new object in the Event Editor and the two objects won't be affected by changes you make to the other one.

    It sounds like what you want to do here is Clone the existing object and put the newly created clone off to the side somewhere, so that that object holds the original images that you don't want to get rid of - then edit the original object with your own images, so that all the events on that original object stay intact.

  3. #3
    No Products Registered

    Join Date
    Nov 2009
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Question about objects

    Thank you!

    I kept trying to duplicate/copy my object, but cloning was the way to go. Thank you very much for the help on such a beginners question. I really appreciate it!

  4. #4
    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)

    Re: Question about objects

    You're welcome - beginners' questions are good, they're easier to answer

  5. #5
    No Products Registered

    Join Date
    Mar 2007
    Location
    Sydney, Australia
    Posts
    1,369
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Question about objects

    And remember, we were all beginners once!

Similar Threads

  1. Just a little question on objects.
    By Exploder1010 in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 26th July 2010, 11:04 PM
  2. Creating Objects Question
    By variant in forum File Archive
    Replies: 11
    Last Post: 29th November 2009, 04:45 AM
  3. question about bd fusion objects
    By cel in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 9th September 2009, 03:58 PM
  4. question about random objects:
    By piki in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 21st January 2008, 10:10 AM
  5. Question about creating new objects..
    By haora in forum Multimedia Fusion 2 - Technical Support
    Replies: 12
    Last Post: 22nd November 2006, 10:30 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
  •