Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by MooAal

  1. MooAal

    Custum curser problem

    Thanks! The hitTest works.
  2. MooAal

    Custum curser problem

    Hi I'm making a homepage where I use a custum curser, made with the following script: custCurser1_mc.onEnterFrame = function() { this._x = this._x-(this._x-_xmouse)/2; this._y = this._y-(this._y-_ymouse)/2; }; custCurser2_mc.onEnterFrame = function() { this._x =...

Part and Inventory Search

Back
Top