Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

0157-on.touch_move
on.touch_move = function(id, x,y, dx,dy, pressure)
	if Show_code then return end
	if car.touchmoved then
		call_protected(car.touchmoved, id, x,y, dx,dy, pressure)
	end
	if car.touch_move then
		call_protected(car.touch_move, id, x,y, dx,dy, pressure)
	end
end