User Tag List

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

Thread: Problems with object selection

  1. #11
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    mobichan's Avatar
    Join Date
    Oct 2007
    Location
    Buffalo, NY
    Posts
    3,310
    Mentioned
    28 Post(s)
    Tagged
    0 Thread(s)

    Re: Problems with object selection

    Thanks Olivier for the kind words and for confirming the bug. I have done some more investigating and have been able to isolate where the bug occurs. But it is very strange. It seems the code I use to fade the object over time is causing all enemies to be destroyed (when hit within 10 pixels of the enemy's bottom edge).

    I've included an even more stripped down file with the bug able to be toggled using the "Q" key. You still need to hit the enemy within 10 pixels of their bottom edge to see the bug.

    Can anyone confirm they still see it?

    Thanks,

    Mobichan
    Attached files Attached files

  2. #12
    Clickteam Clickteam
    Olivier's Avatar
    Join Date
    Jun 2006
    Posts
    3,000
    Mentioned
    9 Post(s)
    Tagged
    1 Thread(s)

    Re: Problems with object selection

    Yes the bug is still here. Maybe there's a problem when more than 1 Character Image object is invloved? I'm not talking about multiple instances of the same object, but multiple copies of the object really.
    You could try to use only one copy of Character Image to see what happens.

  3. #13
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Francois's Avatar
    Join Date
    Jul 2006
    Location
    Montpellier, France
    Posts
    6,920
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)

    Re: Problems with object selection

    I think it is a very complex problem due to fastloops. The on character draw condition seems to be called in the middle of a fast loop, and MMF object selection routines do not like it.
    You must remember that at start, MMF was not programmed for Fast loop (the condition routines are not recursive), and it was added due to popular demand.
    I do not know if I can do something against it.
    In the meantime, if you could avoid to make the on character draw condition called in the middle of one of your fast loops, this would solve the problem.

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

    Re: Problems with object selection

    Would using the fastloop object work for this?
    Working as fast as I can on Fusion 3

  5. #15
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    mobichan's Avatar
    Join Date
    Oct 2007
    Location
    Buffalo, NY
    Posts
    3,310
    Mentioned
    28 Post(s)
    Tagged
    0 Thread(s)

    Re: Problems with object selection

    Thanks Francois. Since there is no other way to fade these objects (in my game's case), I guess I will just remove the fade all together for the Flash version. It's a shame the text blitter isn't converted to Flash. Hopefully when it is, it will work in this case.

    Mobichan

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Further problems with object selection
    By fawfulfan in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 20th December 2011, 04:57 PM
  2. Create Object + Object Selection Revisited
    By Crash86 in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 22nd February 2011, 04:33 PM
  3. Object selection
    By pikzilla in forum Multimedia Fusion 2 - Technical Support
    Replies: 18
    Last Post: 2nd September 2009, 10:56 PM
  4. Object Selection
    By NG2 in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 13th March 2009, 02:41 PM
  5. Object Selection for CLOUDWOLF
    By LB in forum File Archive
    Replies: 7
    Last Post: 10th December 2008, 05:17 PM

Posting Permissions

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