User Tag List

Results 1 to 5 of 5

Thread: How do you make a running game?

  1. #1
    No Products Registered

    Join Date
    Oct 2010
    Posts
    11
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How do you make a running game?

    How do we make the player not stop running at all? For example, your player keeps running to the right of the screen. Also how can we make him slide, jump, and make him automatically climb down a ladder at the end of the level WHILE he is still running?

  2. #2
    No Products Registered

    Join Date
    Jul 2010
    Posts
    90
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How do you make a running game?

    well its pretty easy i can give u an example of you want.. how much experencie do you have? and i assume you mean like a scroller?

  3. #3
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export Module
    Konidias's Avatar
    Join Date
    Aug 2009
    Posts
    1,546
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Re: How do you make a running game?

    As simple as:

    + Always
    - Set position x to x position+10

    Of course, to make the object stop moving right, you'd just have a flag or something like

    + If "alwaysrun = 1"
    - Set position x to x position+10

    Then you can temporarily turn off the running while climbing a ladder by setting the alwaysrun flag to 0.

  4. #4
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: How do you make a running game?

    I have an example that you can adapt to your needs:
    http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=199083
    Working as fast as I can on Fusion 3

  5. #5
    Clicker

    Fusion 2.5 DeveloperFusion 2.5 DeveloperFusion 2.5+ DLCiOS Export ModuleSWF Export Module
    xhedgehogx's Avatar
    Join Date
    Nov 2007
    Location
    NY, USA
    Posts
    743
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How do you make a running game?

    You can do what I did in my SkyAngel game http://www.mochigames.com/game/skyangel/

    Basically it is one 640x480 window, with a regular PMO movement. There are a few objects under the right pane that create the platforms and other objects. I have the background loop movement and the sprite always 'running right' to create the illusion of always moving.

Similar Threads

  1. Game not running in background
    By colej_uk in forum Android Export Module Version 2.0
    Replies: 2
    Last Post: 2nd April 2012, 12:17 PM
  2. Comment faire un running game ?
    By Kenoobby in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 15th October 2011, 05:08 AM
  3. Keep game running no matter what
    By Konidias in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 5th January 2011, 06:18 PM
  4. Running a game on the internet
    By Mantoid in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 5th June 2007, 07:17 PM
  5. Running game from dvd and hdd
    By gabrielknight in forum Install Creator and Patch Maker
    Replies: 1
    Last Post: 5th March 2007, 12:15 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
  •