Stage::wait()
Stop the execution of the whole applications for the given milliseconds.
Examples
Syntax
Java
.wait(millis)
Scratch
wait (millis) seconds
Parameters
| Name | Data Type | Description |
|---|---|---|
| millis | int | Milliseconds |
Return
void
Stop the execution of the whole applications for the given milliseconds.
.wait(millis)
wait (millis) seconds
| Name | Data Type | Description |
|---|---|---|
| millis | int | Milliseconds |
void