Concussion
Technical User
Can I add an unload movie command to this script so it will unload all the movies on the same layer as this one is going to load onto?
Thenervebutton.onPress = function() {
_root.createEmptyMovieClip("empty", 2);
loadMovie("hombru.com/Pictures/The Nerve.swf", "empty"
empty._y = 300;
empty._x = 150;
}
Thanks
Thenervebutton.onPress = function() {
_root.createEmptyMovieClip("empty", 2);
loadMovie("hombru.com/Pictures/The Nerve.swf", "empty"
empty._y = 300;
empty._x = 150;
}
Thanks