|
thebestanswer2 (November 30, 1999 at 12:00 am)
all you have to do is change from actionscript 3.0 to actionscript 2.0 then it'll work.
mtoni1987 (November 30, 1999 at 12:00 am)
AS 3.0 Translation - For his "ThumbAS" frame, try this code... thumb01.addEventListener(MouseEvent.MOUSE_OVER, manageMouseOver);thumb01.addEventListener(MouseEvent.MOUSE_OUT, manageMouseOut);function manageMouseOver(e:MouseEvent):void{thumb01.alpha=1; }function manageMouseOut(e:MouseEvent):void{ thumb01.alpha=0.5; }
minEbol55 (November 30, 1999 at 12:00 am)
ev quyor vieen
idilassi (November 30, 1999 at 12:00 am)
thaks nice tutorial
tviewmountain (November 30, 1999 at 12:00 am)
can you put scroll bar on this tutorial?
wcbobby (November 30, 1999 at 12:00 am)
Thank you SIR! Don't forget to place the photosMC movie clip on the master clip stage with the right instance name. :)
jimmyg88888888 (November 30, 1999 at 12:00 am)
lol u tool this is flash 8
oandb1 (November 30, 1999 at 12:00 am)
Hey im using CS3 on a mac and im trying to get my flash program to work, it won't let me add action script to my button, it says "current selection cannot have actions applied to it" does anyone know what i can do or whats wrong?
hatsuhari (November 30, 1999 at 12:00 am)
hey just wanted to say thanks for all the hard work and i was wondering u could tell im having a problem all my action script is correct but after testing the movie i couldnt get the image to play can u help
man122190 (November 30, 1999 at 12:00 am)
thanks great Tutorial |