Another new Game topic and more fixes

This commit is contained in:
Ron Hale-Evans
2016-07-15 11:54:22 -07:00
parent 8ef94d2854
commit 1aa08f63fe
3 changed files with 40 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Get Sprite Property
Find something out about a sprite.
Find something out about a [sprite](/reference/game/create-sprite).
```sig
let item: game.LedSprite = null;
@ -23,7 +23,7 @@ The [number](/reference/types/number) you asked for.
### Example
This program creates a sprite and shows the number of its brightness on the screen.
This program makes a sprite and shows the number of its brightness on the screen.
```blocks
let ball = game.createSprite(0, 2);