Now I’ve got it. Before, I wasn’t waiting for the mixing of the numbers and I tried to command them with the arrow keys but they didn’t cooperate. Either when the mixing stoped because I was playing on line and it did seem to me that the time was over. Oh my Godness, such a mess I’ve done. Sorry. Your project is nice, indeed.
I have reported the bug to the Scratch Team but don't expect a quick fix...they typically only release a new version of Scratch every 6 months or so and there's no guarantee that this bug will be addressed in the next version. If you want your project to work online as well (for the You Won screen) you will have to find a work around. I'd try testing the boolean in an IF block and manually assigning the "In Position" list elements based on the results of the IF block comparison.
Yes, there is a difference in behavior between the Java Player and Scratch in how the results of a Boolean assignment to a list element are handled. See this project
(link to project)
Wow...nice! I love the sound and the difficulty levels look good too. I'm still having trouble in that the "you won" screen does not seem to work online. Looking at the scripts, I see one small problem in that you need a Goto Front to bring the You Won screen in front of the numbers. The bigger problem is that I'm not sure that the results of a Boolean assignment to a List elment are a 1 or 0 in the Java player for the In Position list. May be a bug.
I like the interface a lot! Fun to use and a good puzzle. You might want to add a small sound effect when the tiles move...it might add to the experience. Also, some sort of "You Won" screen would be nice - I see you have some scripts for checking for a win but I didn't see it when I got them unscrambled. Nice job though, I like it a lot!
Comments
You need to be logged in to post comments
Add a Comment
I did it!
I can pass level 1 but 2 and 3 are hard!
Another great game!!!! :-)
what do u have to get it to
whoo-hoo!! amazing project :-) kinda like mine, except i can't solve this 3-) i will keep trying though! ur projects are awesome.
Thanks!
I made a version of this that if it's too hard (which it is) you can un-scramble it
Would you share it? It sounds really cool!
Did you share it? It doesn't show up as a remix.
(view all replies)AWESOME, put a timer to calculate score, that way it could be competitive
good idea, thanks
Now I’ve got it. Before, I wasn’t waiting for the mixing of the numbers and I tried to command them with the arrow keys but they didn’t cooperate. Either when the mixing stoped because I was playing on line and it did seem to me that the time was over. Oh my Godness, such a mess I’ve done. Sorry. Your project is nice, indeed.
awesome i beat it on easy! nowt to try for normal
cc
Great!
really cool!
very hard. and I can solve the rubik's cube.
hard!!!
hard takes long to scamble but great
Great work
its great
This is awesome!
Nice work - that is slick!
I have reported the bug to the Scratch Team but don't expect a quick fix...they typically only release a new version of Scratch every 6 months or so and there's no guarantee that this bug will be addressed in the next version. If you want your project to work online as well (for the You Won screen) you will have to find a work around. I'd try testing the boolean in an IF block and manually assigning the "In Position" list elements based on the results of the IF block comparison.
Ok, I figured it out. I just forgot to delete and re-clone my sprites. (Wish I didn't have to do that) Should be working now.
Sigh. Still doesn't work online.
Fixed, thanks! Added the "go to front" as well.
Yes, there is a difference in behavior between the Java Player and Scratch in how the results of a Boolean assignment to a list element are handled. See this project (link to project)
I'll do some testing and get back to you.
Wow...nice! I love the sound and the difficulty levels look good too. I'm still having trouble in that the "you won" screen does not seem to work online. Looking at the scripts, I see one small problem in that you need a Goto Front to bring the You Won screen in front of the numbers. The bigger problem is that I'm not sure that the results of a Boolean assignment to a List elment are a 1 or 0 in the Java player for the In Position list. May be a bug.
I like the interface a lot! Fun to use and a good puzzle. You might want to add a small sound effect when the tiles move...it might add to the experience. Also, some sort of "You Won" screen would be nice - I see you have some scripts for checking for a win but I didn't see it when I got them unscrambled. Nice job though, I like it a lot!
Added sound. Added a "you won" screen. Polished the interface. Also added a harder difficulty choice. Thanks for the suggestions!