Pages: 1
This endlos flight inside Scratch seems only to work when you download and open it in Scratch:
http://scratch.mit.edu/projects/MartinWollenweber/302089
The "change size" command seems to have no effect in the Java-Player (online), but in the Squeak-Player (offline) it works.
Please ScratchTeam: Would debug it and give me a feedback?
Thank you very much in advance!
Martin
Offline
I've experienced the same problem, except with the color effect, and don't know how to fix it. My experience with the color effect was that the color effect scripts were less effective online, instead of not working at all. A sprite that was supposed to change from green to yellow to red only changed from green to yellowish green. (project: http://scratch.mit.edu/projects/Shruikan42/289744 ) There are really many problems with how projects are displayed online, and this is not the only one. So ScratchTeam, please perfect your online Scratch displaying! You have my thanks in advance too!
Offline
MartinWollenweber wrote:
This endlos flight inside Scratch seems only to work when you download and open it in Scratch:
http://scratch.mit.edu/projects/MartinWollenweber/302089
The "change size" command seems to have no effect in the Java-Player (online), but in the Squeak-Player (offline) it works.
Please ScratchTeam: Would debug it and give me a feedback?
Thank you very much in advance!
Martin
This looks like another case where numbers were used as broadcast messages. Those currently don't work. I have reported this to the Scatch Team.
Offline
Paddle2See wrote:
This looks like another case where numbers were used as broadcast messages. Those currently don't work. I have reported this to the Scatch Team.
Paddle2See: Broadcasting is not the problem in my project: All message-sending works,even with numbers as messages: Problem is the behavior of "change size"
Offline
MartinWollenweber wrote:
Paddle2See wrote:
This looks like another case where numbers were used as broadcast messages. Those currently don't work. I have reported this to the Scatch Team.
Paddle2See: Broadcasting is not the problem in my project: All message-sending works,even with numbers as messages: Problem is the behavior of "change size"
Sorry, my mistake. Mayhem just had a project with the number broadcast problem and when I saw the numbers in yours, I made a bad assumption.
Offline
Okay, I have a project that isolates the problem
http://scratch.mit.edu/projects/Paddle2SeeFixIt/304972
It appears that sprites can not be displayed at greater that 100% sizes in the Java player. In Scratch the limit is much higher.
Hopefully someone on the Development team can tell us if this is correctable.
Offline
The change size bug has been in the scratch java lpayer for a long time.
Change size works, but a sprite cannot get bigger then the screen online, while it does offline.
(a 480x360 sprite cannot be bigger then 100% online,
a 240x180 sprite cannot be bigger then 200%)
Offline
JSO wrote:
The change size bug has been in the scratch java lpayer for a long time.
Change size works, but a sprite cannot get bigger then the screen online, while it does offline.
(a 480x360 sprite cannot be bigger then 100% online,
a 240x180 sprite cannot be bigger then 200%)
So, is this a bug or not? I think it should be reported as a bug...it is not behaving the same as Scratch. Maybe it's a bug that can't be fixed but to me it sounds like a bug.
Offline
Pages: 1