Hi
I am trying to call a movie clip when the user clicks on a button.
I have attached
on (release) {
point1.attachMovie(respon_001,point1a,1);
}
to the button
point1 being instance name of maovie clip
respon_1 being linkage name of maovie clip
point1a being the new name (not sure what this is for ???)
and 1 being the depth
I suppose another way round it would be to simply go from the button to an empty frame with the movie clip in, but i would rather not do it that way
cheers
I am trying to call a movie clip when the user clicks on a button.
I have attached
on (release) {
point1.attachMovie(respon_001,point1a,1);
}
to the button
point1 being instance name of maovie clip
respon_1 being linkage name of maovie clip
point1a being the new name (not sure what this is for ???)
and 1 being the depth
I suppose another way round it would be to simply go from the button to an empty frame with the movie clip in, but i would rather not do it that way
cheers