Here is an example that I made up:
http://scratch.mit.edu/projects/BoltBait/480964
The online player has trouble with both the [Insert into list at position] function and the MOD function.
MOD should return an integer value. However, you can see in the demo that it is clearly returning a float value. The insert into list function is just completely broken.
Download the project into the development environment to see how it is supposed to function.
Offline
It worked fine for me
Offline
bosox397 wrote:
It worked fine for me
I think BoltBait's point is that the numbers returned should not have a decimal point at all - they should be of type integer (no decimal point), not just floating point numbers with zeros to the right of the decimal point.
Offline
I am working around the problem in my Hangman game by using the ROUND function.
I'm also having the problem in my latest project with the insert bug.
I found a workaround and posted my Cribbage Solitaire game.
Last edited by BoltBait (2009-04-09 15:20:53)
Offline