Hi Folks. I have build a very simple game structure, to test the level system of my next game project. And I'm struggeling at the first steps...
There are 3 Layouts:
- Layout 1 startmenu
- Layout 2 Level 1
- Layout 3 Level 2
Objects and Vars:
- only one variable "level"
- only one text object to show this variabe
- 3 Buttons to click through the layouts, just for testing the changing of the layouts
And it doesn't work... Error Code in the Browser: STATUS_ACCESS_VIOLATION
The project is so simple, and don't work... can anybody help me? What went wrong?
Here is the File: LINK