User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 16 of 16

Thread: Running up the side of the frame on platforms

  1. #11
    Clicker Fusion 2.5 Developer

    Join Date
    Jun 2006
    Location
    Hampshire, UK
    Posts
    963
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Running up the side of the frame on platforms

    Or just put a standard obstacle backdrop at the edge of the frame instead <img src="/center/images/graemlins/tongue.gif" alt="" />

  2. #12
    Clicker Fusion 2.5 Developer

    Join Date
    Jun 2006
    Location
    Hampshire, UK
    Posts
    963
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Running up the side of the frame on platforms

    Or just put a standard obstacle backdrop at the edge of the frame instead <img src="/center/images/graemlins/tongue.gif" alt="" />

  3. #13
    No Products Registered

    Join Date
    Jul 2006
    Posts
    12
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Running up the side of the frame on platforms

    haha I teach this program to kids 10-15 years old. They do plenty of platform games =D

    Thanks for the heads up on the active backdrop thing. We have done that before but I was hopping for a way that seems somewhat legit =D

  4. #14
    No Products Registered

    Join Date
    Jul 2006
    Posts
    12
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Running up the side of the frame on platforms

    haha I teach this program to kids 10-15 years old. They do plenty of platform games =D

    Thanks for the heads up on the active backdrop thing. We have done that before but I was hopping for a way that seems somewhat legit =D

  5. #15
    No Products Registered

    Join Date
    Jul 2006
    Posts
    144
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Running up the side of the frame on platforms

    I don't think it's the same movement... I noticed a few changes. For example, try jumping towards a ladder. In MMF2, your character grabs the ladder, which is kind of cool. In MMF1, you could stand at the base of a ladder and hold jump+up, which would rocket your character up in a rather ludicrous way.... now it does the more common-sense thing, which is to jump, then grab the ladder. There are still some of the old bugs, like shooting up the side of the screen, although that is easily fixed.

    Many platform movement bugs, such as the ceiling stick bug, can be fixed using an invisible active object as the collision detector/platform movement object with a visible avatar (always set position/direction/animation to the same). Make the invisible object be a solid rectangle, to simplify collisions.

    Don't turn off fine detection though, because then it disables fine detection on any colliding object... for example, if your character runs up a diagonal hill. Even if the hill has collision with box off, fine detection isn't used unless the character has fine detection on, as well.

    I'm going to plug the suggestion of computer-controlled platform movement again.... it's currently not easy to simulate by forcing direction/speed, but it can't be that hard to program into the movement. Just add actions that "Force Movement &gt; Jump / Right / Left / Up / Down". Most of the code is already there, but it's triggered by keys/joystick and can't be forced programatically.

  6. #16
    No Products Registered

    Join Date
    Jul 2006
    Posts
    144
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Running up the side of the frame on platforms

    I don't think it's the same movement... I noticed a few changes. For example, try jumping towards a ladder. In MMF2, your character grabs the ladder, which is kind of cool. In MMF1, you could stand at the base of a ladder and hold jump+up, which would rocket your character up in a rather ludicrous way.... now it does the more common-sense thing, which is to jump, then grab the ladder. There are still some of the old bugs, like shooting up the side of the screen, although that is easily fixed.

    Many platform movement bugs, such as the ceiling stick bug, can be fixed using an invisible active object as the collision detector/platform movement object with a visible avatar (always set position/direction/animation to the same). Make the invisible object be a solid rectangle, to simplify collisions.

    Don't turn off fine detection though, because then it disables fine detection on any colliding object... for example, if your character runs up a diagonal hill. Even if the hill has collision with box off, fine detection isn't used unless the character has fine detection on, as well.

    I'm going to plug the suggestion of computer-controlled platform movement again.... it's currently not easy to simulate by forcing direction/speed, but it can't be that hard to program into the movement. Just add actions that "Force Movement &gt; Jump / Right / Left / Up / Down". Most of the code is already there, but it's triggered by keys/joystick and can't be forced programatically.

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Code running on Frame load Problem
    By droberson in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 8th March 2013, 04:15 PM
  2. Event running before frame transition
    By Bruto in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 31st January 2009, 06:08 PM
  3. MMF2 Crashing when running frame/project/anything
    By KiteRyagara in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 8th June 2008, 01:46 PM
  4. Side scrolling
    By Tommy in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 30th December 2006, 04:04 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
  •