This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2008-09-09 09:12:02

cbas
Scratcher
Registered: 2008-09-01
Posts: 5

One problem with the lists

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

 

#2 2008-09-09 09:50:27

Jens
Scratcher
Registered: 2007-06-04
Posts: 1000+

Re: One problem with the lists

This seems to be an interesting bug in the java player, thanks for finding and reporting it, cbas!


Jens Mönig

Offline

 

#3 2008-10-12 17:46:46

Digimath
Scratcher
Registered: 2007-07-07
Posts: 100+

Re: One problem with the lists

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.  tongue   http://scratch.mit.edu/projects/digimath/290266


I've updated my text adventure game.
Colossal Cave 150http://scratch.mit.edu/static/projects/Digimath/3003787_sm.png

Offline

 

Board footer