I watched a nice presentation here about atrial fibrillation with interactive features. I would like to have similar features too.
Code
\documentclass{beamer}
\usepackage{enumerate}
\usetheme{Copenhagen}
\usepackage[T1]{fontenc}
\usepackage{newunicodechar}
\begin{document}
\begin{frame}
\frametitle{Normal Conduction System}
\begin{figure}
\center
\includegraphics[scale=0.4]{image.png}
\end{figure}
\end{frame}
\end{document}
where picture

Clicking right-atrium gives

Clicking left-atrium gives

You can click any part of those parts in any order and it gives arrow there. I do not know if Beamer is sufficient for this. Probably, some combination with Tikz?
How can you have such an interactive model for a picture in LaTeX?


multidopicture mode command in any latex tutorial) but I don't see that would help as you have to specify the target of each tile separately anyway. – David Carlisle May 10 '15 at 15:30