User Tag List

Results 1 to 4 of 4

Thread: Is this a bug?

  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)

    Is this a bug?

    Hi
    I think i have found some sort of a bug, can someone confirm please?

    The application is supposed to create 1 Blue Circle Object, but it creates 2.

    ( Application has 3 Conditions and 3 Action )
    Attached files Attached files

  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)
    It's not a bug, just a quirk. When you use the 'destroy' action, it simply marks the object for destruction without removing it (so that you can't reference it after it goes away and cause a crash). After each event loop/frame, objects marked for destruction are fully removed. So, during the rest of the event loop after the destroy action, the object can still be used as any object.
    Working as fast as I can on Fusion 3

  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)
    Well is there any way i can

    A) 'Instantly' remove an Object from the frame?

    or

    B ) Count only the Instances wich are not marked for destruction?

    ...

    Will the Instances still be counted if they are inactive or 'too far from the frame'?
    ...

    Thanks for the explanation LB

  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)
    A. No.
    B. If you set a flag when you use destroy on them...then yes. Otherwise no, not without an extension.
    Unlabeled. Yes, they will always be counted. Take note that when they are 'too far from the frame' they are 'destroy'ed.
    Working as fast as I can on Fusion 3

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •