Soldato
- Joined
- 10 Apr 2006
- Posts
- 7,890
- Location
- North West
I seem to be busy on these forums asking people questions!
Every little helps though
I have a library full of movie files and navigation buttons that are movie clips.
When a navigation button is pressed the follow code is ran :
this.onRelease = function() {
_root.attachMovie("Entrance", "VideoClip", 1);
_root.VideoClip._x = 17;
_root.VideoClip._y = 17;
};
The movieclip Entrance is then played.
At the end of that movie clip, another navigation button is placed. it has the exact same code except Entrance is changed for another moviename.
All the movies play fine, so they are linked properly.
But the first time the button is pressed, the VideoClip is moved 17px on both axis, but when the second button is pressed the VideoClip plays from 0,0(top left corner) and ignores the alignment I have set.
Any idea why as I need all the movie clips to be playing in the same area!
Thanks!
if anyone finds it easier to help via MSN then please add me
Every little helps though

I have a library full of movie files and navigation buttons that are movie clips.
When a navigation button is pressed the follow code is ran :
this.onRelease = function() {
_root.attachMovie("Entrance", "VideoClip", 1);
_root.VideoClip._x = 17;
_root.VideoClip._y = 17;
};
The movieclip Entrance is then played.
At the end of that movie clip, another navigation button is placed. it has the exact same code except Entrance is changed for another moviename.
All the movies play fine, so they are linked properly.
But the first time the button is pressed, the VideoClip is moved 17px on both axis, but when the second button is pressed the VideoClip plays from 0,0(top left corner) and ignores the alignment I have set.
Any idea why as I need all the movie clips to be playing in the same area!
Thanks!
if anyone finds it easier to help via MSN then please add me
