Hi there. I have made a shared library which has buttons in it. Unfortunately the actions on these buttons arent working - and i'm not sure why. The connections between the movies and the shared movie is fine as i am able to update the look of the button in the shared library and this is reflected in the other movies which also use the button....but like i say the actions dont work.
And i'm only using really simple actions like:
on (release) {
gotoAndStop (5);
}
And i'm only using really simple actions like:
on (release) {
gotoAndStop (5);
}