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

#501 2013-01-03 09:01:21

PennFromChina
New Scratcher
Registered: 2012-12-28
Posts: 1

Re: Report glitches in the Flash project player here!

Please be sure and include:

1. A link to the project :http://scratch.mit.edu/projects/PennFromChina/3016756
2. Any directions we will need to see the problem. The cube moves without input. (But in my PC the cube keeps still without input.) Maybe have something to do with the repeat calculation in scripts...?

3. Which browser you are using. Chrome

Offline

 

#502 2013-01-03 16:47:50

curiouscrab
Scratcher
Registered: 2012-06-25
Posts: 100+

Re: Report glitches in the Flash project player here!

My project found here isn't working correctly. It works correct in Java and download, but the variable scrollx or touching [ v] is messed up in Flash. I use Chrome, but it doesn't have anything to do with that because I tried it in Internet Explorer. I think it's just a simple somebody reversed the script bug, but it messes up entire projects. I checked the scripts and everything to make sure it wasn't due to Flash's precise measurements. I changed some scripts around to see if they were the problem. No problems there.

Last edited by curiouscrab (2013-01-03 16:51:16)


http://i50.tinypic.com/dopbtw.png

Offline

 

#503 2013-01-03 16:52:21

curiouscrab
Scratcher
Registered: 2012-06-25
Posts: 100+

Re: Report glitches in the Flash project player here!

Mokat wrote:

bubby3 wrote:

http://scratch.mit.edu/projects/bubby3/3015064 doesn't work in the Flash Player because I think it has too many scripts. I am using Safari to run the proect

Try using Turbo Mode (Shift and click green flag at the same time)

That's not the problem. I tried it out.


http://i50.tinypic.com/dopbtw.png

Offline

 

#504 2013-01-03 17:01:04

curiouscrab
Scratcher
Registered: 2012-06-25
Posts: 100+

Re: Report glitches in the Flash project player here!

g9gujjar wrote:

when Click flag or press enter, reaction is same in scratch 1.4.
but in flash player no raaction for enter.please fix.



because enter is king of the keyboard.
no task for this key in flash player its not right.

Enter only works offline. The ST doesn't plan on changing that, I don't think.


http://i50.tinypic.com/dopbtw.png

Offline

 

#505 2013-01-03 17:34:02

bikemd
New Scratcher
Registered: 2013-01-03
Posts: 7

Re: Report glitches in the Flash project player here!

My costume change works in both small and large stage but not in presentation mode.  The costume change involves a crab moving his arms up and down to play a drum. Any ideas on how to fix this?

Offline

 

#506 2013-01-03 21:25:32

curiouscrab
Scratcher
Registered: 2012-06-25
Posts: 100+

Re: Report glitches in the Flash project player here!

bikemd wrote:

My costume change works in both small and large stage but not in presentation mode.  The costume change involves a crab moving his arms up and down to play a drum. Any ideas on how to fix this?

Can you upload the project? It's hard to help you when we don't have anything to use but your words. I'm pretty kenisthetic, meaning I normally learn by doing stuff over listening to something or visualizing it. It might just be you're not using the correct script. Can you put it as scratchblocks what you speak of?

when gf clicked
Like that using [scratch!blocks] at the beginning without the "!" sign. then at the end add the same thing with a slash after the first [ so it has [/scr...] at the beginning. Then use [ and ] for anything with the white box in the block.
Ex:
say []

Last edited by curiouscrab (2013-01-03 21:29:05)


http://i50.tinypic.com/dopbtw.png

Offline

 

#507 2013-01-03 21:30:01

curiouscrab
Scratcher
Registered: 2012-06-25
Posts: 100+

Re: Report glitches in the Flash project player here!

bikemd wrote:

My costume change works in both small and large stage but not in presentation mode.  The costume change involves a crab moving his arms up and down to play a drum. Any ideas on how to fix this?

when gf clicked
switch to costume [crab1 a v]
forever
  next costume
  wait (1) secs
end

Last edited by curiouscrab (2013-01-03 21:32:25)


http://i50.tinypic.com/dopbtw.png

Offline

 

#508 2013-01-03 21:50:37

bikemd
New Scratcher
Registered: 2013-01-03
Posts: 7

Re: Report glitches in the Flash project player here!

Thanks.  It still doesn't work in presentation mode though.  When I click use small stage or large stage the arms move running the program from start to end or just the crab portion.

Offline

 

#509 2013-01-03 21:59:48

bikemd
New Scratcher
Registered: 2013-01-03
Posts: 7

Re: Report glitches in the Flash project player here!

Sorry the script I'm using is...I hope this works.

when I receive [talk to the crab]
show
go to x: [-234] y:[-41]
glide (2) seconds to x:[-21] y:[-2]
broadcast [where's my drum]
wait (2) secs
say [yeah] for (2) secs
wait (1) sec
repeat [15]
 switch to costume [crab-a1]
 switch to costume [crab-a]
wait (3) secs
repeat [30]
 switch to costume [crab-a1]
 switch to costume [crab-a]
wait (2) secs

Offline

 

#510 2013-01-04 07:31:30

LVRS
Scratcher
Registered: 2012-10-29
Posts: 2

Re: Report glitches in the Flash project player here!

The variables move to the left corner at the top, and if you changed the style, that only the value appears, it doesnt works  sad  PLEASE DO SOMETHING, my OS looks [removed by moderator - please use respectful language] with that  sad

Last edited by Paddle2See (2013-01-04 12:57:47)

Offline

 

#511 2013-01-04 07:38:32

Devloper123
Scratcher
Registered: 2011-11-27
Posts: 100+

Re: Report glitches in the Flash project player here!

RoyalToHisLoyal wrote:

I have a problem, when i play a project on the flash 2.0 project player, it has this weird text in the middle of the project saying "YOU MUST INSTALL ADOBE FLASH PLAYER TO PLAY THIS PROJECT", i have it installed, i know, i checked if i did, and my computer says i have it, i need help  sad

If the link above fails try reinstalling Flash Player and check if it's blocked and check it's version


http://i45.tinypic.com/2jafczs.gifAnd Dev! Sign up on this forum!i like the  tongue  emoticon

Offline

 

#512 2013-01-04 09:45:08

curiouscrab
Scratcher
Registered: 2012-06-25
Posts: 100+

Re: Report glitches in the Flash project player here!

bikemd wrote:

Thanks.  It still doesn't work in presentation mode though.  When I click use small stage or large stage the arms move running the program from start to end or just the crab portion.

Check out my project here, download it, run it with scripts showing, then in presentation mode and you'll see the difference. Basically presentation mode and online are faster and put things together while just having it offline in normal mode it doesn't.


http://i50.tinypic.com/dopbtw.png

Offline

 

#513 2013-01-04 09:46:57

curiouscrab
Scratcher
Registered: 2012-06-25
Posts: 100+

Re: Report glitches in the Flash project player here!

LVRS wrote:

The variables move to the left corner at the top, and if you changed the style, that only the value appears, it doesnt works  sad  PLEASE DO SOMETHING, my OS looks like [cuss removed] with that  sad

Please don't swear. Solution: Have the variables show then a wait block for 0.01 secs and then have them hide and they should be in the correct position and correct type of variable (large readout, small readout, and dragging bar).

Last edited by curiouscrab (2013-01-04 10:27:01)


http://i50.tinypic.com/dopbtw.png

Offline

 

#514 2013-01-04 10:24:23

curiouscrab
Scratcher
Registered: 2012-06-25
Posts: 100+

Re: Report glitches in the Flash project player here!

bikemd wrote:

Sorry the script I'm using is...I hope this works.

when I receive [talk to the crab v]
show
go to x: (-234) y:(-41)
glide (2) secs to x:(-21) y:(-2)
broadcast [where's my drum v]
wait (2) secs
say [yeah] for (2) secs
wait (1) secs
repeat (15)
 switch to costume [crab-a1 v]
 switch to costume [crab-a v]
wait (3) secs
repeat (30)
 switch to costume [crab-a1 v]
 switch to costume [crab-a v]
wait (2) secs

Fixed blocks.

Last edited by curiouscrab (2013-01-04 10:25:53)


http://i50.tinypic.com/dopbtw.png

Offline

 

#515 2013-01-04 13:28:27

bluepuffin
Scratcher
Registered: 2012-07-26
Posts: 6

Re: Report glitches in the Flash project player here!

I am experiencing problems with http://scratch.mit.edu/projects/bluepuffin/3019332 because when it starts it asks for permision to use the mic. But it blocks the project which has already started. And the loudness goes really loud and it does not do it when I view it in Scratch (the program.) I am using Firefox/

Offline

 

#516 2013-01-04 14:31:19

TheCoolDog
Scratcher
Registered: 2011-01-29
Posts: 18

Re: Report glitches in the Flash project player here!

Help the background won't change in online mode but does in offline mode:
http://scratch.mit.edu/projects/TheCoolDog/3019432

The script is very simple:

when gf clicked
switch to background [11 V]
forever
  wait (1) secs
  next background
end


-TheCoolDog-

Offline

 

#517 2013-01-05 17:14:00

bikemd
New Scratcher
Registered: 2013-01-03
Posts: 7

Re: Report glitches in the Flash project player here!

Thanks for your help!

curiouscrab wrote:

bikemd wrote:

Thanks.  It still doesn't work in presentation mode though.  When I click use small stage or large stage the arms move running the program from start to end or just the crab portion.

Check out my project here, download it, run it with scripts showing, then in presentation mode and you'll see the difference. Basically presentation mode and online are faster and put things together while just having it offline in normal mode it doesn't.

Offline

 

#518 2013-01-06 09:47:35

eveadelekitty
Scratcher
Registered: 2012-12-05
Posts: 100+

Re: Report glitches in the Flash project player here!

EPICPIKAGUY wrote:

uh,it's kinda not a glitch,bit pen'd lines come back blured after an object moves over them.http://scratch.mit.edu/projects/EPICPIKAGUY/2782813

Try this. Draw a pen line on paper. Trace it with your finger. What happens? It smudges. PHYSICS, MAN.

Offline

 

#519 2013-01-06 09:51:13

eveadelekitty
Scratcher
Registered: 2012-12-05
Posts: 100+

Re: Report glitches in the Flash project player here!

http://scratch.mit.edu/projects/eveadelekitty/3018999 In this project, if you type a pet name with a capital it takes it as a wrong name and gives you another pet. The "other pet" thing should only happen when you type it wrong! Can you fix this one?

Offline

 

#520 2013-01-06 21:03:50

pokechued
Scratcher
Registered: 2011-08-17
Posts: 48

Re: Report glitches in the Flash project player here!

Stellacp wrote:

When I am saving a project after I save it or right before I save it all the writing is gone Even on my Save page whenever I write something it wont even show  sad

That's not really a glitch in the flash player. It's happened to me ALOT of times before the new flash.


http://mag.racked.eu/cimage/6959yxb/Keep+Scratchin%27%21%21%21/Be+a+boss+at+scratch/mca.png
http://mag.racked.eu/mcimage/i57/CLICK/HERE/mca.png

Offline

 

#521 2013-01-09 03:50:53

umbertoc
New Scratcher
Registered: 2013-01-09
Posts: 1

Re: Report glitches in the Flash project player here!

Hi,

Reporting the following glitch with the Flash player.

I created a simple game in which two bats fly around a flower and try to eat a butterfly. This is the link:
http://scratch.mit.edu/projects/umbertoc/3027430

When using the old Java player, the size of the bats is correct, but with the new Flash player they are too small and this ruins the game because it becomes too easy for the butterfly to avoid them.
Please note that the same glitch happens in both Firefox and Chrome (I'm using Windows) and that the size of the page and is set to the default size in both browsers.

Thank you for your help!

Umberto

Offline

 

#522 2013-01-09 11:28:17

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

Re: Report glitches in the Flash project player here!

eveadelekitty wrote:

EPICPIKAGUY wrote:

uh,it's kinda not a glitch,bit pen'd lines come back blured after an object moves over them.http://scratch.mit.edu/projects/EPICPIKAGUY/2782813

Try this. Draw a pen line on paper. Trace it with your finger. What happens? It smudges. PHYSICS, MAN.

No, it's not that.  It's anti-aliasing.


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

Offline

 

#523 2013-01-09 15:36:41

awesomenumberone
Scratcher
Registered: 2013-01-09
Posts: 1

Re: Report glitches in the Flash project player here!

what happens is that it freezes and i cant hear the song and it skips

Offline

 

#524 2013-01-09 17:09:03

NorKat
New Scratcher
Registered: 2012-09-15
Posts: 2

Re: Report glitches in the Flash project player here!

Hi scratchers I was playing DIY's Harry Potter and the Prisoner of Azkaban and it was
programmed to stop one script and start another when you caught the snitch in quidditch
but the script didn't stop. The bludgers were still there.  sad

Offline

 

#525 2013-01-09 18:44:06

Beaniebabyfan2
Scratcher
Registered: 2008-08-20
Posts: 1

Re: Report glitches in the Flash project player here!

Whenever there's a long song, like 3 minutes or longer, the project will freeze for 2 seconds making an odd sound. (The sound is supposed to be the song, glitching up.)
I don't really know how to describe it. It's very annoying & when you scroll down the page, the project will "stick" if it is frozen. My Internet Explorer lagged like no tomorrow when I scroll the page while the project is frozen. I literally had to close my browser.

Offline

 

Board footer