Browse Source

fix typo, identify choice blocks as hexagons

Rectangles are subset of polygons. Identifying the choice blocks as polygons is unnecessarily confusing for the color blind. They are six-sided, and are therefore properly identified as hexagons.
master
Matt Boch 6 years ago committed by GitHub
parent
commit
4efee666a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      Docs/fungus_docs/blocks.md

8
Docs/fungus_docs/blocks.md

@ -89,7 +89,7 @@ To move / rearrange Blocks in the Flowchart window do the following:
%Fungus Flowcharts visually differentiate three differents kinds of Block behavior:
1. Event Block - blue rounded rectangle (Block execution triggered by an event)
2. Branching Block - orange polygon (passes control to 2 or more other Blocks, and not and Event Block)
2. Branching Block - orange hexagon (passes control to 2 or more other Blocks, and not an Event Block)
3. Standard Block - yellow rectangle (no event, passes control to 0 or 1 other blocks)
## 1: Event Block - blue rounded rectangle ##
@ -101,8 +101,8 @@ As we can see, the default Block created with every new Flowchart automatically
NOTE: A Block with an Execute On Event will always appear as an Event Block in the Flowchart, regardless of whether its Commands contain menus or calls to 2 or more Blocks). In other words, in terms of Flowchart appearance, display of an Event Block overrides display of a Branching Block.
## 2: Branching Block - orange polygon ##
If a Block is *not* an Event Block, and its Commands include Calls and/or Menu commands to execute Commands in 2 or more other Blocks, then in the Flowchart window this Block will be displayed as a Branching Block, visually appearing as an **orange polygon**.
## 2: Branching Block - orange hexagon ##
If a Block is *not* an Event Block, and its Commands include Calls and/or Menu commands to execute Commands in 2 or more other Blocks, then in the Flowchart window this Block will be displayed as a Branching Block, visually appearing as an **orange hexagon**.
![branching block]
@ -238,4 +238,4 @@ To change the Event defined for a Block, or to assign an event for a Block that
[wrong screen]: ./blocks/004_menu_maths/11_wrong.png "wrong screen"
[green arrow highlight]: ./blocks/003_highlight_green_arrow/5_arrow.png "green arrow highlight"
[event block]: ./blocks/001_3_block_types/1_event_block.png "event block"
[define event]: ./blocks/012_define_event/1_define_event.png "define event"
[define event]: ./blocks/012_define_event/1_define_event.png "define event"

Loading…
Cancel
Save