User Tag List

Results 1 to 5 of 5

Thread: Sorting problem with layer object

  1. #1
    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)

    Sorting problem with layer object

    I am sorting by decreasing y using the layer object, but for some reason, I can't seem to get enemies to always sit behind another active. I have been forcing the enemy qualifier to always move behind the qualifier of the other object, but I get a flicker when the two object are on the same y. I've also tried to always move the object above the enemy, but that still isn't working. I can't use layers in this case.

    Any ideas?

  2. #2
    Clicker Fusion 2.5

    Join Date
    May 2008
    Location
    In Your Cheese
    Posts
    132
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sorting problem with layer object

    So if I'm understanding correctly, you're sorting all of the objects using the layer object, and trying to set the enemies behind another qualifier at the same time.

    I don't know if this will work, but try changing the order so that the layer object sorts everything, then set the enemies behind the other active. In my experience, the order of events is really important.

  3. #3
    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: Sorting problem with layer object

    That is exactly what I've done. Sadly, the enemies flicker when they go behind the object they are meant to be behind. I checked and the objects seem to flicker when they share the same y position. I added a condition that says:

    +If y(qualifier.enemy) <= y(qualifier.object
    - (layer object) move (qualifier.enemy) below (qualifier.object)

    The flickering isn't going away. I really have no idea why this wouldn't sort.

  4. #4
    No Products Registered

    Join Date
    Sep 2006
    Location
    Germany
    Posts
    861
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sorting problem with layer object

    please upload your file, either to the file section or to a free host so we can have a look.

  5. #5
    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: Sorting problem with layer object

    It's in the File Section here: http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=137606&#Post137 606

Similar Threads

  1. List Object Sorting
    By Corlen in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 13th May 2011, 03:21 PM
  2. Layer object problem
    By EdibleWare in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 31st January 2011, 01:59 PM
  3. Need Help with Top Down a la Zelda Object Sorting
    By Shmuper in forum Multimedia Fusion 2 - Technical Support
    Replies: 16
    Last Post: 9th January 2011, 06:45 PM
  4. Z Sorting or Depth Sorting, how to do it?
    By BREK in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 28th October 2008, 11:02 AM
  5. Layer Object can't move counters to specific layer
    By JoKa in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 20th November 2007, 11:11 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
  •