SoraMame.Block icon indicating copy to clipboard operation
SoraMame.Block copied to clipboard

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

Open infantilo opened this issue 8 years ago • 1 comments

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!!!

infantilo avatar Feb 22 '17 13:02 infantilo

Please refer to issue of mameblock. https://github.com/ycatch/mameblock.js/issues/2

ycatch avatar Feb 23 '17 11:02 ycatch