Groups | Blog | Home
all groups > flash actionscript > april 2004 >

flash actionscript : Navigation Help!!!


chris_fill
4/17/2004 7:50:01 PM
kglad
4/17/2004 7:57:31 PM
attached to your triangle movieclip you could use:

onClipEvent(enterFrame){
this._x=.5(this._x+_root._xmouse); // use a conditional if you want it to
follow only when the mouse is over the menu
}
AddThis Social Bookmark Button