An open API service indexing awesome lists of open source software.

https://github.com/phptuts/pentool


https://github.com/phptuts/pentool

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

## Scatch Pentool

1. Drag a when a pen green flag clicked block.

![step1](images/step1.png)

2. Connect the set pen color block to the when green flag clicked block.

![step2](images/step2.png)

3. Drag a forever block and connect it to the bottom block.

![step3](images/step3.png)

4. Drag an if block and put it inside the forever block.

![step4](images/step4.png)

5. Go to the sensing menu and drag a when key pressed block and insert that into
the if block.

![step5](images/step5.png)

6. Go to the pen menu and drag a pen down block and put it inside the if block.

![step6](images/step6.png)

7. Drag a goto block and put it inside the if block.

![step7](images/step7.png)

8. Go to the motion menu and drag an mousex and mousey blocks and put them into
the goto block.

![step8](images/step8.png)

9. Repeat this except this time use the pen down when you are pressing the d
key.

![step8](images/step9.png)