action script help
action script help
Out of context: Reply #12
- Started
- Last post
- 12 Responses
- unfittoprint0
copy/paste the actions to an action layer
name the button myButton
the external movies should be on the same directory of your main movie. if not, you should indicate it in the loadMovie action: "directory/movie.swf"...
name the movies movie1 e movie2 (should be empty empty movies). Better, you could add these 2 actions:
this.createEmptyMovieClip("movie...
this.createEmptyMovieClip("movie...
good luck.