Difference between revisions of "Exercise - Building a Complex Component"

From Flowcode Help
Jump to navigationJump to search
Line 41: Line 41:
  
 
* Change its 'color' property to mid-grey (e.g. 0x5A5A5A).
 
* Change its 'color' property to mid-grey (e.g. 0x5A5A5A).
 +
 +
* Drag across all three shapes and group them by clicking on the 'Group' icon.
 
: The System Panel looks like:
 
: The System Panel looks like:

Revision as of 15:40, 24 May 2013

  • Open a new Flowcode flowchart.
Gen exerciseBuildComplexComp complex1.png
  • Open the 'Outputs' toolbox, where you stored the exported 'newLED' component.
  • Locate the 'newLED' component, and use the down-arrow next to it to add it to the System Panel.


  • Click on the LED to select it. Change the 'color' property to orange (e.g. 0x0080FF).
  • Using the Panel Properties, with the LED still selected, set its 'Position' to X=0, Y=0, Z=10, and its 'Scale' to 'Wi...'=1, 'He...'=1, 'De...'=0.25.
The component should resemble the picture opposite, (depending on the 'camera' zoom.)
Gen exerciseBuildComplexComp complex2 01.png




  • Click on the head of the vertical arrow, (green), to rotate the camera to give an 'edge-on' view.
  • The LED should still be selected. If not, click on it. Right-click and select the 'Copy' option. Then right-click and select the 'Paste' option.
A second identical LED appears.
  • Set its 'Position' co-ordinates to X=0, Y=0, Z=-10. The System panel should now resemble the one shown opposite:
Gen exerciseBuildComplexComp complex3 01.png




  • Drag and drop a cube onto the System Panel.
  • Select it, and set its 'Position' co-ordinates to X=0, Y=0, Z=0, and 'Scale' to 'Wi...'=32, 'He...'=12, 'De...'=32.
  • Change its 'color' property to mid-grey (e.g. 0x5A5A5A).
  • Drag across all three shapes and group them by clicking on the 'Group' icon.
The System Panel looks like: