Here is one that is stumping me.
I have 8 different movies to load using 8 different buttons.
example: "floor1.swf","floor2.swf"...
The problem is that on(release){ I am setting a variable
example: floor="floor1.swf"
then I am targeting an animation of doors closing.
At the end of the doors closing I am calling the load movie
loadMovieNum(floor,1);
What is the proper way to do this? I am so close here.
Thanks
I'd gladly pay you on Thursday
for a hamburger today!
I have 8 different movies to load using 8 different buttons.
example: "floor1.swf","floor2.swf"...
The problem is that on(release){ I am setting a variable
example: floor="floor1.swf"
then I am targeting an animation of doors closing.
At the end of the doors closing I am calling the load movie
loadMovieNum(floor,1);
What is the proper way to do this? I am so close here.
Thanks
I'd gladly pay you on Thursday
for a hamburger today!