integrate more videos
parent
8e03ae07dd
commit
3c8c5a7af3
1 changed files with 21 additions and 10 deletions
31
Projects.md
31
Projects.md
|
@ -8,31 +8,42 @@ You can save and load your project. This way you can backup your work, or move b
|
||||||
|
|
||||||
## Save your project
|
## Save your project
|
||||||
|
|
||||||
|
Sometimes we make such great work, that we want to keep it.
|
||||||
|
|
||||||
* Click on "Save Project"
|
* Click on "Save Project"
|
||||||
* Your Projectfile is prepared
|
* Your Projectfile is prepared
|
||||||
* Your Projectfile is downloaded
|
* Your Projectfile is downloaded
|
||||||
|
|
||||||
<video src="https://git.pointer.click/pointerstudio/variablelab_doc/wiki/raw/media/instructions/save/1-save-project.mp4" controls autoplay></video>
|
<video src="../wiki/raw/media/instructions/save/1-save-project.mp4" height="360" controls autoplay ></video>
|
||||||
<video src="/wiki/raw/media/instructions/save/1-save-project.mp4" controls autoplay ></video>
|
*screenrecording how to save a project*
|
||||||
<video src="../raw/media/instructions/save/1-save-project.mp4" controls autoplay ></video>
|
|
||||||
<video src="..//wiki/raw/media/instructions/save/1-save-project.mp4" controls autoplay ></video>
|
|
||||||
```
|
|
||||||
<video src="https://git.pointer.click/pointerstudio/variablelab_doc/wiki/raw/media/instructions/save/1-save-project.mp4" controls autoplay ></video>
|
|
||||||
<video src="/wiki/raw/media/instructions/save/1-save-project.mp4" controls autoplay ></video>
|
|
||||||
<video src="../raw/media/instructions/save/1-save-project.mp4" controls autoplay ></video>
|
|
||||||
<video src="..//wiki/raw/media/instructions/save/1-save-project.mp4" controls autoplay ></video>
|
|
||||||
```
|
|
||||||
|
|
||||||
Tip: If you want to make sure it works, open an incognito tab and load the zipfile. Everything should be there. Why an incognito tab? Should anything go wrong, you are not in danger of losing your progress.
|
Tip: If you want to make sure it works, open an incognito tab and load the zipfile. Everything should be there. Why an incognito tab? Should anything go wrong, you are not in danger of losing your progress.
|
||||||
|
|
||||||
|
## Start a new project
|
||||||
|
|
||||||
|
Sometimes it's time for a new beginning.
|
||||||
|
|
||||||
|
* Click on "Start New Project"
|
||||||
|
* The current project is being cleared
|
||||||
|
* A new, blank project is being prepared
|
||||||
|
* The page reloads to the new project
|
||||||
|
|
||||||
|
<video src="../wiki/raw/media/instructions/save/2-start-new-project.mp4" height="360" controls autoplay ></video>
|
||||||
|
*screenrecording how to save a project*
|
||||||
|
|
||||||
## Load your project
|
## Load your project
|
||||||
|
|
||||||
|
Sometimes we want to revisit the past.
|
||||||
|
|
||||||
* Click on "Load Project"
|
* Click on "Load Project"
|
||||||
* A File Dialogue opens
|
* A File Dialogue opens
|
||||||
* You select the projectfile
|
* You select the projectfile
|
||||||
* The projectfile will be read and saved
|
* The projectfile will be read and saved
|
||||||
* The page reloads to your project
|
* The page reloads to your project
|
||||||
|
|
||||||
|
<video src="../wiki/raw/media/instructions/save/3-open-saved-project.mp4" height="360" controls autoplay ></video>
|
||||||
|
*screenrecording how to save a project*
|
||||||
|
|
||||||
## The Projectfile
|
## The Projectfile
|
||||||
|
|
||||||
Actually, you do not need to know what is in the project file. However, it is always interesting to see how stuff is built.
|
Actually, you do not need to know what is in the project file. However, it is always interesting to see how stuff is built.
|
||||||
|
|
Loading…
Reference in a new issue