Min. Speed In Platformer Game

Discussion in 'How Can I...?' started by sharma.shivam, Dec 27, 2016.

Tags:
  1. sharma.shivam

    sharma.shivam Avid Boxer

    Joined:
    Oct 23, 2016
    Messages:
    180
    Likes Received:
    10
    hi,is it possible to add a minimum speed in a platformer game?
    for eg. the screen frame is moving even when the player doing nothing.
     
  2. jerry

    jerry Avid Boxer

    Joined:
    Sep 25, 2015
    Messages:
    421
    Likes Received:
    232
    If you don't have a "Forced Movement" component on your game screen then add one.
    1. From the Mind Map, select your game world.
    2. On the right options window, click "Add Component"
    3. Select "Forced Movement"
    4. Add a speed Min/Max and if you want it to increase speed over time, you can add the third number as well.

    Hope this helps.
     
    sharma.shivam likes this.
  3. sharma.shivam

    sharma.shivam Avid Boxer

    Joined:
    Oct 23, 2016
    Messages:
    180
    Likes Received:
    10
    hi @jerry,thank you for the reply,now i am able to add
    minimum speed to the game but now i am stuck with another problem.
    when i make my character jump (while its standing)
    instead of jumping vertically it jumps rightwards.
    any suggestion please?
     

Share This Page