When Pushed/en: Difference between revisions

From StarLogo Nova Wiki
(Updating to match new version of source page)
(No difference)

Revision as of 14:04, 29 June 2023

Other languages:
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