User Tag List

Results 1 to 5 of 5

Thread: player movement and block jumping animation

  1. #1
    No Products Registered

    Join Date
    Mar 2011
    Posts
    42
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    player movement and block jumping animation

    Does anyone know how to make the player continuously move left like in the impossible game ,and does anyone have the correct sprites or something for a good block jumping animation like the one in the impossible game.Im trying to make a type of platform game that involves a level that requires this.

  2. #2
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Location
    USA
    Posts
    2,982
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: player movement and block jumping animation

    You can use a custom platform movement, or the PMO, and just create an event to make it move left. Instead of using player input for the left direction, just use always or a value/flag to handle the left movement.

  3. #3
    No Products Registered

    Join Date
    Mar 2011
    Posts
    42
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: player movement and block jumping animation

    What is a pmo

  4. #4
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Re: player movement and block jumping animation

    Platform Movement Object.

    Marv
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

  5. #5
    No Products Registered

    Join Date
    Aug 2010
    Posts
    343
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: player movement and block jumping animation

    Or you can use manual settings.

    repeat on right arrow: position X = X("your sprite")+1
    ie. move the sprite one pixel (at your frame rate)

    If you are new to MMF it might be best to study the PMO example(s).

Similar Threads

  1. Block movement help(again)
    By Brosephus in forum The Games Factory 2 - Technical Support
    Replies: 1
    Last Post: 18th April 2013, 01:45 AM
  2. Block movement help
    By Brosephus in forum The Games Factory 2 - Technical Support
    Replies: 2
    Last Post: 12th April 2013, 01:35 PM
  3. Player character and block moving grid (example)
    By SpringUp in forum File Archive
    Replies: 0
    Last Post: 27th March 2012, 08:07 PM
  4. Jumping animation stopping after first frame
    By ac3raven in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 23rd August 2011, 03:56 AM
  5. Player movement - inbetween animation
    By ionside in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 21st September 2008, 08:50 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
  •