Basic Features

Advanced Features

Gamepad with control buttons (overlay type)

1.jpg

Touch the screen anywhere (besides near the control buttons) and move your finger to steer the rocket. Touch the control buttons to execute additional actions.

Pinch and zoom demo

1.jpg

Small demo about multitouch in Pocket Code.

10 fingers multitouch animation 

1.jpg

Touch the screen with up to ten fingers and move them around. The dots will follow each finger.

Note that the relatively complex code is necessary to make sure that no touch event is overlooked. Without this code, a race condition could occur when several touch events start at the same time. However, as implemented here, it will always work correctly.

Double tap button 

1.jpg

Double tap on the button to execute some action.

Please reuse the code in your own programs. Use the merge program function (last option when you longpress on the program in the list of programs) or use the backpack to insert the code into your programs.

Long-press button 

1.jpg

Longpress on the button to execute some action.

Please reuse the code in your own programs. Use the merge program function (last option when you longpress on the program in the list of programs) or use the backpack to insert the code into your programs.