pxt-microbit Accessibility PR (#529)

* Accessibility changes
This commit is contained in:
Sam El-Husseini
2017-09-07 13:42:08 -07:00
committed by GitHub
parent 3f87576a50
commit e3975e65e5
357 changed files with 1641 additions and 3540 deletions

View File

@ -8,11 +8,11 @@ let item = game.createSprite(0, 2);
item.ifOnEdgeBounce();
```
### Parameters
## Parameters
* a **sprite** that might be on the edge of the LED screen.
### Example
## Example
This program makes a sprite on the right edge of the screen with a
direction of 90 degrees, and bounces it so it has a direction of -90
@ -27,7 +27,7 @@ input.onButtonPressed(Button.B, () => {
});
```
### See also
## See also
[create sprite](/reference/game/create-sprite),
[is touching](/reference/game/is-touching),