User Tag List

Results 1 to 8 of 8

Thread: Help with crouch down

  1. #1
    No Products Registered

    Join Date
    Apr 2010
    Location
    Dr. Robotnik's Base
    Posts
    27
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Help with crouch down

    I need help.

    I'm having a lot of trouble with my animations. When my character crouches down, he keeps moving, and I want the movement to stop.

    But, in the event editor, when I set "If animation crouch down is playing, then stop movement", you can keep moving left and right.

    How can I fix this?

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Jaffob's Avatar
    Join Date
    May 2008
    Location
    USA
    Posts
    1,833
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with crouch down

    You must have a problem in your code. Could you possibly upload your file? (You can use the MFA Repository in case you don't know.)

  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: Help with crouch down

    In the conditions that make your player move, you need to add "If animation Crouch is playing (NEGATE)". You can add NEGATE by right clicking on the condition and it will be in the drop down menu. Negate is used to make the condition the opposite of itself. So in this case, the condition means "If the Crouch animation is NOT playing."

    The problem you are experiencing is because the conditions to make the player move are always true. So every frame, MMF will update the player's movment and make it true.

  4. #4
    No Products Registered

    Join Date
    Apr 2010
    Location
    Dr. Robotnik's Base
    Posts
    27
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with crouch down

    If nothing else, I'll try that, but it doesn't seem like a big enough problem to warrant all that trouble. :/

    But this is seriously weird. I mean, before I set the event, you moved at full speed left and right while crouching. After the event was set, if you hold down the crouch button, you move one pixel every... half second or so.

    In response to ninja-post
    Oh, I'm not using conditions to make the object move. I tried using DavidN's fastloop tutorial thing, but I couldn't fine-tune the speed and jump height. It was just a hassle.

  5. #5
    No Products Registered

    Join Date
    Apr 2010
    Location
    Dr. Robotnik's Base
    Posts
    27
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with crouch down

    No other ideas? I really don't want to start over from scratch here.

  6. #6
    No Products Registered

    Join Date
    Aug 2008
    Posts
    129
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with crouch down

    Did you try, If <croutch button pressed>,
    movement- stop

    That was my idea, but I'm a little new.

  7. #7
    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: Help with crouch down

    If you think adding one extra condition is too much trouble, you are in for a world of hurt making games. :P You probably need to upload your mfa file so we can take a look.

  8. #8
    No Products Registered

    Join Date
    Apr 2010
    Location
    Dr. Robotnik's Base
    Posts
    27
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with crouch down (RESOLVED)

    I tried adding the "negate" thing someone said a few posts back, but that did nothing.

    UGH. Fine. Uploading.

    *Link removed, problem fixed*

    Uh, is the link supposed to do nothing when you click on it?

    EDIT: WAIT.

    I started messing around with it a few days ago and saved it. It turns out I DID create a good crouching idea - Its just after you crouch you can't move.

    To get to the action, click Kirby, go to its events, and then go to "Misc."

    EDIT 2: WAIT AGAIN.

    I got it! I got it! It turns out I DID need a "Negate" function! Thank you, Mobichan, you're a life saver!!

Similar Threads

  1. PMO Crouch + look up help
    By Atherton in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 30th July 2009, 03:23 PM
  2. Crouch
    By jeremyhowell in forum The Games Factory 2 - Technical Support
    Replies: 3
    Last Post: 26th April 2009, 04:02 AM
  3. Problems with crouch and custom platform movement
    By Shawn in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 22nd April 2009, 08:43 PM
  4. Crouch Floating
    By Kid_Roleplay in forum The Games Factory 2 - Technical Support
    Replies: 4
    Last Post: 3rd February 2007, 04:46 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
  •