Search results for onmouse (3)
A simple scroller where you can add your content.
You can even controll the speed.
1506
Image move left to right on move move.
I can even changed the cursor on Mouse Move.
The cursor even filps on changing the d ...
3882
MovieClip.prototype.doDoc = function() {
this.mnW = this._width
this.onMouseMove = function(){
this.xmouse = Math.abs(t ...
7536