How to show many rows from table?
Hi, Im making an search function in my app and when you type first letter, "a" for example then the app lists all the words starting on "a",
I put all the a words on the first row, so how do I make a display text function that shows all the a words in the first row(in this case all the a words up to row15, I am only able to show one word at a time for now.
I really appreciate for an answer.
this is how i have the code now
Rule, if game.text begins with a(where game text is the input from keyboard)
then
display text
tableCellValue(game.companiesTBL ,1,1)
so i want to show row 1 to 15 for example how do i do? (tableCellValue(game.table,row,col)?
I put all the a words on the first row, so how do I make a display text function that shows all the a words in the first row(in this case all the a words up to row15, I am only able to show one word at a time for now.
I really appreciate for an answer.
this is how i have the code now
Rule, if game.text begins with a(where game text is the input from keyboard)
then
display text
tableCellValue(game.companiesTBL ,1,1)
so i want to show row 1 to 15 for example how do i do? (tableCellValue(game.table,row,col)?
Comments
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Have you any easier way to do this?
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Thanks for the file I look at it and try to find the best for my app.
Cheers!
http://www.deepblueapps.com/collisions-with-tables-template/
Darren.