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

#1 2013-03-18 13:50:00

Holywellstudent
New Scratcher
Registered: 2013-03-18
Posts: 1

Can you move 2 sprites at the same time?

Hi I am no expert at scratch so I am not sure if it just my computer or if it is impossible but can you move 2 sprites at the same time? Any answers would be appreciated.

Offline

 

#2 2013-03-18 13:53:26

Harald
New Scratcher
Registered: 2013-03-05
Posts: 34

Re: Can you move 2 sprites at the same time?

Yes, that is very possible to do.
You can assign the same keys to both sprites if you want to move them at the same time, or separate keys if you want them to move separately.

Offline

 

#3 2013-03-31 16:38:55

shivadas
Scratcher
Registered: 2010-02-06
Posts: 100+

Re: Can you move 2 sprites at the same time?

No, it's possible. On each Sprite you would put the same script. For example:

when key [Space v] pressed
change x by [10]

Last edited by shivadas (2013-03-31 16:39:08)


Please check out my latest project, Hunger Avenger!

Offline

 

#4 2013-04-01 07:50:15

xlk
Scratcher
Registered: 2013-03-18
Posts: 57

Re: Can you move 2 sprites at the same time?

Some keyboards have a limit on the amount of keys pressed simultaneously, so keep in mind that if this is the problem, not every computer has it, but some do.
EG, my brother's laptop has a 3 key limit, which sucks as soon as you have to press a sprint, walk and jump key.

Offline

 

#5 2013-04-03 19:44:04

shivadas
Scratcher
Registered: 2010-02-06
Posts: 100+

Re: Can you move 2 sprites at the same time?

xlk wrote:

Some keyboards have a limit on the amount of keys pressed simultaneously, so keep in mind that if this is the problem, not every computer has it, but some do.
EG, my brother's laptop has a 3 key limit, which sucks as soon as you have to press a sprint, walk and jump key.

Key limits don't matter necessarily. The same key can move more than one sprite at a time.


Please check out my latest project, Hunger Avenger!

Offline

 

Board footer