Hi, please can someone help me with these questions?
1 - I'm not sure the issue of "wait".
I have a capx in which "every 1 second" increase the frame of a sprite animation and increase the value of an instance variable named "var" in a unit.
The problem is that the frame is increased more rapidly than the variable.
The variable increases every second, this guess is correct.
But the frame animation increases much faster, I do not understand why.
I have read tutorials and manual but do not quite understand, please, could someone explain to me why every second frame increases faster than the variable "var" ?.
You can check the value of the variable "var" if running in debug mode
dl.dropboxusercontent.com/u/60803633/wait.capx
You need to add h t t p s: // a link.
-------------------------------------------------- -------------
2 - The other issue is about "restart layout".
When I use "restart layout", all belonging to sprites die layout and then automatically re-create?