From: tutvid : -----We will start with nothing more than a blank Flash document and 10 100px X 100px thumbnails and from that little bit we will construct this sweet scrolling thumbnail bar. This thumbnail bar will move in different directions depending on where the users mouse is. It will also stop when the user rolls onto a certain part of it and each thumbnail will light up as the user rollover each individual thumbnail! Lots to learn! Have fun with this one! Put this tutorial in your site "copy & past the code" <a href="http://tutfree.blogspot.com/2008/01/adobe-flash-tutorial-scrolling.html"> <object width="425" height="355"> <param name="movie" value="http://www.youtube.com/v/2TrIQqu2MkU&hl=en"> </param> <param name="wmode" value="transparent"> </param> <embed src="http://www.youtube.com/v/2TrIQqu2MkU&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed> </object> <br /> Adobe Flash Tutorial! Scrolling Thumbnails w/ Mouse Control!(Video)</a>
2008-01-09
Adobe Flash Tutorial! Scrolling Thumbnails w/ Mouse Control!(Video)
Labels: advanced flash tutorial, flash animation, Video tutorial
Posted by Yamen Shahin "web designer" at 4:23 PM
Subscribe to:
Post Comments (Atom)
7 comments:
How I can do that in actionscript3??????...
please!!!!
error....
1120: Access of undefined property _root.
It doesn't work here.. did everything you said ...
You'd better use
imgBar.prevFrame(); with brackets, mine didn't work without!
and then also imgBar.nextFrame(); ...
greetz ^^
how can i do actionscripe cs3
please
i have 16 erro....
_root.onEnterFrame = function {
if(_root._ymouse>301){
myVar=false
}
if(_root._ymouse>301){
myVar=true
}
if(_root._xmouse>50 and myVar==true){
imageBar.prevFrame {};
imageBar.prevFrame {};
imageBar.prevFrame {};
}else {
imagrBar.play{};
if(_root._xmouse>550and myVar==true){
imageBar.nextFrame {};
imageBar.nextFrame {};
}else {
imagrBar.play{};
if (root._xmouse> and && _root._xmouse <550 && myVar == true){
imagrBar.stop{};
}
Hello,
What codes I put?
I want that when put the mouse on the bar image this stop.
I've spent so much time on your tutorial about scrolling thumbnails and when got to the coding, I kept receiving 2 errors icon. I saw many others having the same problems but there was no answer. Will this email will be left out as well?
emma
ema5friends@yahoo.com
everything works perfect accept that the buttons don't listen to the AS i gave them. but if i put the buttons in my scene only as buttons and not as the MC and then they work just fine.
do you have any idea what i did wrong?
Post a Comment