User Tag List

Results 1 to 5 of 5

Thread: Wall jump?

  1. #1
    No Products Registered

    Join Date
    Nov 2007
    Posts
    26
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Wall jump?

    Hey, I am making a platform game (with the standard platform movment) where I want the character to jump off walls (like a ninja) but I can't think of any way to do it. Can someone give me some sujestions on how?

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export Module
    ZayLong's Avatar
    Join Date
    Jun 2008
    Location
    USA
    Posts
    276
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Wall jump?

    when you say "standard platform movement" you mean the built in platform movment engine right?

    well i dont recomend it. that platform engine is buggy as heck.

    try using the platform movment extension. get used to using that first, then we'll talk. its very easy.

  3. #3
    No Products Registered

    Join Date
    Dec 2007
    Posts
    70
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Wall jump?

    STEP 1: create 2 objects named "right wallsense" and "left wallsense" and place them on either side of the character

    >right wallsense overlapping a backdrop
    >object is not standing on ground
    >object is falling
    >pressed jump
    -faceleft
    -jump
    -set internal flag 0 on


    >left wallsense overlapping a backdrop
    >object is not standing on ground
    >object is falling
    >pressed jump
    -face right
    -jump
    -set internal flag 1 on

    >internal flag 0 is on
    -set internal flag 1 off
    -user is holding left input key

    >internal flag 1 is on
    -set internal flag 0 off
    -user is holding right input key

    >object is falling
    -set internal flag 1&2 off

    that's how I do it in my game using "platform movement object"

  4. #4
    No Products Registered

    Join Date
    Nov 2007
    Posts
    26
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Wall jump?

    Ok I just got the movment and I set it to my character but I can't get anything to work with it. How do I jump and how do I stop falling?

  5. #5
    No Products Registered

    Join Date
    Nov 2007
    Posts
    26
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Wall jump?

    Well first you should probably go to the tutorials, then look at David's custom platform movement. Works wonders.

Similar Threads

  1. Wall jump bug that is hard to fix.
    By Rockman in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 10th August 2013, 06:13 PM
  2. Wall Jump :/
    By MonkeyToy in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 8th June 2012, 08:02 PM
  3. Wall Jump
    By ConquerStone in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 3rd March 2012, 01:03 AM
  4. Can't jump when touching a Wall.
    By Carlos182 in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 18th September 2009, 05:01 PM
  5. Wall Jump
    By XBolognaX in forum Multimedia Fusion 2 - Technical Support
    Replies: 23
    Last Post: 22nd August 2006, 10:12 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
  •