google/blockly-android

Not able to customize block with own condition

chetnayadavmindcrew opened this issue · 1 comments

Creating a controls_if block with my own condition without getting input from the user. What should I do?

I'm not clear what you're asking. Can you elaborate on what type of user input for your condition you are trying to avoid?

In general, the condition of a controls_if block is just another block with a "boolean" typed output. See our guide on defining blocks.