User Tag List

Results 1 to 4 of 4

Thread: Request: Temp Instance Object

  1. #1
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)
    King_Cool's Avatar
    Join Date
    Aug 2008
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Request: Temp Instance Object

    Hey

    What it does:
    Loads a single Active Instance ( along with all properties/ attributes and values ) for future referrance.

    Would this be hard to do?

    EDIT: Im sure this would help solve alot of Instance Selection Problems.

  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)
    What do you mean? Like the behavior of the Select Object Extension? It is hard to tell what you want to do.

  3. #3
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)
    King_Cool's Avatar
    Join Date
    Aug 2008
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Example:

    WHAT I HAVE
    - 10 Active Instances "BALL"

    THE SETUP
    - 1 BALL has AltValA = 10
    - 4 BALLs have AltValA = 1
    - 5 BALLs have AltValA = 0

    WHAT I WANT
    - All BALLs with 'AltVal = 1' should possition to the BALL with 'AltVal = 10'

    SOLUTIONS? ( Event Editor )

    If BALL AltValA = 10
    - BALL set possition to BALL
    ( dont make sense/ dont work )

    If BALL AltValA = 1
    - BALL set possition to BALL
    ( dont make sense/ dont work )

    ...
    TEMP INSTANCE OBJECT SOLUTION

    If BALL AltValA = 10
    - TIO set BALL as Instance

    If BALL AltValA = 1
    - BALL set possition to 'TIO --> Instance'

  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)
    So basically you want identical behavior to storing the position of one of the balls and then settings the position of the other balls to that stored position. It would be a nice shortcut, but I don't really think that effort needs to be put into an extension for it. If you want automatic pairing like MMF2's own, you could use middle-man actives.

Similar Threads

  1. How to delete single instance of an object
    By liquiddil in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 26th October 2013, 02:04 AM
  2. How to make an object fall on another instance of the object and stop?
    By Outcast in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 20th June 2013, 09:42 PM
  3. Specific instance of an object?
    By pikzilla in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 4th July 2011, 06:38 AM
  4. Object Instance Comparisons
    By Dines in forum Extension Development
    Replies: 5
    Last Post: 25th December 2007, 06:01 AM
  5. Problem with more than one instance of an object
    By Gamerdude in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 27th July 2007, 06:44 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
  •