Hey there, I have a button that i want to laod a move when its clicked, that all goes well but i cant changew the palce it opens.
on(release){
loadMovie(“picture.swf”,1);
_x=250
_y=100
}
I want the movie to open in them co-ordinates but it just moves m,y whole page down to that place!
Im gna try and make this understandable…the movie the button is in is already a loadedMovie from my “MainScene” and when the button is clicked i needd it to perform the loadMovie into the “MainScene” again but all it does is NOTING, arghHH! lol