Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
summer_2019:getting_started [2019/07/31 22:22] wellerd |
summer_2019:getting_started [2020/02/12 04:33] (current) tallpaul |
||
---|---|---|---|
Line 14: | Line 14: | ||
* You are now in your programs menu. Here, your programs will be organized by folders (tabs). Each time you begin a new computational problem, you should make a new folder. To do this, select "Add Folder," and make sure you select "Public." When you make a program in Glowscript, it is stored in **the users account you wrote the program in**. In order for your group mates to be able to access the program later, you need to make the folder public. | * You are now in your programs menu. Here, your programs will be organized by folders (tabs). Each time you begin a new computational problem, you should make a new folder. To do this, select "Add Folder," and make sure you select "Public." When you make a program in Glowscript, it is stored in **the users account you wrote the program in**. In order for your group mates to be able to access the program later, you need to make the folder public. | ||
- | * Then, select "Create New Program." You should be taken to a new screen where you will actually write the code. **Important:** at the top of the program, it will have the following line, "GlowScript 2.8 VPython." DO NOT DELETE THIS LINE. This is what imports the necessary functionality into the programming environment. If you delete this line, your code will not work. | + | * Then, select "Create New Program." You should be taken to a new screen where you will actually write the code. **Important:** at the top of the program, it will have the following line, "GlowScript 2.9 VPython." DO NOT DELETE THIS LINE. This is what imports the necessary functionality into the programming environment. If you delete this line, your code will not work. |
* To make sure you are set to go, type the following code into a Glowscript code and run the program. | * To make sure you are set to go, type the following code into a Glowscript code and run the program. |