Pages: 1
Topic closed
Hi everyone,
I am new.
I have 4 sprites and I want to use keys to control their 'point in direction'.
The natural choice is to use the up,down,left,right arrow keys on the
keyboard. But the problem is all sprite point in the same direction, which
is not what I want. Of course, I can assign, 'a,b,c,d' for sprite 1, and
'e,f,g,h' for sprite 2 ... But that is not intuitive and hard to remember.
Any suggestion on how to control sprites direction individually and yet
in an easy to remember way is much appreciated.
|** 000 ***** 000 ***
Choo-Choo.Up.Down.Left.Right
Offline
Maybe you use the left and right keys to navigate between sprites, and aswd to control direction.
Offline
Hardmath123 wrote:
Maybe you use the left and right keys to navigate between sprites, and aswd to control direction.
This is a very good idea. Here, if you're unsure, are some scripts that do this.
Put this in your Stage (or anywhere really):
Make the 10s into the number of sprites being switched around.
Then put this in your sprites:
Make the 1 at the top 2 for the next sprite, then 3, then so on.
Offline
Topic closed
Pages: 1