User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 14 of 14

Thread: Seperate Create Object Values?

  1. #11
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export Module
    XStar's Avatar
    Join Date
    Feb 2012
    Location
    Winchester, VA
    Posts
    1,165
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    But wont that change it for all of them? Say, you create one object and it stays at that frame, but wouldn't the second you create a second one, the first one's frame would change too?

  2. #12
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export Module
    XStar's Avatar
    Join Date
    Feb 2012
    Location
    Winchester, VA
    Posts
    1,165
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello?

  3. #13
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export Module
    Konidias's Avatar
    Join Date
    Aug 2009
    Posts
    1,546
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    lol did you try it? Would have been quicker than making two posts. :p

    It won't change it for all of them because when you do a "create object event" any object related after that action (inside the same event) will only reference that created object and not the other instances of it.

    Basically "create object" selects that specific created object in MMF during that condition. You could do something like:

    create object "Active"
    set frame to 0
    create object "Active"
    set frame to 5

    And it would create two Active objects and set their frames accordingly. It's creating and then selecting the object.

  4. #14
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export Module
    XStar's Avatar
    Join Date
    Feb 2012
    Location
    Winchester, VA
    Posts
    1,165
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Eh... Well... Um... no... I didn't try it, but now I have and it does work! Thanks for your help!!!!!!

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. HUD on seperate Frames
    By Gate001 in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 25th March 2012, 03:01 AM
  2. Help making weapon a seperate object
    By Atherton in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 23rd August 2011, 01:41 PM
  3. Giving lines in list object seperate values?
    By Yikes in forum Multimedia Fusion 2 - Technical Support
    Replies: 12
    Last Post: 25th June 2011, 10:02 PM
  4. Seperate string of numbers
    By keokeo in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 12th May 2011, 11:47 AM
  5. Create object using alt values
    By Shawn in forum File Archive
    Replies: 2
    Last Post: 1st May 2011, 02:45 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
  •