Hello! Being new to this forum I havent throughly browsed through the individual threads but would appreciate it if someone could check the coding used for my Flash portfolio.
I have compiled the pages individually and saved them under different file name suchs as creativeportolio, to identify them more easily. There are four buttons which have added some code which link to the appropriate page. The problem is when testing the finished file flash seems to play all the pages all at once, without stopping even when taking the loop off? How can I stop the pages from jumping so that the user has to click on a button in order for it to carry on? Also I would like to bring all the pages together so I can test it. I have tried linking them
through individual scenes but, doesnt seem to work. Also when testing the links , when the mouse is placed near to the button it shows its ready to be clicked but nothing happens, only until the enter button is pressed?
Here is the coding for one page of one button;
onclick (release) {
gotoAndStop(keyframe3);
}
The coding is pretty much the same for every other button.
Would greatly appreciate any help..
Thanks