A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: elastic mouse trailer/follower

  1. #1
    www.zedmedia.org
    Join Date
    Jul 2002
    Location
    Haslemere, UK
    Posts
    148
    elastic mouse trailer/follower:

    how do i or wot is the actionscript to make a mouse trailer with 2 different movie clips following it. these mc's follow the mouse, but when it stops they fly past and return slowly swinging rond the mouse, i have seen it using javascript but want 2 do it in flash.

    i have checked all the tutes and looked at all the uploaded mouse trailers, none of which do quite what i want.

    any help at all would be great.

    cheers

  2. #2
    http://ps2.praystation.com/pound/v1/

    look at this site in september 06 ther is a script that should help you...

  3. #3
    www.zedmedia.org
    Join Date
    Jul 2002
    Location
    Haslemere, UK
    Posts
    148

    nearly there...

    thats just the sort of thing, but i want it to follow the mouse with that kind of movement, any tips?

    cheers

  4. #4
    now that you have the elastic thing there is no much left to do ..

    onClipEvent(enterFrame){
    this._x=_root._xmouse;
    this._y=_root._ymouse;
    }

    Put this action on the movie clip you add get from praystation... this should make the movie to follow the mouse.

    You could also use the startdrag function...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center