When I put elements in a list, as we can see below:
insert A at 1 of Xlist
insert B at 2 of Xlist
insert C at 3 of Xlist
In the Scratch application, this works well.
To work well in the browser, the code must be different. For example:
insert A at last of Xlist
insert B at last of Xlist
insert C at last of Xlist
The problem can be illustrated in the following Scratch application:
http://scratch.mit.edu/projects/cbas/261455
Offline
It’s still a problem. I made my own test and THEN looked for any previous bug reports. ( I’ve got go stop doing things out of order.) So, here’s my redundent project describing this bug. http://scratch.mit.edu/projects/digimath/290266
Offline