For some reason I cannot get this to work. If there is a tut, or another post that you can reference me to that would be awesome! I searched but found nothing…
Basically I have movie clip on the main timeline, within that movie clip I have several movie clip along the timeline that hold other information. All of this information is stored on a button, placed on the main timeline.
Right now my code is:
on (press) {
resorts.Aruba.gotoAndPlay("Images");
}
So it’s resorts on the main timeline, Aruba / Orlando / Atlanta movieclips inside the resorts movie clip, and I want to call the “Images” instance name inside of Aruba.
Hopefully that makes sense.
HELP!