unlock levels with tables??
Hi,
I'm going to create a game with 50 level or plus. I'm looking for a system to unlock the next levels when the player play the level before! I tried to create a new table and create a "unlock levels" and set it with a boolean attribute.
now in the button for the level I set:
"when touch is pressed" AND "table1." (here i can't choose the row and the column)!
and here is the problem! how can I set the row and the column to check if the attribute is true or false??
thanks
I'm going to create a game with 50 level or plus. I'm looking for a system to unlock the next levels when the player play the level before! I tried to create a new table and create a "unlock levels" and set it with a boolean attribute.
now in the button for the level I set:
"when touch is pressed" AND "table1." (here i can't choose the row and the column)!
and here is the problem! how can I set the row and the column to check if the attribute is true or false??
thanks
Best Answer
-
tenrdrmer Posts: 9,934
tables are not writeable at this point in time so they will not work for what you want to do.
Answers
thanks