In program http://scratch.mit.edu/projects/evonix/2908034 the paddles and ball move much slower, I think that this is because the slight delay when a loop repeats is increased. I am using chrome. Oh... I see that you have this already but please try because this can totally change a game's balance and timing changes aren't always an option. perhaps add a button that will change a few internal timers.
Offline
1. http://scratch.mit.edu/projects/ragfoo/2909848
2. Move the yellow selection range around with the arrows.
The range should no go past the matrix of letters, but it does in Flash. This might be due to either a different coordinate space, or flashing not properly handling the less than and greater than operations.
Hitting the space bar should swap any two letters. This is not working either.
3. Safari
Offline
whatever you did in the new update, you totally RUINED a lot of my projects because the rendering scripts in
http://scratch.mit.edu/projects/Wes64/2821756
among other projects no longer work correctly!
the scripts are chunks of switching costume, changing y position, then stamping. online the switching costume doesn't work, so when it renders, all the stamps are the same thing.
the scripts are found on the "tex" sprite in my project. it worked in versions before 1.77, now it is messed up; so something you put made it messed up.
(it works perfectly when you download it)
I have narrowed it down by testing! there seems to be a problem with the "switch to costume" block. it doesn't seem to work when the sprite is hidden and being stamped and moved around.
ok, i built a project to demonstrate it! but of course i had to break in to the prototype alpha to do it... tell me so, and i can e-mail it to you.
Last edited by Wes64 (2012-11-15 16:27:54)
Offline
Good !
Offline
If you login, go to a project, log out on a different page, then click to change your project notes, it says this:
404 - Page Not Found - Our server is Scratch'ing its head
var WRInitTime=(new Date()).getTime();
imagine • program • share
Skip Navigation
Language
home
projects
galleries
support
forums
about
AfrikaansالعربيةBulgarianCatalanCroatianCzechDanishDeutschEnglishEspañolEsperantoEstonianFaroeseFinnishFrançaisGalecianΕλληνικάHebrewHindiMagyarIcelandicIndonesianItaliano日本語한국어LithuanianMacedonianMalaysianMongolianNederlandsNorskPersianPolskiPortuguesePortuguês-BrРусскийSlovakSlovenianSwedishThaiTürkçeUkrainianVietnamese简体中文
Login or Signup for an account
username:
password:
Did you forget?
.error404{
background:#D5DDF3 none repeat scroll 00;
color:#000000;
padding:5px 1px 4px;
margin:5px 0px 5px;
border-top:1px solid #3366CC;
}
#sd{
font-weight:bold;
}
404 - Page Not Found - Our server is Scratch'ing its head
The page - scratch.mit.edu/projects/OrcaCat/2834706/describe - cannot be found. Try again later or search for something else:
#goog-wm { }
#goog-wm h3.closest-match { }
#goog-wm h3.closest-match a { }
#goog-wm h3.other-things { }
#goog-wm ul li { }
#goog-wm li.search-goog { display: block; }
var GOOG_FIXURL_LANG = 'en';
var GOOG_FIXURL_SITE = 'http://scratch.mit.edu/';
image by DavidTy
Download |
Donate |
Privacy |
Community Guidelines |
DMCA |
Contact Us
Scratch is a project of the Lifelong Kindergarten Group at the MIT Media Lab
24.113.166.181
if(document.location.protocol!='https:')
document.write(unescape("%3Cscript src='http://s.clicktale.net/WRb.js' type='text/javascript'%3E%3C/script%3E"));
if(typeof ClickTale=='function') ClickTale(22427,0.00036,"www");
_qoptions={
qacct:"p-ceDf5rCr2q-1c"
};
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
var pageTracker = _gat._getTracker("UA-1470754-1");
pageTracker._trackPageview();
Please Wait...
.tbox {position:absolute; display:none; padding:14px 17px; z-index:900}
.tinner {padding:15px; -moz-border-radius:5px; border-radius:5px; background:#fff url(../img/preload.gif) no-repeat 50% 50%; border-right:1px solid #333; border-bottom:1px solid #333}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
.tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url(../img/close.png) no-repeat}
.tclose:hover {background-position:0 -30px}
#bluemask {background:#4195aa}
var Survey = {
key: null,
url: null,
init : function(key, url) {
Survey.key = key;
Survey.url = url;
},
done : function() {
Survey.take();
},
cancel : function() {
Survey.take();
},
take: function() {
setCookie(Survey.key, 'done', 365*2);
},
didTake: function() {
if(readCookie(Survey.key)) {
return true;
}
return false;
},
open : function() {
window.open(Survey.url);
Survey.hide();
},
hide : function() {
Survey.take();
TINY.box.hide();
},
show : function() {
if(Survey.didTake()) {
return false;
}
var htmlText = 'Do you want to take a survey?
';
TINY.box.show( { html : htmlText, boxid : 'frameless', fixed : false, maskid : 'bluemask', maskopacity : 40,
width: 240, height: 65, closejs : function() { Survey.cancel() }
});
}
}Look at the project notes on this.
Last edited by OrcaCat (2012-11-15 16:18:57)
Offline
Wes64 wrote:
whatever you did in the new update, you totally RUINED a lot of my projects because the rendering scripts in
http://scratch.mit.edu/projects/Wes64/2821756
among other projects no longer work correctly!
the scripts are chunks of switching costume, changing y position, then stamping. online the switching costume doesn't work, so when it renders, all the stamps are the same thing.
the scripts are found on the "tex" sprite in my project. it worked in versions before 1.77, now it is messed up; so something you put made it messed up.
(it works perfectly when you download it)
I have narrowed it down by testing! there seems to be a problem with the "switch to costume" block. it doesn't seem to work when the sprite is hidden and being stamped and moved around.
ok, i built a project to demonstrate it! but of course i had to break in to the prototype alpha to do it... tell me so, and i can e-mail it to you.
You can email it to help@scratch.mit.edu - but I don't understand why you can't just upload it to the site. If it is demonstrating a bug in 177 then why not load it up to where 177 can run it?
Offline
berberberber wrote:
All my sprites are clipped!
Thanks for your report. Can you give me a link to your project? Does this happen at all zoom levels in your browser? What browser are you using?
smallfeet2012 wrote:
The program does not respond when I key numbers on my keyboard during the game. (It works when I open it in Scratch.) Thanks.
1) http://scratch.mit.edu/projects/smallfeet2012/2907343
2) The program doesn't respond during the game section. (After the numbers are introduced and the squirrel disappears temporarily.)
3) Firefox
Try clicking on the project with the mouse before you start typing numbers. I think the player just doesn't have the "keyboard focus". It worked fine for me in Chrome - after I clicked on the project.
OrcaCat wrote:
If you login, go to a project, log out on a different page, then click to change your project notes, it says this:
[removed for brevity]
Look at the project notes on this.
Interesting! That looks like you got some kind of server error while you were editing the project notes and the error text ended up in your project notes. Weird - but not a bug related to the Flash player (probably). You might have found a website bug though - thanks!
ragfoo wrote:
1. http://scratch.mit.edu/projects/ragfoo/2909848
2. Move the yellow selection range around with the arrows.
The range should no go past the matrix of letters, but it does in Flash. This might be due to either a different coordinate space, or flashing not properly handling the less than and greater than operations.
Hitting the space bar should swap any two letters. This is not working either.
3. Safari
I think we have an issue with the accuracy that sprite positions are being reported at ...after a math operation, the positions may have a bit of computer round-off error which is causing the matching to not work. I made a version that does work using the Round function to correct for the round off error. I'll bring this up with the developers again - I think it's a bug. Thanks for your report.
Last edited by Paddle2See (2012-11-15 19:06:21)
Offline
IE 8, it's my latest project, it only happens at 100%.
Offline
berberberber wrote:
IE 8, it's my latest project, it only happens at 100%.
When you say 100%, do you mean normal size? Or the "fullscreen" size?
I'm running IE9 and I don't see any clipping at either size. There might be some line quality issues from the anti-aliasing - but I'm not seeing any clipping. Perhaps upgrade to IE9?
Offline
berberberber wrote:
It turns out i was already using it.
Okay...so what computer operating system are you using? Some flavor of Windows I imagine? Can you provide a screenshot of the clipping - that would be really helpful.
Offline
Blaze_X wrote:
The flash player can't draw something and sense it in the same loop. It also doesn't set. pen sizes over a certain limit. Please fix these problems because most of my games are 1s1s1c. Thanks!
This is demonstrated here.
Offline
OrcaCat wrote:
Blaze_X wrote:
The flash player can't draw something and sense it in the same loop. It also doesn't set. pen sizes over a certain limit. Please fix these problems because most of my games are 1s1s1c. Thanks!
This is demonstrated here.
Thanks - I've added that problem to the bug list.
Offline
I just uploaded a project A Model of the Cell Membrane, and I noticied something was happening that wasn't happening offline; the sugar molecules & bacteria sometimes were stopping on the edge of the screen and not moving again. I then decided to look to see if this happened in the Java Player and of the 8 confirmed times sugar (7) or bacteria (1) hit the edge of the screen, it acted as it should have. Because of that, I think that there is some obscure Flash bug at play. If your wondering, I'm running IE9 and Adobe Flash Player version 11,4,402,287.
Offline
Mokat wrote:
The sensing is really slow to react. It happens in any project with sensing.
The problem is not due to sensing issues, that much I know because the sugar & bacteria aren't floating around randomly like they normally should be. After some thinking, I think that the problem is hidden in this script:
if (touching [edge v]?) set [turn v] to (((pick random (1) to (2)) - (1.5)) * (2)) set [speed v] to [0.3] repeat until <not (touching [edge v]?)> turn cw (turn) degrees move (speed) steps if (touching color [#fcff00]?)//This should be false. move ((0) - (speed)) steps end if (touching color [#ff0000]?)//This should be false as well. move ((0) - (speed)) steps end end else other scripts... endThat makes me notice something. The water molecules have the same script above, except for the touching colors part, and yet they aren't sticking to the edge of the screen. So, from that, I can see that one of the touching color statements is returning true when it shouldn't and is causing the sugar and bacteria to move back and forth, always returning to its original position.
Last edited by ErnieParke (2012-11-16 20:33:03)
Offline
I FOUND A GLITCH IN SCRATCH.... it too epic :3
Offline
gweebmaster wrote:
I FOUND A GLITCH IN SCRATCH.... it too epic :3
If you found a glitch, and don't want to report it, why even post that?
Offline
http://scratch.mit.edu/projects/Ajm573/2915245
This might happen in any project. I stop the project and you can still change the background, go to the start screen and move objects aroung
I'm using Google Chrome 23
P.S. First post in 2 years
Offline
Ajm573 wrote:
http://scratch.mit.edu/projects/Ajm573/2915245
This might happen in any project. I stop the project and you can still change the background, go to the start screen and move objects aroung
I'm using Google Chrome 23
P.S. First post in 2 years![]()
Welcome back.
Offline
Lightnin wrote:
Up to v182, which contains some fixes for flash related costume paint bugs.
HAHAHA!!! yess
now my projects are working again. thanks for being so quick!
Offline