Forum Discussion
JohnBoisvert-18
3 months agoCommunity Member
Block Clicks After 2 Selections
I have a match game of Customer Streaming Preferences. Where the player has to match the "Preference" to its "Definition". The rule is you click on 2 tiles (that's two clicks) to reveal what is behin...
- 3 months ago
Have a look at the attached and see if that helps you along. I created the variables and object I mentioned (all ending in "_MH") and the required triggers.
MichaelHinze
3 months agoCommunity Member
Without seeing the .story file, here is one possible option:
1. Use a True/False variable that is toggled when a tile is clicked.
2. When this variable's value changes, add +1 to a numeric variable for each tile that is in Selected (or Visited) state.
3. If this variable=2 then change the state of a transparent object from Hidden to Normal. This object covers all tiles
4. When the 3sec timer expires, reset the numeric variable and set the state of the "cover" object back to Hidden.
Hope that makes sense.
Related Content
- 3 months ago
- 2 months ago
- 8 months ago