User Tag List

Results 1 to 4 of 4

Thread: How do I check/uncheck a Menu option?

  1. #1
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module

    Join Date
    Jul 2006
    Location
    USA
    Posts
    658
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How do I check/uncheck a Menu option?

    This is what I'm trying to do, but it's not working...

    Menu option "Feature" is selected
    + X(Negate) Menu option Chat is checked
    = Check menu option "Feature"

    this works by itself... but then I can't uncheck it. This is what I'm trying to do to uncheck it:


    Menu option "Feature" is selected
    + Menu option Chat is checked
    = Uncheck menu option "Feature"

    but it's not Checking the Option in the menu.

    thanks

    ---

    EDIT: Also, I've tried using "Only one action when event loops" on both events, still no dice. If I reverse the order of the events (putting the Uncheck line first, and then the Check line second) it allows me to check the box, but not to uncheck it.

  2. #2
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How do I check/uncheck a Menu option?

    "Menu option 'Feature' is selected" is triggered for all events on the list at once - so with the events above, it's checking it and immediately unchecking it.

    Add a new action to both of the events to set some sort of flag or indicator that the action has already been carried out, and check for this flag being off as an extra condition in each of the events. Also, set the flag off again at the end of the event list (or just after the pair of events here) with an "Always".

  3. #3
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module

    Join Date
    Jul 2006
    Location
    USA
    Posts
    658
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How do I check/uncheck a Menu option?

    Thanks, DavidN. I'll experiment with that!

  4. #4
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module

    Join Date
    Jul 2006
    Location
    USA
    Posts
    658
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How do I check/uncheck a Menu option?

    Yes! It works! Great way to think with the Always turn Flag off event right after the events... thanks, again!

Similar Threads

  1. Require GPU check/uncheck Beta 33
    By ineke in forum Android Export Module Version 2.0
    Replies: 3
    Last Post: 10th October 2012, 06:25 PM
  2. Application Menu-Check/uncheck
    By Sabata24 in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 18th February 2008, 03:21 PM
  3. Check and uncheck?
    By Aidan in forum The Games Factory 2 - Technical Support
    Replies: 3
    Last Post: 29th January 2008, 01:24 AM
  4. Rename a MENU option
    By Patrick in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 4th January 2008, 03:59 PM
  5. Check if menu is opened?
    By Looki in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 2nd March 2007, 12:43 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
  •