From Game Editor
In Game Editor a lot of variables are used by the actors. Some of the variables are used by each actor. That are global variables.
Variables in Game-Editor
| Variable | read only | global |
|---|---|---|
| x | no | no |
| y | no | no |
| xprevious | yes | no |
| yprevious | yes | no |
| xscreen | no | no |
| yscreen | no | no |
| xvelocity | no | no |
| yvelocity | no | no |
| angle | no | no |
| directional_velocity | no | no |
| r | no | no |
| g | no | no |
| b | no | no |
| transp | no | no |
| animpos | no | no |
| animindex | yes | no |
| nframes | yes | no |
| width | yes | no |
| height | yes | no |
| textNumber | no | no |
| text | no | no |
| name | yes | no |
| clonename | yes | no |
| cloneindex | yes | no |
| frame | yes | yes |
| musicvol | no | yes |
| real_fps | yes | yes |
| xmouse | yes | yes |
| ymouse | yes | yes |

![[]](http://game-editor.com/wiki/skins/blender/open.png)