CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Flash & ActionScript (http://www.codingforums.com/forumdisplay.php?f=52)
-   -   Help with Flash basic coding (http://www.codingforums.com/showthread.php?t=285768)

alicatia87 01-14-2013 03:35 PM

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

amazingkitty 04-26-2013 10:25 AM

I would suggest you start learning HTML5/CSS3 - the new(ish) standard though it's been around for a while now and is supported in all major browsers & IE9 (some bis are in IE8). Start here: http://www.w3schools.com/html/html5_intro.asp


All times are GMT +1. The time now is 08:20 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.