The snake snacker example game will broadcast to my phone. The phone menue says touch to play. touch screen not working or I need commands in order to configure. I set the Virtual joystick code in the snake snacker example where the Input From Player is located inserted AddVirtualJoystick ( 1, 20, 300, 30 )
I changed the "Box" in the Virtual Joystick Example to "1" to associate with the Snake Snaker head Image.
// main loop
do
etc. I see the joystick in lower corner ,but the game is frozen.
the snakehead is detached and moves controlled by mouse courser pointing onto the joystick visible during game. The rest of the snake segs body is stationary. the free floating head is not effected by obstacles in the game. Music plays while the game frozen. Any suggestions how to keep the snake snacker moving while controlled by mouse courser pointing onto the joystick visible during game? I also see a error if snake_xd=-1 at line 649 preventing phone broadcast when edited with virtual joystick commands. Any suggestions on how to enable virtual joystick in Example game SnakeSnaker?
Ronald Millian