Searchfield

Hi (again)!

I have a game with a lot of text and wonder if its possible to create like a Searchfield?
I have a text actor with example the word: soccer
Can I create a searchfield and search for soccer? :)

Best regards Martin

Comments

  • gamesfuagamesfua Member Posts: 723
    A search field for gamesalad creator or a search field for text within the game itself? If its in the game itself you may be able to do it, or cheat it, using tables. Unfortunately im no expert in tables, but it may get you looking in the right direction. Good luck!
  • RThurmanRThurman Member, Sous Chef, PRO Posts: 2,881
    You can search a text attribute to see if it 'contains' a character (or string of characters). Example:

    Rule: When (all)
    --Attribute:[self.searchfield] (contains) ["myString"]
    ----Change Attribute: [self.searchfield] To: ["myNewString"]
Sign In or Register to comment.