Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nested code block (logical AND or OR) in IF block? #1

Open
infantilo opened this issue Feb 22, 2017 · 1 comment
Open

nested code block (logical AND or OR) in IF block? #1

infantilo opened this issue Feb 22, 2017 · 1 comment

Comments

@infantilo
Copy link

infantilo commented Feb 22, 2017

Hi,
ist there any wayto get nested logical blocks (such as an AND or OR) within the if block, as it is possible in scratch?
sorry for my bad english...here's what i mean:
a block:

<li class="basic-block">
  <div class="block-body">
    <span class="exp-body item1">A</span> OR <span class="exp-body item2">B</span>
  </div>
  <div class="code-body">
    <span class="exp-body item1">A</span> OR <span class="exp-body item2">B</span>
  </div>
</li>

and i would like to be able to drag this logic block into the IF block's condition.
if A or B {}

many thanks for any reply and help!!!

@ycatch
Copy link
Owner

ycatch commented Feb 23, 2017

Please refer to issue of mameblock.
ycatch/mameblock.js#2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants