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

#376 2012-11-27 13:43:12

blob8108
Scratcher
Registered: 2007-06-25
Posts: 1000+

Re: Report glitches in the Flash project player here!

Paddle2See wrote:

I'm still not sure if it's better to allow the mouse to go outside the boundaries or just pretend that it didn't (as Flash does now). What do you think?

In the Scratch 1.4 editor it lets it go outside, does it not? It's useful to test if the mouse has left the stage. (Does the project still receive mousedown events when the mouse iss outside the player?)

There can be glitches where the mouse moves too fast, so the last position is not near an edge, and could be still on a button or a sprite.

Just a thought!  smile

Last edited by blob8108 (2012-11-27 13:43:25)


Things I've made: kurt | scratchblocks2 | this cake

Offline

 

#377 2012-11-27 18:37:21

thesnake12
New Scratcher
Registered: 2012-11-27
Posts: 1

Re: Report glitches in the Flash project player here!

My affects do not work on my project. It is called Baby and I am using chrome. what should I do?

Offline

 

#378 2012-11-27 18:59:50

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: Report glitches in the Flash project player here!

I found a glitch in the Flash Player. Apparently, it doesn't like having say blocks with conditionals in them even though it works offline and in the Java Player. Here's the link to a bug isolation project and here's the only script I have in it if you want to know before hand:

when gf clicked
forever
 say (touching color [#00ffee]?) for (2) secs

Edit: Oh, and also, I'm using IE9 and Google Chrome, Flash Player version 11,4,402,287. I'm also using v.187 of Scratch's Flash project viewer.

Last edited by ErnieParke (2012-11-27 19:06:35)


http://i46.tinypic.com/35ismmc.png

Offline

 

#379 2012-11-27 19:23:43

Wes64
Scratcher
Registered: 2011-08-19
Posts: 1000+

Re: Report glitches in the Flash project player here!

ErnieParke wrote:

I found a glitch in the Flash Player. Apparently, it doesn't like having say blocks with conditionals in them even though it works offline and in the Java Player. Here's the link to a bug isolation project and here's the only script I have in it if you want to know before hand:

when gf clicked
forever
 say (touching color [#00ffee]?) for (2) secs

Edit: Oh, and also, I'm using IE9 and Google Chrome, Flash Player version 11,4,402,287. I'm also using v.187 of Scratch's Flash project viewer.

the glitch exists on firefox as well


Experienced 2.0 Tester: Ask me questions!
Using Firefox 13.0, Flash plugin version 11.4.402.287, and Windows XP Professional.

Offline

 

#380 2012-11-28 08:38:43

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: Report glitches in the Flash project player here!

Wes64 wrote:

ErnieParke wrote:

I found a glitch in the Flash Player. Apparently, it doesn't like having say blocks with conditionals in them even though it works offline and in the Java Player. Here's the link to a bug isolation project and here's the only script I have in it if you want to know before hand:

when gf clicked
forever
 say (touching color [#00ffee]?) for (2) secs

Edit: Oh, and also, I'm using IE9 and Google Chrome, Flash Player version 11,4,402,287. I'm also using v.187 of Scratch's Flash project viewer.

the glitch exists on firefox as well

Sure looks like a bug!  Thanks for the isolation project - it really helps a lot to boil the problem down to simplest terms.  I've submitted it as a bug to the tracking system.  If you need a workaround, try using the Join block to covert the testing block to a character string and then saying that.


http://i39.tinypic.com/2nav6o7.gif

Offline

 

#381 2012-11-28 15:23:24

kieranshane
Scratcher
Registered: 2012-05-31
Posts: 1

Re: Report glitches in the Flash project player here!

Program runs for 1 or 2 seconds after the green flag in http://scratch.mit.edu/projects/kieranshane/2923216 then pauses/stops.  If I reclick the green flag it usually runs, or with a double click it runs perfectly.

Offline

 

#382 2012-11-28 15:42:08

Lightnin
Scratch Team
Registered: 2008-11-03
Posts: 1000+

Re: Report glitches in the Flash project player here!

Paddle2See wrote:

Thanks for the isolation project - it really helps a lot to boil the problem down to simplest terms.

Just want to echo Paddle2See's thanks, ErnieParke! It's super-helpful when Scratchers make a project that demos the glitch in the simplest possible terms.  smile   Thanks!

Last edited by Lightnin (2012-11-28 17:30:49)


Help Scratchers make the leap to 2.0!
http://img818.imageshack.us/img818/6844/transitionteam.jpg

Offline

 

#383 2012-11-28 16:07:52

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: Report glitches in the Flash project player here!

Paddle2See wrote:

Wes64 wrote:

ErnieParke wrote:

I found a glitch in the Flash Player. Apparently, it doesn't like having say blocks with conditionals in them even though it works offline and in the Java Player. Here's the link to a bug isolation project and here's the only script I have in it if you want to know before hand:

when gf clicked
forever
 say (touching color [#00ffee]?) for (2) secs

Edit: Oh, and also, I'm using IE9 and Google Chrome, Flash Player version 11,4,402,287. I'm also using v.187 of Scratch's Flash project viewer.

the glitch exists on firefox as well

Sure looks like a bug!  Thanks for the isolation project - it really helps a lot to boil the problem down to simplest terms.  I've submitted it as a bug to the tracking system.  If you need a workaround, try using the Join block to covert the testing block to a character string and then saying that.

Okay, though I don't need the work around at the moment nor for awhile more. And your welcome for the bug isolation project!


http://i46.tinypic.com/35ismmc.png

Offline

 

#384 2012-11-28 16:35:41

Lightnin
Scratch Team
Registered: 2008-11-03
Posts: 1000+

Re: Report glitches in the Flash project player here!

v 189 published!
- bug: zombie local list can be created when when first accessing a global list while dragging (smoothie project)
- bug: very large arguments to repeat fail (meteors project)

There are also numerous other changes related to the editor for Scratch 2.0, but these should be the only ones affecting the player.


Help Scratchers make the leap to 2.0!
http://img818.imageshack.us/img818/6844/transitionteam.jpg

Offline

 

#385 2012-11-28 16:38:19

Wes64
Scratcher
Registered: 2011-08-19
Posts: 1000+

Re: Report glitches in the Flash project player here!

Lightnin wrote:

Paddle2See wrote:

Thanks for the isolation project - it really helps a lot to boil the problem down to simplest terms.

Just want to echo Paddle2See's thanks, Wes64! It's super-helpful when Scratchers make a project that demos the glitch in the simplest possible terms.  smile   Thanks!

it was actually ErnieParke who made the isolation project lol


Experienced 2.0 Tester: Ask me questions!
Using Firefox 13.0, Flash plugin version 11.4.402.287, and Windows XP Professional.

Offline

 

#386 2012-11-28 16:45:02

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: Report glitches in the Flash project player here!

Wes64 wrote:

Lightnin wrote:

Paddle2See wrote:

Thanks for the isolation project - it really helps a lot to boil the problem down to simplest terms.

Just want to echo Paddle2See's thanks, Wes64! It's super-helpful when Scratchers make a project that demos the glitch in the simplest possible terms.  smile   Thanks!

it was actually ErnieParke who made the isolation project lol

But you did test it in Firefox, right? So, even though I did make the bug isolation project, some credit should go to you.


http://i46.tinypic.com/35ismmc.png

Offline

 

#387 2012-11-28 17:30:34

Lightnin
Scratch Team
Registered: 2008-11-03
Posts: 1000+

Re: Report glitches in the Flash project player here!

Wes64 wrote:

it was actually ErnieParke who made the isolation project lol

Doh! Quite right. I'll edit my post.

Last edited by Lightnin (2012-11-28 17:31:32)


Help Scratchers make the leap to 2.0!
http://img818.imageshack.us/img818/6844/transitionteam.jpg

Offline

 

#388 2012-11-28 18:43:46

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: Report glitches in the Flash project player here!

Lightnin wrote:

Paddle2See wrote:

Thanks for the isolation project - it really helps a lot to boil the problem down to simplest terms.

Just want to echo Paddle2See's thanks, ErnieParke! It's super-helpful when Scratchers make a project that demos the glitch in the simplest possible terms.  smile   Thanks!

Your welcome! I'm always trying to help around. In fact, if there's a glitch in a project caused by the Flash Player, I could help hunt it down for you. ;)

Anyway, again your welcome! It's a pleasure to have helped.  smile

Also don't forget to give some credit to Wes64 as well. (S)he had done some testing of this glitch in Firefox, so some credit is deserved.

Last edited by ErnieParke (2012-11-28 18:49:19)


http://i46.tinypic.com/35ismmc.png

Offline

 

#389 2012-11-28 19:45:07

Wes64
Scratcher
Registered: 2011-08-19
Posts: 1000+

Re: Report glitches in the Flash project player here!

ErnieParke wrote:

(S)he had done some testing of this glitch in Firefox, so some credit is deserved.

is it not obvious that wes is a guy name? im just wondering because i get this a LOT.


Experienced 2.0 Tester: Ask me questions!
Using Firefox 13.0, Flash plugin version 11.4.402.287, and Windows XP Professional.

Offline

 

#390 2012-11-28 20:42:06

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: Report glitches in the Flash project player here!

Wes64 wrote:

ErnieParke wrote:

(S)he had done some testing of this glitch in Firefox, so some credit is deserved.

is it not obvious that wes is a guy name? im just wondering because i get this a LOT.

It is obvious, but I'd rather not take chances, mainly because there's always the chance that I'm wrong. For example, it should be obvious that Ernie is a guy name, though I once got called a she by a scratcher (don't ask who).

Anyway, let's get back on topic.


http://i46.tinypic.com/35ismmc.png

Offline

 

#391 2012-11-29 15:46:21

eth7691
New Scratcher
Registered: 2012-11-29
Posts: 1

Re: Report glitches in the Flash project player here!

on pac tag i got out the map

Offline

 

#392 2012-11-29 16:03:47

OrcaCat
Scratcher
Registered: 2010-06-30
Posts: 500+

Re: Report glitches in the Flash project player here!

Wes64 wrote:

OrcaCat wrote:

In this, the slider won't move. The author fixed it so you can change it with the arrows, but this is still a bug.

i agree, definitely a glitch

http://i1244.photobucket.com/albums/gg571/landpants/Meme5.jpg


     Awesome music     Electrode's theme     Epic music
Bye, 1.x.  sad                             Hello, 2.x!  smile

Offline

 

#393 2012-11-30 08:34:25

dvd4
Scratcher
Registered: 2010-06-30
Posts: 1000+

Re: Report glitches in the Flash project player here!

is this a bug ?
http://i47.tinypic.com/xqbzvo.png


I made a mod  big_smile  It's called blook!
http://i49.tinypic.com/16ia63p.png

Offline

 

#394 2012-11-30 09:50:38

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: Report glitches in the Flash project player here!

dvd4 wrote:

is this a bug ?
http://i47.tinypic.com/xqbzvo.png

RTL bug, id guess  hmm

Offline

 

#395 2012-12-01 03:16:34

Yllie
Scratcher
Registered: 2011-02-01
Posts: 7

Re: Report glitches in the Flash project player here!

http://scratch.mit.edu/projects/Yllie/2948727

In this game you are supposed to proceed to the next level when the laser beam touches the goal. It doesn't work in the flash player (And yes it works offline)
I would really appreciate if you could have a look at it, as it really ruins the game  hmm
Thank you!

/MrY


"If there is something you really really want to do, the only thing stoping you is your own fear of failure"

Offline

 

#396 2012-12-02 13:33:48

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: Report glitches in the Flash project player here!

Yllie wrote:

http://scratch.mit.edu/projects/Yllie/2948727

In this game you are supposed to proceed to the next level when the laser beam touches the goal. It doesn't work in the flash player (And yes it works offline)
I would really appreciate if you could have a look at it, as it really ruins the game  hmm
Thank you!

/MrY

Thanks for the report!  I've commented on your project what I think the issue is here (with the levels not changing).  It's something called a "Race Condition" that is ending up with different "Winners" on Flash versus what you were getting on Scratch 1.4 - so you are getting different behavior.  Basically, it comes down to timing issues between the two platforms.  The quick fix is to throw in a short Wait block to make sure that things happen in the sequence you intended.  A better fix is to re-do the scripts so that a race condition doesn't occur - but that's more work  smile

Wes64 wrote:

OrcaCat wrote:

In this, the slider won't move. The author fixed it so you can change it with the arrows, but this is still a bug.

i agree, definitely a glitch

Yeah, that looks like a bug to me.  I've written it up and added it to the bug list for the developers.  Thanks for the report.

dvd4 wrote:

is this a bug ?
http://i47.tinypic.com/xqbzvo.png

I don't think so.  I think it's you messing around with blocks in some modded version of Scratch.  Please correct me if I'm wrong and provide the link to the project.  Otherwise, Please don't spam - it's not helpful.


http://i39.tinypic.com/2nav6o7.gif

Offline

 

#397 2012-12-02 16:39:43

LiquidMetal
Scratcher
Registered: 2011-06-15
Posts: 500+

Re: Report glitches in the Flash project player here!

Operating System: Win7
Browser: Firefox 17
Project: Onscreen Keyboard
Problem: Type a few alphanumeric characters and then press Tab.  Extra spaces appear between each character.   I think this may be a problem with the list reporting block (%name of list%), because if you then press backspace, the extra spaces go away.

EDIT: I posted this earlier, but I think it was missed, so I deleted the old post and made this updated one here.

Last edited by LiquidMetal (2012-12-02 16:43:48)

Offline

 

#398 2012-12-02 17:02:24

dvd4
Scratcher
Registered: 2010-06-30
Posts: 1000+

Re: Report glitches in the Flash project player here!

Paddle2See wrote:

dvd4 wrote:

is this a bug ?
http://i47.tinypic.com/xqbzvo.png

I don't think so.  I think it's you messing around with blocks in some modded version of Scratch.  Please correct me if I'm wrong and provide the link to the project.  Otherwise, Please don't spam - it's not helpful.

Look, if you don't want people to point out bugs in the flash player for you, you should close this thread.


I made a mod  big_smile  It's called blook!
http://i49.tinypic.com/16ia63p.png

Offline

 

#399 2012-12-02 21:18:42

Wes64
Scratcher
Registered: 2011-08-19
Posts: 1000+

Re: Report glitches in the Flash project player here!

dvd4 wrote:

Paddle2See wrote:

dvd4 wrote:

is this a bug ?
http://i47.tinypic.com/xqbzvo.png

I don't think so.  I think it's you messing around with blocks in some modded version of Scratch.  Please correct me if I'm wrong and provide the link to the project.  Otherwise, Please don't spam - it's not helpful.

Look, if you don't want people to point out bugs in the flash player for you, you should close this thread.

you aren't being helpful; it is evident that this was you messing around in the 2.0 alpha, and bug reports from that are irrelevant at this time as it is still in development.

that being said, there IS a bug in 2.0, switch the language to arabic and the hat blocks glitch

Last edited by Wes64 (2012-12-02 21:20:42)


Experienced 2.0 Tester: Ask me questions!
Using Firefox 13.0, Flash plugin version 11.4.402.287, and Windows XP Professional.

Offline

 

#400 2012-12-02 21:38:41

Firedrake969
Scratcher
Registered: 2011-11-24
Posts: 1000+

Re: Report glitches in the Flash project player here!

dvd4 wrote:

Paddle2See wrote:

dvd4 wrote:

is this a bug ?
http://i47.tinypic.com/xqbzvo.png

I don't think so.  I think it's you messing around with blocks in some modded version of Scratch.  Please correct me if I'm wrong and provide the link to the project.  Otherwise, Please don't spam - it's not helpful.

Look, if you don't want people to point out bugs in the flash player for you, you should close this thread.

That's not in the Flash player.


Click the sign.
https://s3.amazonaws.com/eterna/eterna2/logo2.png

Offline

 

Board footer