User Tag List

Results 1 to 2 of 2

Thread: Redirect depending on text

  1. #1
    No Products Registered

    Join Date
    Sep 2011
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Redirect depending on text

    Hello. I have MMF2 Developer and am trying to make Frame 1 switch to Frame 2 automatically when specific text is in the Rich Edit Object.

    For example, pretend I am currently on Frame 1 and the Rich Edit Object has the number 516 in it, the program would instantly recognize that and switch to it's programmed frame.

    How would I do this?

    If someone could guide me through it, or make the .mfa file, I wouldn't be able to thank you enough!

  2. #2
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)Firefly 3D Module (Steam)
    Phi's Avatar
    Join Date
    Jan 2010
    Location
    England
    Posts
    1,964
    Mentioned
    25 Post(s)
    Tagged
    0 Thread(s)

    Re: Redirect depending on text

    The first object (Special/General object) - looks like two screens - has a condition called "Compare two general values".
    Put the text you are looking for in the bottom box:
    "516"
    and in the top box:
    [color:#000099]GetText$( "Rich Edit Object", 0, GetNChars( "Rich Edit Object" ))[/color]
    That expression gives you the first byte, 0, to the number of characters, whatever that may be.
    In short, it gives you the full text that Rich Edit is displaying.

Similar Threads

  1. How to make jump sound longer or shorter depending on jump height?
    By Storsorgen in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 8th December 2013, 01:28 PM
  2. Performance difference depending on level design?
    By StingRay in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 25th July 2013, 04:30 PM
  3. Install Version Depending On Serial
    By Kracker in forum Install Creator and Patch Maker
    Replies: 0
    Last Post: 25th May 2013, 05:17 PM
  4. Showing an Image depending on a variable
    By hellii in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 26th December 2012, 09:36 PM
  5. Changing volume depending on distance to object?
    By Outcast in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 3rd February 2012, 01:04 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
  •