User Tag List

Results 1 to 3 of 3

Thread: Behavior inside Object Instances

  1. #1
    No Products Registered

    Join Date
    Aug 2007
    Location
    Taiwan
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Behavior inside Object Instances

    Hello guys, I got a problem about behaviors of object. I can't figure out how MMF handle the behaviors inside instances of same object. I wrote an event that limited by condition "Run this event once" in the behavior of object, says A. Then I created two instances of A (debugger told me they're A#1 and A#2), I noticed that only one of the instances ran that limited event. So it seems different instances executes the same (shared) behavior events table rather than having own private copy, is that right?

  2. #2
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Behavior inside Object Instances

    You could always work around using flags in the object-

    Alterable value A of object = 0
    - Do stuff
    - Set Alterable value A of object to 1

  3. #3
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Behavior inside Object Instances

    Yeah, IIRC the behaviours are just appended on to the end of the normal events, and are little more than a way to organise.

Similar Threads

  1. 256 R34 Behavior Bug : Object is not created but its behavior runs anyways
    By Shmuper in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 2nd March 2013, 07:15 AM
  2. Object order problem with multiple instances of the same object
    By tom79 in forum Multimedia Fusion 2 - Technical Support
    Replies: 14
    Last Post: 1st November 2011, 06:38 PM
  3. Object-types and behavior
    By danielfre in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 4th August 2011, 09:07 PM
  4. Example of Odd Object Looping Behavior
    By GWGord in forum File Archive
    Replies: 5
    Last Post: 14th October 2008, 02:20 PM
  5. Behavior gone in created object
    By Tiny in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 2nd June 2008, 01:00 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
  •