_A good exaple of story telling sketches are from ...Florencia Moyano https://class.textile-academy.org/2022/florencia-moyano/finalproject/prefinal03/_
see her storytelling script in a google slides presentation below.
<ahref="https://www.canva.com/design/DAGACgC5aQU/SbhRyjoMtNVPil7jHNAenA/view?utm_content=DAGACgC5aQU&utm_campaign=designshare&utm_medium=embeds&utm_source=link"target="_blank"rel="noopener">NOTHING IS STATIC: PROCESS + INSPIRATION</a> by Mina Mayo Smith
## **fabrication files**
??? tip "footnote fabrication files"
## **Story telling script**
_Fabrication files_ are a necessary element for evaluation. You can add the _fabrication files_ at the bottom of the page and simply link them as a footnote. This was your work stays organised and files will be all together at the bottom of the page. Footnotes are created using [ ^ 1 ] (without spaces, and referenced as you see at the last chapter of this page) You can reference the fabrication files to multiple places on your page as you see for footnote nr. 2 also present in the Gallery.
See Fabrication Files (below).
## **Code Example**
**??????** my code?
```
// the setup function runs once when you press reset or power the board
void setup() {
// initialize digital pin LED_BUILTIN as an output.
pinMode(LED_BUILTIN, OUTPUT);
}
// the loop function runs over and over again forever
void loop() {
digitalWrite(LED_BUILTIN, HIGH); // turn the LED on (HIGH is the voltage level)
delay(1000); // wait for a second
digitalWrite(LED_BUILTIN, LOW); // turn the LED off by making the voltage LOW
delay(1000); // wait for a second
}
```
**??????**
---
---
## _Fabrication files_
[^1]:File: 3d modelling of mannequin
[^2]:File: Laser cut sheets
[^3]:File: additional models
[Script for Performance Video](<../images/FINAL PROJ/Script_video_1.pdf>)