|
Explore TEAMS!
|
Explore /
The Procedure Buttons and What They Do![]() Here's a description of some of the (+more useful+) Procedure buttonsdiamond shape Select this to begin your procedure. When you drag the diamond out to the blocks field, a new block labeled "proc1" on the left hand side.("proc2", etc will appear with more procedures) call block The call block will have the same name on it as the procedure you create. Insert the call block into your program whenever you want to call the procedure.
![]()
Here is an example of a procedure in code, and the procedure in a program ![]() This short program calls a procedure named StopGo...
![]() When this procedure is called, each of the block of code will be executed in order, then the procedure will end and return the to program that called it. Here's what this procedure does...
|