loadMovieNum('nav.swf',5)
but then on the nav file it had more code which would load the other files into it so the nav file acted as a database with all the code in whereas the background was just the loader of the code.
here is the code that was used in the nav file:
gary.onPress = function (){
loadMovieNum('page1.swf',1)
}
gary2.onPress = function (){
loadMovieNum('page2.swf',1)
}
gary3.onPress = function (){
loadMovieNum('page3.swf',1)
}
gary4.onPress = function (){
loadMovieNum('page4.swf',1)
}
gary5.onPress = function (){
loadMovieNum('page5.swf',1)
}
with the final part though on the background we had to make sure we published all the files before we finally published the background otherwise the other parts wouldn't be updated.
No comments:
Post a Comment