User Tag List

Results 1 to 3 of 3

Thread: Need help making a conveyor belt

  1. #1
    No Products Registered

    Join Date
    Dec 2006
    Posts
    86
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Need help making a conveyor belt

    I have a platform game using a custom platform movement and I want to add a conveyor belt. All I want to do is make the additional X velocity a certain amount to make the person move and when the person is not standing on the belt or is in the air above the belt, have the additional X velocity zero. The problem is, I can't get it to work. My character's additional X velocity changes even when he's not on the conveyor belt. When I try to limit the range the character has to be within the conveyor belt, he doesn't move at all. I have my conveyor belt have multiple animated objects right next to each other. This allows me to have more flexibilty when making the level. What is the best way to make a conveyor belt in a sidescroller using a custom platform movement?


  2. #2
    No Products Registered

    Join Date
    Jun 2007
    Posts
    323
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Need help making a conveyor belt

    If you already have a "floor detector" for your player, you could use:

    + ( "floor detector" ) is overlapping ( "conveyer belt" )

    - Set X( "Player" ) to X( "Player" )-1 (or +1 depending on which way the conveyer belt goes)

    If you don't have a floor detector, just replace it with player.

  3. #3
    No Products Registered

    Join Date
    Dec 2006
    Posts
    86
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Need help making a conveyor belt

    Thanks I got it working.

Similar Threads

  1. conveyor belt transporting in total frame - performance
    By StingRay in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 4th August 2013, 06:56 AM
  2. Difficulty in setting up Conveyor Belts
    By fawfulfan in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 28th July 2011, 10:23 PM
  3. Conveyor Belt
    By ToffeeandPebbles in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 10th August 2010, 04:00 PM
  4. Map Making Example
    By mdpane in forum File Archive
    Replies: 2
    Last Post: 18th May 2009, 07:22 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
  •