Example projects are a great resource if you are just getting started with VEXcode VR. They allow you to observe how different Python commands in VEXcode VR are used.
Using Python Example Projects
To open an Example Project, select the File menu.
Choose ‘New Text Project’
Choose ‘Open Examples.’
Icons for many different Example Projects will be shown. Each icon represents a different project and is colored according to the command categories.
The Filter bar can be used to quickly find a specific type of example.
To open any example, select one from the menu.
Python commands for the example project will populate in the Workspace. These commands and their parameters can be changed or removed. Additional Python commands can be added to modify the example project.
Starting an Example Project in the Playground
Select the Playground icon in the Toolbar to launch the Playground.
Select ‘Start’ in the Toolbar.
Note: selecting ‘Start’ from the Toolbar will launch the Playground if it is not already opened.
Or, select the ‘Start’ icon on the Playground window.
Be sure to Save to your device if you want to Reload the project.
Descriptions in Python Example Projects
In each Python Example Project, the description provides a short summary for what the project does.