View Single Post
Old 01-14-2013, 03:35 PM   PM User | #1
alicatia87
New to the CF scene

 
Join Date: Jan 2013
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
alicatia87 is an unknown quantity at this point
Help with Flash basic coding

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
alicatia87 is offline   Reply With Quote