Hi I really need help from all you brainboxes.
I would like to load an .swf animation as a movieclip, within a flash file.
This is what I have:
onClipEvent (load) {
num = 2;
this.ti1.gotoAndStop(num);
}
on (rollOver) {
if (_root.link<>num) {
this.gotoAndPlay("s1");
}
}
on (releaseOutside...