User Tag List

Results 1 to 3 of 3

Thread: Beginner Here With A Jumping Problem

  1. #1
    Clicker Fusion 2.5 (Steam)
    arrjayjee's Avatar
    Join Date
    Nov 2014
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Beginner Here With A Jumping Problem

    I followed one of Snail's YouTube tutorials and have been making my own custom platforming engine but I am absolutely stumped with my jumping code and I have NFI why. The thing will not jump. Here's my meagre attempt so far. It's 2AM here so I'm going to bed. Hopefully when I wake up some lovely fairy will have waged their "well it was obvious wand" and my exhausted butt can move on with my hobby project.

    Thanks for reading.
    Attached files Attached files

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export Module

    Join Date
    Nov 2011
    Location
    Melbourne, Australia
    Posts
    153
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the problem is within your falling loop, the value will not be exactly 0, because the gravity is constantly being added to in 0.5 increments. it's easily fixed: just change falling of player sensor to <=1 instead of =0 on the instance, movement keeper. move jump =1

    then it works!!

    I would post an attachment but i don't know how to.

  3. #3
    Clicker Fusion 2.5 (Steam)
    arrjayjee's Avatar
    Join Date
    Nov 2014
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks very much, that solved it!

Similar Threads

  1. Replies: 4
    Last Post: 1st July 2014, 01:53 PM
  2. Problem with jumping
    By Z_Blade in forum Multimedia Fusion 2 - Technical Support
    Replies: 13
    Last Post: 11th October 2012, 05:15 PM
  3. Jumping Problem
    By toastersburnthings in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 18th July 2012, 12:32 PM
  4. Jumping Problem
    By Digital9 in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 20th May 2011, 01:55 AM
  5. Jumping Problem
    By westplayer in forum File Archive
    Replies: 4
    Last Post: 27th June 2007, 12:35 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
  •