Hi,
I've completed this tutorial -
http://www.republicofcode.com/tutori.../portfolio_bc/ but when I view the project on HTML the images don't stop and wait for you to hover over the thumbs, they play repeatedly for about 0.2 of a second each on loop! What am I doing wrong?
In the code the first step is;
btn1_btn.onRollOver= function(){
myScreen_mc.gotoAndStop(1);
};
What is the significance of (1) - what does this relate to?
Thanks,
Alex