Create password puzzle and transfer the password to an actor.

  • make a widget with a button, an Instance Editable integer and Event Dispatcher
  • place buttons in another widget’s (keypad) grid, assign them desired int values
  • bind dispatchers, append digits as string or array of ints, check against correct password
  • if correct, dispatch a call to the actor that owns the widget component
1 Like