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

#1 2008-05-15 01:30:09

petrock
Scratcher
Registered: 2008-05-15
Posts: 2

Can't Move Sprites

Hello,

I'm using Scratch on Ubuntu Gnu/Linux on 25 machines in a computer lab. 2 machines have encountered the same problem...

I can't move the sprites. I can rotate them, but not move them. My "Move" arrow is selected and when I attempt to click and drag the sprite it won't move. If allowing it to rotate is ON, then it rotates, but I can't move it.

2 student machines are in this state. I don't have a clue as to what they might have done to produce this. Even if I close scratch and restart it, the problem remains. Once, I solved the problem by chance but wasn't aware of how I did so. The sprite just started moving.

Is this a setting I'm missing? Anyone else have this problem? Perhaps it is obvious but I'm a total n00b with Scratch.

Offline

 

#2 2008-05-15 05:03:03

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

Re: Can't Move Sprites

Are you talking about in development mode?  When all the scrips are visible?  I have never run into that problem in development mode.  In production mode (full screen mode) whether the sprite can be dragged with the mouse depends on whether it has been unlocked (small padlock button).   Please give more details on this problem.

What happens when you share the project to the website?  Do things work there?


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

Offline

 

#3 2008-05-30 01:49:10

petrock
Scratcher
Registered: 2008-05-15
Posts: 2

Re: Can't Move Sprites

This is with scripts visible. I use the MOVE pointer and all I can do is rotate the sprites (all of them are like this). Each sprite's location is locked.

Offline

 

#4 2008-05-30 02:01:20

ihaveamac
Scratcher
Registered: 2007-09-22
Posts: 1000+

Re: Can't Move Sprites

Put this script in to try moving it:
<when green flag clicked>
<forever>
<go to[ mouse-pointer
<if><key[ space ]pressed?>
<stop script>
<end>
<end>


~ihaveamac - visit ihaveamac.net

Offline

 

#5 2008-05-30 03:10:24

Mayhem
Scratcher
Registered: 2007-05-26
Posts: 1000+

Re: Can't Move Sprites

petrock wrote:

This is with scripts visible. I use the MOVE pointer and all I can do is rotate the sprites (all of them are like this). Each sprite's location is locked.

What happens if you try to type text into a "say" box?  Does it all come up in CAPS?

If the sprites are rotating instead of moving, it suggests the shift key is stuck or scratch is somehow getting the idea that the shift key is down.

On windows, capslock does NOT have that effect, but it might on Linux.

Check that capslock is off, and check to make sure your shift key isn't somehow stuck.


Web-spinning Spider:  http://scratch.mit.edu/projects/Mayhem/18456
3D Dungeon Adventure:  http://scratch.mit.edu/projects/Mayhem/23570
Starfighter X: http://scratch.mit.edu/projects/Mayhem/21825
Wandering Knight: http://scratch.mit.edu/projects/Mayhem/28484

Offline

 

Board footer