I resolved my problem!
In fast loops, I was using an Alterable Value called "Index" + LoopIndex (and I wonder why I did this) which provocated a bug on the Android App.
My solution: I only...
Type: Posts; User: StanXful; Keyword(s):
I resolved my problem!
In fast loops, I was using an Alterable Value called "Index" + LoopIndex (and I wonder why I did this) which provocated a bug on the Android App.
My solution: I only...
Here is the mfa : 13508
Index is an alterable value, I use it instead of "loop_index".
Index = 0, it executes event n°416 (previous image)
Index = 1 or 2, its executes event n° 417.
When Index...
Hi everyone,
I found a bug on my android application concerning fast loops.
I use 20 (approximately) fast loops to create active objects in several configurations like this: 13495
On Windows...