Owner: P5 Editor porting project
API: P5 (r2)
World type: No Mind
Variables have a global or function "scope". For example, * variables declared within either the setup() or draw() functions may be * only used in these functions. Global variables, variables declared outside * of setup() and draw(), may be used anywhere within the program. If a function * variable is declared with the same name as a global variable, the program * will use the function variable to make its calculations within the current * scope.
Type: Public. Plain JS.
View plain JS.
Get Embed code.
Get New window embed code.
Get Autorun embed code.
2 runs
Run | |
Edit | Must be logged in. |
Update image | Must be logged in. |
Clone | Must be logged in. |
New Mind | Only valid for Worlds that use Minds. |
Change World type | Must be owner. |
Change API | Must be owner. |
Delete | Must be owner. |