Results 1 to 4 of 4

Thread: Custom mouse trail

  1. #1
    Join Date
    Jan 2009
    Posts
    39

    Custom mouse trail

    I like would like do some custom work on computer to impress someone. i have xp ,how can I set images for a mouse trail. Like i still want to default mouse pointer but I want nice image to trail it. Any Ideas? please reply ..
    thank you

  2. #2
    Join Date
    Aug 2007
    Posts
    1,098

    Re: Custom mouse trail

    here is lots of version available http://www.123cursors.com/cursor-category/6.html

  3. #3
    Join Date
    May 2008
    Posts
    678

    Re: Custom mouse trail

    You can:
    a) attach your custom point using attachMovie to some very high level rather than manually dropping it on the stage to ensure it's higher than all other elements
    b) Use negative levels for your trailer elements (flash goes as low as - 17,000 or something crasy)
    c) Use swapDepths which would kill the performance of your ap.

    I'd suggest option A. If you're using Flash MX you can just use:
    ActionScript Code:
    this.attachMovie("myMouse","myMouse_mc",1000); myMouse_mc.onLoad = function () { Mouse.hide(); } myMouse_mc.onEnterFrame = function () { setProperty(this, _x, _root._xmouse); setProperty(this, _y, _root._ymouse); updateAfterEvent(); }

  4. #4
    Join Date
    Dec 2007
    Posts
    1,599

    Re: Custom mouse trail

    you can try online Mouse Trail Code Generator i thing this is much nice way

Similar Threads

  1. Replies: 8
    Last Post: 06-05-2012, 12:21 PM
  2. Replies: 10
    Last Post: 01-10-2011, 04:08 PM
  3. Replies: 5
    Last Post: 28-03-2011, 10:34 AM
  4. Slow Mouse Tracking with new Magic Mouse on Snow Leopard
    By Windows_Macbuntu in forum Operating Systems
    Replies: 5
    Last Post: 04-11-2009, 12:33 PM
  5. Replies: 4
    Last Post: 24-09-2008, 05:01 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,505,947.81552 seconds with 16 queries