You could use the textpos package for relative positioning of the
pgfbox. But pay attention to the z-index of the neighboring boxes,
which might overdraw your arrows.
Example:
\documentclass[final,hyperref={pdfpagelabels=false}]{beamer}
...
usepackage{textpos} % free image positioning
\setlength{\TPVertModule}{1cm} % unit for vertical positioning
\setlength{\TPHorizModule}{1cm} % unit for horizontal positioning
\begin{document}
\begin{frame}{}
...
\vskip10cm
\begin{block}{Introduction}
\begin{itemize}
\item some items
\item some items
\item some items
\item some items
\end{itemize}
\begin{textblock}{4}(39,-1) % relative x,y offsets from current position
\pgfbox[center,center]{
\begin{tikzpicture}[overlay,line width = 0.8cm, red]
\draw[<->] (-2,0) -- (2,0);
\end{tikzpicture}
}
\end{textblock}
\end{block}
\end{frame}
\end{document}
--
http://www-i6.informatik.rwth-aachen.de/~dreuw/
Dipl.-Inform. Philippe Dreuw
RWTH Aachen University - Department of Computer Science - Germany
Phone:
+49 (241) 80-21613