installscript:=func(partframe,removeframe) begin
	RegSound('kAppSymbol, kMySound)
	end;

SetPartFrameSlot('TapAction,func() begin
	playSound(GetRegisteredSound('kAppSymbol));
	nil
	end);


SetPartFrameSlot('text,kAppName);

RemoveScript:=func(removeFrame) begin
	unRegSound('kAppSymbol)
	end