User Tag List

Results 1 to 4 of 4

Thread: Multiple Clicks

  1. #1
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Feb 2016
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Multiple Clicks

    Hey, I am very new to MMF (and game making in general). I am working through the examples and checking out the tutorials, but I have one quick question. How would I go about setting up a system in which the player needs to click on multiple objects before an action takes place. For instance: I am trying to make a small cyberpunk game in which the player is hacking into an NPC neural implant. To do so they need to click on one of a variety of hacking tools and then click on, lets say, a firewall. Think of a HUD set up that looks something like a veen diagram. When both are objects are clicked, then the player scores and the firewall art changes, and etc. I am having trouble figureing out how to make an action need two or three sequential clicks. Any help would be great. Thanks.

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    marius's Avatar
    Join Date
    Dec 2015
    Location
    Oslo, Norway
    Posts
    51
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are you familiar to "Alterable Values" yet? One way to do this is to make an object to keep track of your values. For instance, use Alterable Value A as Selected Tool. When you click on a tool, you change this value to a number that represents the tool you have selected, and then when you click on a firewall, do a check towards this value to find out which tool is currently in use, and do an action accordingly.

  3. #3
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export Module

    Join Date
    Jul 2010
    Posts
    90
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here I just made a quick example.

    First you need a value to use as a "checknig" service. So we can use this value to see what buttons was pressed. If they have to be pushed in a specific sequence, you can do it like this:

    We will use a global value for this demonstration. click your applicaion icon in the frame editor to the left, here you can set properties and global values, you have to press "new" to get some values to use.
    We will only need 1 for this example.

    If you look at the picture i have renamed the global value to remember what i use it for.

    Now you need the buttons to click. so I made 3 active objects named a, b and c.

    The goal here is to make "b" green, then you have entered the correct sequence.

    In the example file I have provided you will see inside the event editor, that I use the value to make sure what buttons were alredy pressed. In the start none will be, and the global value "code" will be 0. But if I press "a" then the value will be 1. And I need the value to be 1 to be able to make "b" green.

    And ofcourse. If you press "c" the global value "code" will be set to 0. so you have to start over.

    Alt values (stored inside active objects) and global values are very powerfull. It's one of the first things you should learn I think=)
    Images attachées Images attachées
    Attached files Attached files

  4. #4
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Feb 2016
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks. I appreciate the info. I'll dig into after work.

Similar Threads

  1. Right clicks with tablet pen registering as left clicks
    By FoursideVII in forum Fusion 2.5
    Replies: 3
    Last Post: 30th October 2016, 12:23 PM
  2. Window Top Most with Clicks Under App?
    By geothefaust in forum Fusion 2.5
    Replies: 15
    Last Post: 28th October 2014, 08:06 PM
  3. Please help! Clicks and Pops
    By Maverick in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 11th April 2007, 11:48 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
  •