User Tag List

Results 1 to 4 of 4

Thread: Hoping for help with a problem

  1. #1
    Clicker Fusion 2.5
    Fusion 2.5 (Steam)

    Join Date
    Jul 2017
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Hoping for help with a problem

    Hi all,
    Really hoping to get some help on doing something please.

    Here’s the scenario:
    1. There are lots of random names to choose from a box.
    2. The Player selects a random name from the box, and it is entered into the FIRST NAME SLOT on a board.
    3. When another name is chosen, it SLOTS into the NEXT NAME SLOT on the board.
    4. The process continues until you have say, 5 slots on the board filled with names.
    5. At any time, the Player can remove/delete a name from ANY slot.

    Let’s say SLOT 3 was selected and is now empty. (ie. Only SLOT 1,2,…4,5 has a name in it now.)

    Here’s the bit I am struggling with >

    6. When the Player next selects a name from the box…. the name SLOTS into the FIRST EMPTY SLOT (ie. SLOT 3)

    I am having trouble thinking of a way to keep track of the newly emptied slots, and then figuring out how the new selection from the box goes INTO that new EMPTY slot.
    Thanks in advance for your brain power.
    Rick

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)

    Join Date
    Sep 2017
    Location
    Milano, Italy
    Posts
    130
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    How are implemented the Slots where you put the names, are atives objects, a list or something else?

    Edit:
    My first idea is to use a string array to store the random selected names, so every time yuo pick one simply you do a loop on teh array from the start and use the first blank index.
    To visualize the names in order you can use five string and an Always Event to show for each string his proper corresponding names into the array.

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)

    Join Date
    Sep 2017
    Location
    Milano, Italy
    Posts
    130
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Here is a little example on how I would make the thing

    random_name_slot.mfa

  4. #4
    Clicker Fusion 2.5
    Fusion 2.5 (Steam)

    Join Date
    Jul 2017
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by 1Ombra1 View Post
    Here is a little example on how I would make the thing

    random_name_slot.mfa
    Wow! Mate, that is exactly what I was after!
    Thank you for taking the time and actually creating a working file for me.
    You are a champion.

Similar Threads

  1. Replies: 3
    Last Post: 12th May 2017, 05:00 PM
  2. Pulling Problem and Shooting Problem
    By Duggabboo in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 21st March 2010, 05:24 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
  •