ID:156114
![]() Dec 24 2010, 10:17 am
|
|
is there any way to make a arrows display on players screen and as player press the arrow in order the arrows start to disapear and on last it gives you new ones.
|
so how do i know which will come next like if first one is north and 2nd one is east how do i know which will be third
|
* client.Move() = This will be called when a client presses and arrow key. Make it check if the arrow pressed is the correct direction or not (via a variable)
* /image = Check out the entry in the image() procedure. You can make it so the arrow is seen by the person you output to, not everyone (do not use overlays)