When Pushed

From StarLogo Nova Wiki
Revision as of 17:47, 10 August 2022 by Admin (talk | contribs) (Created page with "<section begin="image"/>alt=The when pushed block|thumb<section end="image"/> <section begin="name" />{{Block|when [▼] pushed}}<section end="name" /> is a code block from the Interface drawer. ==Usage== {{Block|when [▼] pushed}} begins a single execution of a stack of code (from top to bottom) when the pushed button widget is pushed. Widgets can be created using the Edit Widgets feature. ===Syntax=== <code>when [Dropdo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The when pushed block

when [▼] pushed is a code block from the Interface drawer.

Usage

when [▼] pushed begins a single execution of a stack of code (from top to bottom) when the pushed button widget is pushed. Widgets can be created using the Edit Widgets feature.

Syntax

when [Dropdown: Type of Widget] pushed

Nuances

Related Blocks