User Tag List

Results 1 to 5 of 5

Thread: Shakey screen

  1. #1
    Clicker Multimedia Fusion 2SWF Export Module

    Join Date
    Feb 2007
    Location
    US,California
    Posts
    42
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Shakey screen

    I have my 8th directional character as always---->Center Display at (0,0) from Character. Now my problem is now would I get rid of the screen kind of shaking everytime i hit a wall or an object?

  2. #2
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Shakey screen

    The screen is shaking because your character is. What code are you using to stop the character when you hit a wall?

    EDIT: Alternatively, if your character is animated then his collision area could be changing from frame to frame. Try switching to box collision instead.

  3. #3
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleInstall Creator Pro

    Join Date
    Jul 2006
    Location
    Germany
    Posts
    1,090
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Shakey screen

    Center the screen on an invisible Active Object, not on the player character. Make the Invisible follow the player if the distance to the player is greater than 50 pixel (try other numbers to see what fits best).

    This way you avoid a shaking screen at the slightest change of the player's position.

  4. #4
    Clicker Multimedia Fusion 2SWF Export Module

    Join Date
    Feb 2007
    Location
    US,California
    Posts
    42
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Shakey screen

    Dynasoft I have it pretty simple.
    Collision between Player and Wall------> Stop Player

    Can you tell me more about this box collision because my guy is animated because he has walking animation while hitting the wall.
    thanks

  5. #5
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Shakey screen

    In the properties panel for your guy, there should be a "use fine collision" that you can uncheck to get box collision. For it to work properly all your guy's frames should be the same size, but I'm fairly sure MMF forces that anyway.

    The alternative is to have a hidden box of exactly the shape you want your collision, and do your movement on that. Then just set the "visible" animating object to always the hidden object's location, and make sure the animations and directions are all set correctly. This is the harder solution, but generally more flexible.

Similar Threads

  1. Running 640x960 (portrait) screen on 1366x768 PC screen
    By AyreGuitar in forum iOS Export Module Version 2.0
    Replies: 22
    Last Post: 11th April 2013, 02:39 PM
  2. Taking a Print Screen of SWF game screen
    By redpandagames in forum SWF/Flash Export Module Version 2.0
    Replies: 5
    Last Post: 12th February 2012, 01:49 PM
  3. Game does not fit into the screen in full screen
    By Pegasus_Seiya in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 8th August 2009, 02:42 AM
  4. Scrolling Screen Issues - Screen Bounces?
    By Vandas in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 11th June 2009, 06:01 PM
  5. record screen with screen capture obhect
    By Oreo in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 7th November 2008, 04:32 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
  •