User Tag List

Results 1 to 2 of 2

Thread: Flags?

  1. #1
    No Products Registered

    Join Date
    May 2008
    Location
    U.S.A.
    Posts
    138
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Flags?

    I don't get the flags at all. This is probably in the wrong forum but does anyone have any tutorial or something that explains flags?

  2. #2
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Flags?

    Yeah, ask in "MMF2->Technical Support"
    flags are VERY useful. If you ever programmed any language: they're like bools. They can be either true (on) of false (off).
    They're useful to check some states. For example:

    upon pressing "Space bar":
    - toggle flag 0
    flag 0 is on:
    - add 1 to alterable value a

    the toggle command switches a flag: when it was off, it's changed to on and vice versa.

    What this would do:
    You press space. Now alterable value a increases the whole time. You press space again. It stops increasing. Now you press it again, and it increases again, and so on..

    Anyway, check MMF2's manual. I'm sure there's a topic about flags

Similar Threads

  1. Named flags
    By Fimbul in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 15th May 2009, 09:38 PM
  2. Flags
    By Angelfox in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 18th January 2009, 04:48 PM
  3. Help with flags
    By Dynamite in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 19th June 2008, 11:03 AM
  4. Using flags for my UI
    By mobichan in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 13th April 2008, 09:55 PM
  5. Flags
    By konjak in forum Multimedia Fusion 2 - Technical Support
    Replies: 55
    Last Post: 2nd July 2006, 02:53 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
  •