AS2 CS5
Hi there, i am experiencing a similar problem! (beginner student of flash!!) i have a movie clip called MCMAINCLIP and within that MC i have MCPhotos.
I am trying to add script to a button in MCMAINCLIP allowing me to control the timeline of MCPhotos.
I am using:
on(release){
_MCPhotos.gotoAndPlay(“IMG1”);
}
i have also tried: on(release){
_root_MCPhotos.gotoAndPlay(“IMG1”);
}
but i am having no luck what so ever!
all the script is trying to do is move to specified frame label in MCPhotos.
Any help would be massively appreciated.
Thanks in advance
Edd