User Tag List

Results 1 to 2 of 2

Thread: Internal flags questions

  1. #1
    Clicker

    Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)
    ASD's Avatar
    Join Date
    Feb 2007
    Location
    Japan
    Posts
    1,846
    Mentioned
    11 Post(s)
    Tagged
    1 Thread(s)

    Internal flags questions

    Hi, I have two questions about internal flag function.

    -How should I do to turn on/off all flags except a specific number?

    -Can two or more flags be turned on/off at a time?

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    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)
    Popcorn's Avatar
    Join Date
    Jun 2006
    Location
    Norway, Bergen
    Posts
    2,366
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)

    Re: Internal flags questions

    1:
    You will have to turn on / off all the flags, and then turn on / off the flag that should not be turned on / off, an extra time.
    Example that will keep a random flag on, while the others are turned off:

    * User click on Object1:
    - Object1: Set Flag 0 Off
    - Object1: Set Flag 1 Off
    - Object1: Set Flag 2 Off
    - Object1: Set Flag 3 Off
    - Object1: Set Flag (Random(4)) Off


    2:
    Yes, simply have two actions in the event.
    * User click on Object1:
    - Object1: Set Flag 0 On
    - Object1: Set Flag 1 On

Similar Threads

  1. Problems using Internal Flags
    By Warmachine in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 10th July 2010, 05:55 PM
  2. Internal Flags question
    By Warmachine in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 26th January 2010, 11:39 PM
  3. Internal Flags
    By weka in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 26th April 2009, 10:07 AM
  4. Flags and Global Value questions
    By Rabagast in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 22nd April 2008, 03:16 PM
  5. Using flags for my UI
    By mobichan in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 13th April 2008, 09:55 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
  •