tippytarka
Programmer
ok this is really bugging me, i'm newish to flash and i'm trying to load a movie by clicking onto a button.
by using this code the movie loads automatically...
then if i assign the following code to a button that i've created...
then i get this error....
i've googled searched and searched this forum and i can't find clear instructions on how to do it ...even though i know this must be the most basic and easiest thing to do ...hence my frustration.
by using this code the movie loads automatically...
Code:
loadMovieNum("roster_videos.swf", 1);
then if i assign the following code to a button that i've created...
Code:
on (release) {
loadMovieNum("roster_videos.swf", 1);
}
then i get this error....
**Error** Scene=Scene 1, layer=videos, frame=80:Line 1: Mouse events are permitted only for button instances
on (release) {
Total ActionScript Errors: 1 Reported Errors: 1
i've googled searched and searched this forum and i can't find clear instructions on how to do it ...even though i know this must be the most basic and easiest thing to do ...hence my frustration.