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

#1 2012-05-25 14:44:33

14darkcats
Scratcher
Registered: 2012-05-23
Posts: 12

slow glitch

my scratch game moves very slowly compared to when i play it in the program. Now you fall a lot slower and die before you start to really play. Plus, my character is blurred. Anyone know why? here is the link: http://scratch.mit.edu/projects/14darkcats/2565121


http://i48.tinypic.com/2dwb66g.jpg
maybe

Offline

 

#2 2012-05-25 17:15:10

3sal2
Scratcher
Registered: 2012-03-22
Posts: 100+

Re: slow glitch

Did you avoid compressing images? High-quality images can disrupt project speed. What player are you talking about? The Java Player? It's much less efficient than the Flash Player and that dying-before-playing part is probably because:

1. it's accidentally set to 0 somewhere;
2. it's not resetting when the green flag is clicked, or, more likely;
3. the Java Player is not efficient enough to maintain variables' proper value.


http://scratch.mit.edu/static/projects/3sal2/3120946_sm.png In 2012, scientists at the LHC discovered the Higgs boson, which explains the source of the masses of the W+, W-, and Z bosons, as well as fermions.

Offline

 

#3 2012-05-25 18:31:42

14darkcats
Scratcher
Registered: 2012-05-23
Posts: 12

Re: slow glitch

3sal2 wrote:

Did you avoid compressing images? High-quality images can disrupt project speed. What player are you talking about? The Java Player? It's much less efficient than the Flash Player and that dying-before-playing part is probably because:

1. it's accidentally set to 0 somewhere;
2. it's not resetting when the green flag is clicked, or, more likely;
3. the Java Player is not efficient enough to maintain variables' proper value.

by player i meant character, user, call it whatever. I don't think the image is compressed. And what I'm saying is that the game will run fine on the program, but not here on the site. And the "player" is supposed to fall from the middle of the screen, I did that on purpose.


http://i48.tinypic.com/2dwb66g.jpg
maybe

Offline

 

#4 2012-05-28 09:56:52

3sal2
Scratcher
Registered: 2012-03-22
Posts: 100+

Re: slow glitch

Are you using Java or Flash? If it's Flash, you may need to make it wait before the sensing is done. There was a bug in that player: Some color combinations used in [color = #0494dc] <color !! is touching !!?>[/color] don't work. Are you using the current version? On the other hand, the Java player is not efficient enough to execute it correctly. That's what I think is the problem with the online players.


http://scratch.mit.edu/static/projects/3sal2/3120946_sm.png In 2012, scientists at the LHC discovered the Higgs boson, which explains the source of the masses of the W+, W-, and Z bosons, as well as fermions.

Offline

 

#5 2012-06-03 17:29:02

3sal2
Scratcher
Registered: 2012-03-22
Posts: 100+

Re: slow glitch

3sal2 wrote:

Are you using Java or Flash? If it's Flash, you may need to make it wait before the sensing is done. There was a bug in that player: Some color combinations used in [color = #0494dc] <color !! is touching !!?>[/color] don't work. Are you using the current version? On the other hand, the Java player is not efficient enough to execute it correctly. That's what I think is the problem with the online players.

Are you using Java or Flash? If it's Flash, you may need to make it wait before the sensing is done. There was a bug in that player: Some color combinations used in <color !! is touching !!?> don't work. Are you using the current version? On the other hand, the Java player is not efficient enough to execute it correctly. That's what I think is the problem with the online players.


http://scratch.mit.edu/static/projects/3sal2/3120946_sm.png In 2012, scientists at the LHC discovered the Higgs boson, which explains the source of the masses of the W+, W-, and Z bosons, as well as fermions.

Offline

 

#6 2012-06-04 15:31:57

3sal2
Scratcher
Registered: 2012-03-22
Posts: 100+

Re: slow glitch

14darkcats wrote:

3sal2 wrote:

Did you avoid compressing images? High-quality images can disrupt project speed. What player are you talking about? The Java Player? It's much less efficient than the Flash Player and that dying-before-playing part is probably because:

1. it's accidentally set to 0 somewhere;
2. it's not resetting when the green flag is clicked, or, more likely;
3. the Java Player is not efficient enough to maintain variables' proper value.

by player i meant character, user, call it whatever. I don't think the image is compressed. And what I'm saying is that the game will run fine on the program, but not here on the site. And the "player" is supposed to fall from the middle of the screen, I did that on purpose.

I knew that this was online, due to the context of the post you started this topic with. Which player do you use? What's the version? From the title context, I'm assuming the Java player, which is slower than Scratch 1.4.


http://scratch.mit.edu/static/projects/3sal2/3120946_sm.png In 2012, scientists at the LHC discovered the Higgs boson, which explains the source of the masses of the W+, W-, and Z bosons, as well as fermions.

Offline

 

Board footer