User Tag List

Results 1 to 5 of 5

Thread: Problem stopping

  1. #1
    No Products Registered

    Join Date
    Aug 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Problem stopping

    Hi, I'm having a problem getting my character to stop in MMF2. I have a character and when he walks into a wall object, I want him to stop...

    So I do collision with wall, and movement: stop.

    He stops...sorta. He does this thing where he sorta bounces off the wall for a brief moment, if the arrow key is held down.

    Is there anyway to get him to just stop completely without doing that weird bounce?

  2. #2
    No Products Registered

    Join Date
    Aug 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Problem stopping

    So in other words I guess, How to I make a solid obstacle object, like a wall.....there's got to be a way to do it without getting the effect I'm getting.

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

    Join Date
    Feb 2007
    Location
    Queensland, Australia
    Posts
    317
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Problem stopping

    It's because of the default MMF movements, coding a custom engine fixed issues like this. I think it can be fixed, but I never bothered.

  4. #4
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module

    Join Date
    Jun 2006
    Posts
    1,324
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Problem stopping

    Lots of ways around this one. One way is to give your character a second movement - Static. When he collides with the wall, stop him and change the movement to Static.

    Then you'll need events for
    Upon pressing left arrow key and
    Movement = Static:
    Change movement to 8 directions
    (and the same for all 8 arrow keys or arrow key combinations).

  5. #5
    No Products Registered

    Join Date
    Aug 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Problem stopping

    I LOVE YOU! I was up really late trying to figure that out. Thanks a lot, Sarah!

Similar Threads

  1. Why are all objects stopping?
    By jfisher446 in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 17th April 2013, 10:37 AM
  2. Stopping the Timer
    By Connors_Friend in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 25th October 2011, 03:27 PM
  3. Stopping Timer
    By Connors_Friend in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 14th October 2011, 03:19 PM
  4. Stopping help
    By warriorcat3 in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 2nd September 2009, 11:24 PM
  5. Stopping an object
    By Stephen38 in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 2nd January 2007, 01:08 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
  •