removing references to older gesture events

This commit is contained in:
Peli de Halleux
2016-10-25 09:46:20 -07:00
parent 6b9b636ae6
commit c3865afe8c
4 changed files with 1 additions and 14 deletions

View File

@ -43,9 +43,6 @@ Learn how to create a guessing game with **global variables** `var str: "this is
* **show string** : [read more...](/reference/basic/show-string)
* **local variables** : [read more...](/reference/variables/var)
* **assignment operator** : [read more...](/reference/variables/assign)
* **on logo up** [read more...](/functions/on-logo-up)
* **on screen down** [read more...](/functions/on-screen-down)
* **on screen up** [read more...](/functions/on-screen-up)
* **math random** : [read more...](/js/math)
## Resources