# Help with this code

**URL:** https://forum.kirupa.com/t/help-with-this-code/193939
**Category:** flash
**Created:** [July 19, 2006, 1:39pm UTC](https://forum.kirupa.com/t/help-with-this-code/193939 "2006-07-19T13:39:53Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![romainechester](https://avatars.discourse-cdn.com/v4/letter/r/41988e/32.png) [@romainechester](https://forum.kirupa.com/u/romainechester)
#### Post date: [July 19, 2006, 1:39pm UTC](https://forum.kirupa.com/t/help-with-this-code/193939/1 "2006-07-19T13:39:53Z")

</div>

Hi! I came across this code in a tutorial from another site.

```auto

game = { tileW:30, tileH:30 };

```

What is that syntax called? Basing from its appearance, I think it’s some sort of class/object, maybe? If so… can anyone give me pointers on how to use them effectively? I’d like to use them as sort of a global variable but I can’t seem to use them right. Any pointers?
