I would like constant motion as well.
On
www.roytanck.com/tag-cloud/, which tagcloud seems connected to Joomulus, I read:
Hi Jon. There are no undocumented features whatsoever, but it slowdown effect is quite easy to disable if you’re able to edit the sources a bit and recompile the movie (which basically means: if you have Flash installed and know the bare basics).
Simply open up the tagcloud.as file, find the line that says “active = false; and change false to true. Then scroll down a bit and comment out the next two lines bij adding a double slash in front of each one.
stage.addEventListener(Event.MOUSE_LEAVE, mouseExitHandler);
stage.addEventListener(MouseEvent.MOUSE_MOVE, mouseMoveHandler);
That should disable the motion easing and mouse exit detection. If you want to have the cloud move constantly in one direction no matter where the mous is, scroll down a bit further to the “updateTags” function and set the ‘a’ and ‘b’ variables to fixed values.
Butt these recommandations don't seem to apply for Joomulus. Could you give us similar recommandation for Joomulus!? If you do, we can establish constant motion ourselves.
Thanks!