User Tag List

Results 1 to 4 of 4

Thread: Edit box = certain phrase

  1. #1
    No Products Registered

    Join Date
    Mar 2009
    Posts
    31
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Edit box = certain phrase

    How can i make it so that if the edit box has a certain word, and a button is pressed, it does an action?

    (i know how to insert the button press part, i just need to know what to click to compare the edit box to the word i want)

  2. #2
    Clicker Fusion 2.5

    Join Date
    Oct 2007
    Posts
    57
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Edit box = certain phrase

    It's kind of a weird circular way of doing it, but it works:

    -Create a string object offscreen or use an existing object's alterable string

    -Always --> Set alterable string to Text("EditBox")

    -Compare two general values:
    Alterable String = "Hello World"
    and
    if player presses button --------> Do Whatever

  3. #3
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    Stephen's Avatar
    Join Date
    Aug 2008
    Location
    Montana
    Posts
    4,515
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Edit box = certain phrase

    -->Compare two general values:

    Editbox Text = "Whatever"
    Button Is Pressed --> Do Your Action

    Stephen1980
    _____________________________________________
    Nivram's Examples -Need extensions? Send me a PM.-


  4. #4
    No Products Registered

    Join Date
    Mar 2009
    Posts
    31
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Edit box = certain phrase

    Quote Originally Posted by Stephen1980
    -->Compare two general values:

    Editbox Text = "Whatever"
    Button Is Pressed --> Do Your Action

    Stephen1980
    Thank you, this is what i was looking for

Similar Threads

  1. Paper Face on iOS Gives New Meaning To The Phrase 'Picking Your Nose'
    By AyreGuitar in forum iOS Released Games & Apps
    Replies: 3
    Last Post: 3rd June 2013, 10:47 AM
  2. iOS Edit Box (and normal edit box) not showing up on Device
    By xhedgehogx in forum iOS Export Module Version 2.0
    Replies: 1
    Last Post: 23rd March 2012, 09:02 AM
  3. take one phrase in the "string"
    By daniele in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 9th September 2011, 05:33 PM
  4. Extracting a line from Rich Edit Object or Edit Ob
    By Tiles in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 8th March 2008, 05:16 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
  •