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...
Hi I have created animated .swf pages in flash and I wanna link the pages so that when the user clicks a button another page will open. Any Help would be much appreciated.