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

#1 2012-09-25 10:29:05

Folbo
New Scratcher
Registered: 2012-09-25
Posts: 1

Jerky Motion

I am teaching scratch with 25 students on literally identical machines (citrix virtual W7 clients). We are having a go at PacMan.

24 computers work fine.

One computer gives jerky motion even from the most simple of scripts such as

when gf clicked
forever if ( color (3) is touching (6) ? )

    move (4) steps
end
where the sprite contains a blob of colour 3, and the background is colour 6 (I have no idea what the actual colour values!).

any idea where I should look?

Thanks.

Offline

 

#2 2012-09-25 15:44:54

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

Re: Jerky Motion

Folbo wrote:

I am teaching scratch with 25 students on literally identical machines (citrix virtual W7 clients). We are having a go at PacMan.

24 computers work fine.

One computer gives jerky motion even from the most simple of scripts such as

when gf clicked
forever if ( color (3) is touching (6) ? )
    move (4) steps
end
where the sprite contains a blob of colour 3, and the background is colour 6 (I have no idea what the actual colour values!).

any idea where I should look?

Thanks.

If 24 other computers work perfectly, then that's a strong indicator that either the problem lies with the computer, or something went wrong when you downloaded Scratch. If programs other than Scratch [on that computer] are lagging, then the problem is probably with your computer, but if other programs work smoothly, then you might want to try reinstalling Scratch. Other than that, if you have an questions, the scratch forums are a really great place to ask them.

I hope that this answers your question!


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

Offline

 

#3 2012-09-25 18:15:10

MoreGamesNow
Scratcher
Registered: 2009-10-12
Posts: 1000+

Re: Jerky Motion

Have you copied a working program from one of the other 24 and tried to run it on the jerky computer?  If it doesn't work, the next thing I'd do is redownload Scratch and try running the proven-to-be-working program (copied from one of the other 24); if that is still jerky, I'd guess it is either a hardware problem, or a difficult-to-solve software problem  hmm .


http://images2.layoutsparks.com/1/218929/rubiks-cube-animated-rotating.gif
"Cogito ergo sum" --  I think, therefore I am

Offline

 

Board footer