User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 13 of 13

Thread: MMF2 Qualifer Guide?

  1. #11
    Clicker Fusion 2.5 DeveloperFusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleXNA Export Module
    DistantJ's Avatar
    Join Date
    Jan 2008
    Location
    Gloucester, UK
    Posts
    2,144
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    MMF2 Qualifer Guide?

    I've been into Object-Oriented Programming lately as well so the behaviours method just makes more sense to me than scripting the whole thing in the frame anyways. :-)

    Of course, a one-frame game/app can be done quicker with the old style, but behaviours also have the advantage of simple copy/pasting, importing and dragging between different projects, which is always nice.

  2. #12
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Tuna's Avatar
    Join Date
    Feb 2008
    Location
    Central Texas
    Posts
    1,853
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    on the subject of Qualifiers... I've got a bit of an issue.

    forgive the Pseudo code While/Wend to follow:

    WHILE Group.Good is overlapping Group.Friend and Alterable Value A("Group.Good") = 0
    Set Alterable Value A("Group.Good") = Alterable Value A("Group.Friend)
    WEND

    I can't get this to work and it's driving me nuts. I'm sure there's an easier way but i can't seem to find a way to pull it off.

    The point is, when a Tile (friend) is dropped on another active (good) I need to pass the value of the Friend to the Good.

    I have to use qualifiers because there are 81 GOOD and 81 Friends so the combinations are horrific without qualifiers.

  3. #13
    Clickteam Clickteam
    Danny's Avatar
    Join Date
    Aug 2007
    Location
    United Kingdom
    Posts
    3,016
    Mentioned
    21 Post(s)
    Tagged
    2 Thread(s)
    Yes this can raise slight issues. The best way here is to loop through all the objects on this condition with a unique ID. If you're using Fusion 2.5, you can use the built-in ForEach Loops, highly optimised and fast!

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. XNA Getting Started Guide
    By JessBowers in forum XNA Export Module Version 2.0
    Replies: 4
    Last Post: 6th December 2012, 07:24 PM
  2. Qualifer won't show on editor
    By EdibleWare in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 18th October 2011, 01:28 PM
  3. Best Guide
    By JollyPanda in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 14th August 2010, 09:13 PM
  4. Multiple Distances + Enemy Qualifer
    By Cossin in forum Multimedia Fusion 2 - Technical Support
    Replies: 12
    Last Post: 22nd February 2009, 06:45 AM
  5. In depth MMF2 Beginners Guide
    By Vegetto in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 21st May 2007, 12:51 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •