Hi, i have a problem with my game. I'll try to explain as my best, i'm french. <img src="smileys/smiley1.gif" border="0" align="middle" />
I have in my game a main layout "stage", where i include an event sheet "character". In this event sheet, i include an another one called "spells".
In the layout "stage" i have 4 layers : "couche 1", "couche 2", "couche 3" and "HUD". With this, i'll be able to manage Z order easier.
Now, in the event sheet "spells" :
I use functions to cast spells. I have for now 2 functions.
1�- The first one after some effects, put a variable to 1, and outside the function, when this variable is egal to 1, an object is created at layer "couche 2"
2�- The second one, create an other object in the function at layer "couche2".
The 1�- works, but the 2�- doesn't work. The debug says "layer "couche 2" doesn't exist".
What can I do to correct this please ? Tell me if you want more details.
Thanks a lot !