poi fare un marquee con i bottoni di start e stop
ma è IE only

codice:
<marquee id="scroller" direction=up width=150 height=150 style="background-color:lightyellow;border:1px solid black">Marquee contents here. Marquee contents here...</marquee>

Start | Stop

<script>
if (document.all)
scroller.stop()
</script>
l'ho trovato qua:
http://www.javascriptkit.com/javatutors/marquee4.shtml