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

#626 2013-02-28 15:13:23

JorZed
Scratcher
Registered: 2012-07-15
Posts: 8

Re: Report glitches in the Flash project player here!

The flash player has white on the sides so on my games it can bounce on the walls. must be fixed

Offline

 

#627 2013-02-28 15:35:49

molkemon
New Scratcher
Registered: 2013-02-28
Posts: 5

Re: Report glitches in the Flash project player here!

I found a bug related to the upper/lowercase behaviour of scratch in flash player (to be honest it is kinda wonky in 1.4 to begin with).

The project in which you can see the bug: http://scratch.mit.edu/projects/molkemon/3138922

In this project I made a simple ASCII-char to binary number converter. The first problem is that if you compare the "answer" block to a given value, scratch does not care about case. if answer = a and if answer = A are the same to scratch.

There is a workaround to that though. If you define a list with lets say all the lowercase characters and then check if the answer block is part of that list, it will check correctly and return true or false depending if the answer given was in fact lowercase or not. More info on this workaround can be found on your own wiki: http://wiki.scratch.mit.edu/wiki/Case_Sensing  --> using lists

I have implemented this workaround in the above linked project and it does work offline with 1.4 AND with the java player. However, it does NOT work with the flash player. In flash it seems the "contains answer" check versus the list always returns true, even when the character is not lower case.

How to reproduce the bug: Open my project offline or with the java player. Input first a and then A as answers. You will see the results will be different (and correct). Now switch to flashplayer, again enter a and A. The results will be the same this time and therefore in case of the upper case A, wrong.

Offline

 

#628 2013-02-28 23:42:58

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

Re: Report glitches in the Flash project player here!

molkemon wrote:

I found a bug related to the upper/lowercase behaviour of scratch in flash player (to be honest it is kinda wonky in 1.4 to begin with).

The project in which you can see the bug: http://scratch.mit.edu/projects/molkemon/3138922

In this project I made a simple ASCII-char to binary number converter. The first problem is that if you compare the "answer" block to a given value, scratch does not care about case. if answer = a and if answer = A are the same to scratch.

There is a workaround to that though. If you define a list with lets say all the lowercase characters and then check if the answer block is part of that list, it will check correctly and return true or false depending if the answer given was in fact lowercase or not. More info on this workaround can be found on your own wiki: http://wiki.scratch.mit.edu/wiki/Case_Sensing  --> using lists

I have implemented this workaround in the above linked project and it does work offline with 1.4 AND with the java player. However, it does NOT work with the flash player. In flash it seems the "contains answer" check versus the list always returns true, even when the character is not lower case.

How to reproduce the bug: Open my project offline or with the java player. Input first a and then A as answers. You will see the results will be different (and correct). Now switch to flashplayer, again enter a and A. The results will be the same this time and therefore in case of the upper case A, wrong.

I like the Flash way better  smile  and I do remember experiencing this.


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

Offline

 

#629 2013-03-01 05:38:07

olli01
New Scratcher
Registered: 2013-03-01
Posts: 1

Re: Report glitches in the Flash project player here!

doesn't work block "if on edge, bounce" exactly as it is in the Scratch
project: http://scratch.mit.edu/projects/olli01/3140227
(in scratch, ball does not bounces around the screen)

Offline

 

#630 2013-03-02 06:44:10

hotshotzruler
Scratcher
Registered: 2012-12-11
Posts: 1

Re: Report glitches in the Flash project player here!

i have a game called pacman lights out and  pacman lights out 2 they both stopped working it wont move on to the next level ever1 is complaining i need help

Offline

 

#631 2013-03-02 06:47:11

Sholvanic1058
Scratcher
Registered: 2012-04-21
Posts: 100+

Re: Report glitches in the Flash project player here!

hotshotzruler wrote:

i have a game called pacman lights out and  pacman lights out 2 they both stopped working it wont move on to the next level ever1 is complaining i need help

You're better off going to help with scripts. If this is an website problem stay here!


http://i44.tinypic.com/2lj6o94.png

Offline

 

#632 2013-03-02 07:15:05

estile
Scratcher
Registered: 2013-01-26
Posts: 100+

Re: Report glitches in the Flash project player here!

its suddenly acting like flash isnt installed. this just started yesterday, and when i check it says its installed and enabled. it used to work, but now it never does!
by the way, the 2.0 player works, just not the old site

Last edited by estile (2013-03-02 07:25:02)


http://i45.tinypic.com/s4nvxl.png

Offline

 

#633 2013-03-03 14:19:51

ethurber
New Scratcher
Registered: 2013-03-02
Posts: 1

Re: Report glitches in the Flash project player here!

Ghost not working

http://scratch.mit.edu/projects/ethurber/3146466

repeat until <(costume #) = (costumeCount)>
     set [ghost] effect to ((costume #) * (-7))
     next costume
end

Offline

 

#634 2013-03-03 21:05:36

icygem1234
Scratcher
Registered: 2013-02-24
Posts: 2

Re: Report glitches in the Flash project player here!

the glitch is when you do the game and when you press a app i put on it everything hides but when you click on the spot where it is even if its hiding a glitch happenes and everything shows and gets messed up please fix it

Offline

 

#635 2013-03-04 12:26:57

netkingcol
New Scratcher
Registered: 2013-01-19
Posts: 2

Re: Report glitches in the Flash project player here!

http://scratch.mit.edu/projects/netkingcol/3148386    using the Chrome browser

This project uses three sprites to explore polygons in different ways. The user selects a 'pen' sprite using a slider (1..3) to pick which demo to show; the green flag script then broadcasts a message to the appropriate sprite.

Each demonstration shows different variables on the stage, and there is a 'hide variables' broadcast so that each sprite hides its variables before the next demo begins.

I have two problems with the Flash viewer:

1. The 'show variable' blocks do not retain the positions that they were given at design time with the result that the variable display obscures the polygons drawn by the sprite.

2. The 'pen2' sprite use a slider called 'angle to turn'; this allows the user to explore different drawing effects. After uploading the project and selecting pen=2, the 'angle to turn' value is no longer a slider.

Offline

 

#636 2013-03-04 12:35:40

firedrake969_test
Scratcher
Registered: 2012-08-08
Posts: 500+

Re: Report glitches in the Flash project player here!

You saved it without the variables showing.  THat's not a glitch in the flash player.  Same thing with the second "glitch".


Alt of Firedrake969.

Offline

 

#637 2013-03-05 13:59:39

BoltBait
Scratcher
Registered: 2009-03-09
Posts: 1000+

Re: Report glitches in the Flash project player here!

My project no longer works.  It gets stuck sensing Turbo Mode.

http://scratch.mit.edu/projects/BoltBait/1897019

It used to be very reliable, but something's changed in the Flash player and now it no longer can sense when the player starts Turbo Mode.

EDIT:

After a little testing, the following block

wait (0) secs
takes significantly longer in turbo mode than it used to take.

In a loop of 100 times, it now takes just over 3 seconds where it used to complete in less than a second.  It is now running in the same amount of time as non-turbo mode.  sad

Last edited by BoltBait (2013-03-07 16:56:05)


Animated sigs must be banned!
http://boltbait.com/j.pnghttp://boltbait.com/s.pnghttp://boltbait.com/d.pnghttp://boltbait.com/a.pnghttp://boltbait.com/p.png

Offline

 

#638 2013-03-07 20:59:42

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

Re: Report glitches in the Flash project player here!

In this project, the "start" button is exactly the same as "info" or "shop" but doesn't broadcast for some odd reason  sad


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

Offline

 

#639 2013-03-07 21:00:59

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

Re: Report glitches in the Flash project player here!

ethurber wrote:

Ghost not working

http://scratch.mit.edu/projects/ethurber/3146466

repeat until <(costume #) = (costumeCount)>
     set [ghost] effect to ((costume #) * (-7))
     next costume
end

Ghost effect needs to be a positive number.


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

Offline

 

#640 2013-03-08 18:19:44

revdj
New Scratcher
Registered: 2013-03-08
Posts: 2

Re: Report glitches in the Flash project player here!

http://scratch.mit.edu/projects/revdj/3162125

It works fine on my scratch program, but when I try to run it in the player, I just get a white screen.  I click the green flag and nothing happens.  I'm using Chrome.

Offline

 

#641 2013-03-08 18:24:58

revdj
New Scratcher
Registered: 2013-03-08
Posts: 2

Re: Report glitches in the Flash project player here!

NVM - my fault  sad

Offline

 

#642 2013-03-09 00:59:00

Jargon
New Scratcher
Registered: 2013-03-09
Posts: 1

Re: Report glitches in the Flash project player here!

Blank phrase boxes should disappear. They do on my program, but not when I upload it. They just come out as visible phrase boxes with nothing in them.
Thanks.

Offline

 

#643 2013-03-09 22:07:52

arcadegamesroom
Scratcher
Registered: 2013-03-03
Posts: 1

Re: Report glitches in the Flash project player here!

In Robot man {Now for non-professionals}, I Got an Idea from a friend, opened in scratch, made some changes, But when I submitted it, Some words didn't Show up.


I am using Internet Explorer

Offline

 

#644 2013-03-10 06:52:54

elias217
New Scratcher
Registered: 2013-03-10
Posts: 1

Re: Report glitches in the Flash project player here!

http://scratch.mit.edu/projects/elias217/3163430

On my game some of the dots can't be eaten, they variate all the time and the level toolbar doesn't work.

???????????????????????

Offline

 

#645 2013-03-10 09:46:00

ajaywale
Scratcher
Registered: 2013-02-02
Posts: 2

Re: Report glitches in the Flash project player here!

My project sound is too slow and I know its a Glitch! sad

Offline

 

#646 2013-03-11 08:34:38

dominici
New Scratcher
Registered: 2013-03-06
Posts: 1

Re: Report glitches in the Flash project player here!

The timing has gone off when the project is uploaded. It works fine if you download it and play it in Scratch but it doesn't work properly in Flash. I haven't tried java as I don't have the plug-in. Since the timing is crucial to my animation it is a bit frustrating. The animation is trampolining penguins.

Offline

 

#647 2013-03-11 19:59:14

G-man98
Scratcher
Registered: 2013-03-11
Posts: 1

Re: Report glitches in the Flash project player here!

On the game (The hover king) once you beat the 2nd level it doesn't switch to the next costume like it's supposed to do. It works fine on scratch, but doesn't work online. ???

Offline

 

#648 2013-03-12 12:22:29

Epicness123
Scratcher
Registered: 2011-11-12
Posts: 100+

Re: Report glitches in the Flash project player here!

My Flash Player is not blocked,and it is installed but the screen stays white for over 5 minutes!


I am Epicness123,and I rock!

Offline

 

#649 2013-03-12 14:00:53

lorenzobarbe
New Scratcher
Registered: 2013-03-04
Posts: 1

Re: Report glitches in the Flash project player here!

NON mi appare la finestra.

Offline

 

#650 2013-03-14 14:05:59

Ashsplash
Scratcher
Registered: 2012-12-05
Posts: 7

Re: Report glitches in the Flash project player here!

I have noticed that on some projects if you press the green dot it glitches and you see all the hidden sprites!

Offline

 

Board footer