n0-order
September 12th, 2002, 07:53 AM
:-\
I have a moive with a sliding arrow that only sides arrow the X axes. I worked on it and Ive go it to work in a movie using this scripted.
//
mouse_x = _xmouse;
setProperty (_root.follow, _x, mouse_x+((getProperty(_root.follow, _x)-mouse_x)/1.15));
//
with the arrow in its own movie, instance named 'follow'.
its works fine.. http://www.no-order.co.uk/flash2.html
but then on my main index page (anther flash movie) when I do load movie into target I find that the whole loaded movie moves not the arrow.
It has something to do with parents moives I guess but I dont know any help wouldnt go a miss.
I have a moive with a sliding arrow that only sides arrow the X axes. I worked on it and Ive go it to work in a movie using this scripted.
//
mouse_x = _xmouse;
setProperty (_root.follow, _x, mouse_x+((getProperty(_root.follow, _x)-mouse_x)/1.15));
//
with the arrow in its own movie, instance named 'follow'.
its works fine.. http://www.no-order.co.uk/flash2.html
but then on my main index page (anther flash movie) when I do load movie into target I find that the whole loaded movie moves not the arrow.
It has something to do with parents moives I guess but I dont know any help wouldnt go a miss.