There are some problems in IID of sprite in R108.2
Reproduced steps
1. Add global number: index
2. Add button in canvas, add sprite in canvas
3. Add text in canvas.
4. Add action in button onclick event:
a. Create new sprite object with x = 100+ 25*index
b. set text = sprite.IID.
Expectation:
text.text automatically increase from 0 to number of sprite object - 1.
Fact:
text.text always = 0
Actually this problem never appear in R95.
I hope this problem could be fixed as soon as possible.
So sorry about my English.