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
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)
Offline
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
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.
Offline