User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11

Thread: Wierd flickering when scrolling.

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export Module
    DTownTony's Avatar
    Join Date
    Sep 2010
    Location
    Detroit
    Posts
    428
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Wierd flickering when scrolling.

    So I have spent the last day trying to create an "Angry Birds" style engine for a game, and its pretty far along except Ive realized now that the camera flickers like crazy when scrolling. It seems to be jumping back to the original view constantly. It works fine in MMF and as an exe but it once its a .swf BAM! goes nuts. The attached shows what i mean a little bit better (It has both an exe and a .sw file). It even does it if I simply use center the screen around one of the objects I fling, but not as often.

    To fling something click and drag on the stick in the bottom left.

    Let me know if anybody has any ideas.

    Thanks


  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module

    Join Date
    Jan 2011
    Posts
    66
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Wierd flickering when scrolling.

    I have the same problem, i think you use the new box2d port.

    In the first version of the port there is no problem, you can see in my game "angry mario" (search in google).

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export Module
    DTownTony's Avatar
    Join Date
    Sep 2010
    Location
    Detroit
    Posts
    428
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Wierd flickering when scrolling.

    Do you by chance have a copy of the older version? I tried downloading it from the box2D thread but all of the links have been updated to the latest version.

  4. #4
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module

    Join Date
    Jan 2011
    Posts
    66
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Wierd flickering when scrolling.

    Yes i have :
    Attached files Attached files

  5. #5
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Wierd flickering when scrolling.

    I would like Francois to have a word on this because I simply change the object position and angle and I don't see how the camera relates to that.

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export Module
    DTownTony's Avatar
    Join Date
    Sep 2010
    Location
    Detroit
    Posts
    428
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Wierd flickering when scrolling.

    Thanks Wesleyd! I tried the older version, and it still has some issues but it definitely works a lot better. I may have to simplify my camera to work around a few more of the bugs, but its definately different between the two.

    Looki- Do you think it would help if I sent you my file to take a quick look at? BTW, this is the greatest extension! Thank you SOOOOOOOO much for porting it over!

  7. #7
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Wierd flickering when scrolling.

    No, thanks, I can reproduce it myself! Glad you appreciate it I hope I can fix this for the next update.

  8. #8
    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: Wierd flickering when scrolling.

    Are you sure to you do not have TWO center display actions in your code? Flash does not like it, you must only have one.

  9. #9
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export Module
    DTownTony's Avatar
    Join Date
    Sep 2010
    Location
    Detroit
    Posts
    428
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Wierd flickering when scrolling.

    Hi Francois, that was one of the issues(I want it to switch between camera views). I correct that by using a different method and only have one "center" point/action in the code. It now works with the older Box2D perfectly (occasionally the whole program will freeze up tho) but when I reinstall the latest Box2D it still has errors and flickers where it seems to want to center back at 0,0.

  10. #10
    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: Wierd flickering when scrolling.

    Then it must be an issue with Box2D I guess, sometimes returning 0 as position? The position of the scrolling is updated instantly in Flash, just as the action happens. In C++ it is done at the end of the loop.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Layer Object Flickering Fix?
    By netninja in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 25th September 2012, 05:36 PM
  2. Character not landing correctly (keeps flickering)
    By MindOfCreativity in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 1st June 2011, 04:47 PM
  3. Counter Scroll Flickering - MMF Redraw
    By GameDreamsX in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 17th April 2010, 05:49 AM
  4. Counter Scroll Flickering - MMF Redraw
    By GameDreamsX in forum File Archive
    Replies: 2
    Last Post: 28th March 2010, 09:50 PM
  5. Serious display bug: flickering of backdrops-VIDEO
    By Blizna in forum Hardware Accelerated Runtime
    Replies: 8
    Last Post: 7th November 2009, 03:03 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
  •