User Tag List

Results 1 to 8 of 8

Thread: Pick player

  1. #1


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

    Pick player

    On my 2 player platforming game I want to be able to choose player at the start where player 1 uses WASD to choose and 2 uses the arrows. How can I do so this affects the game and also how can I go through the "players".
    And I got a one and two players option at start, how can I do this without creating massive amounts of frames?

  2. #2
    Clicker Multimedia Fusion 2
    Greg's Avatar
    Join Date
    Dec 2006
    Location
    Poland
    Posts
    315
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Pick player

    I would use some Global Value to indicate the amount of players. You can put all events related to the 2nd player in a separete group and at start of frame you just check the Global Value.
    Code:
    -Global Value A = 1      - Deactivate group "2nd player"
    -Global Value A = 2      - Activate group "2nd player"
    You could set the group deactivated on default and then you would just need the second event to activate it.

  3. #3


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

    Re: Pick player

    How do I do group or something?

  4. #4
    Clicker Multimedia Fusion 2
    Greg's Avatar
    Join Date
    Dec 2006
    Location
    Poland
    Posts
    315
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Pick player

    Just select Insert > Group of events from the Menu bar

  5. #5
    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: Pick player

    Or if you want to choose where you insert it:
    Working as fast as I can on Fusion 3

  6. #6


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

    Re: Pick player

    Can't find it in the menu or the event editor :S

  7. #7
    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: Pick player

    You have to right click on the number next to the event.
    Working as fast as I can on Fusion 3

  8. #8


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

    Re: Pick player

    Thanks

Similar Threads

  1. Any way to let one player send a text file to another player?
    By BrashMonkey in forum iOS Export Module Version 2.0
    Replies: 2
    Last Post: 23rd January 2013, 06:56 PM
  2. pick up item
    By gamebuilder in forum The Games Factory 2 - Technical Support
    Replies: 2
    Last Post: 18th June 2012, 11:31 PM
  3. how to make player pick up gun?
    By doggsox23 in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 28th July 2008, 12:36 PM
  4. Pick up and throw?
    By Zambaku in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 5th June 2008, 05:00 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
  •