User Tag List

Results 1 to 4 of 4

Thread: add backdrop - strange problem with scrolling

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module

    Join Date
    Sep 2006
    Posts
    311
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    add backdrop - strange problem with scrolling

    Hello,

    what would i do:
    -create active at mouse position
    -add backdrop obstacle at actives position
    -change actives animation

    When actives animation is finished:
    -destroy backdrop at actives position (bounding box)
    -destroy active


    In frames who does no scroll this works fine!


    What happens in side scrolling frames?
    -NO backdrop is destroyed when frame is scrolled about 1 pixel or more.
    (So it seems to be a problem with the coordinates handled by mmf.)

    And yes, the solution who is almost working is:
    [color:#009900]-if backdrop is deleted at x("active")- x(left visible frame)[/color]

    BUT:
    -sometimes the backdrop is visible but inactive and will be deleted
    when scrolling out of frame (redraw problem?)
    -sometimes the backdrop is invisible but player collides with it
    -always all non deleted backdrops will be destroyed if the next active object
    has the "animation finished" condition
    and starts a new "delete backdrop" action, even if not at backdrops position

    ________________________________________________
    active properties:
    -follow frame
    -dont inactivate nor destroy if out of frame

    frame properies:
    -only 1 layer
    -max objects: 10000
    The number of all object is never higher than 2000.

    mmf version: mmf2 dev build 245
    ________________________________________________




    Is this a known bug or exist a workaround for this?

    Thanks,
    Quinto




  2. #2
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jun 2006
    Location
    England
    Posts
    3,546
    Mentioned
    4 Post(s)
    Tagged
    1 Thread(s)

    Re: add backdrop - strange problem with scrolling

    Have you tried with build 246? One of the bugs it is reported to fix is:
    - Runtime : Delete Backdrop At function not working properly in scrolling applications.
    .:::.Joshtek.:::.

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module

    Join Date
    Sep 2006
    Posts
    311
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: add backdrop - strange problem with scrolling

    Oh, i didn't see that - had still build 245...

    The workaround with x(active)-x(left visible frame)
    correctly doesn't work anymore in 246.

    But the bug with non deleted or obstacling invisible backgounds is still alive.

    Maybe a bug of me? I'll check the code again...

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module

    Join Date
    Sep 2006
    Posts
    311
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: add backdrop - strange problem with scrolling

    With manually created and deleted (while mouse key is pressed) backgrounds all is OK,
    but i have some loops in the code to create lines of backdrops,
    maybe there is the error...

Similar Threads

  1. disappearing backdrop + strange framerate
    By SoftWarewolf in forum Android Export Module Version 2.0
    Replies: 6
    Last Post: 7th June 2013, 09:54 AM
  2. Strange Scrolling Bug
    By pikzilla in forum File Archive
    Replies: 3
    Last Post: 15th March 2010, 05:08 AM
  3. "Add a backdrop" et scrolling
    By Zoglu in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 5th April 2007, 09:01 AM
  4. Scrolling + backdrop bug
    By Gabriel in forum File Archive
    Replies: 7
    Last Post: 15th August 2006, 08:16 PM
  5. Overlay + Scrolling = Strange framerate problem?
    By UltimateWalrus in forum File Archive
    Replies: 8
    Last Post: 6th August 2006, 10:37 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
  •