|
whitwoolou (January 1, 1970 at 12:59 am)
first time I've used flash, your video was a massive help, thanks!
anehzat (January 1, 1970 at 12:59 am)
that was a great clip, i had a bit of problem but that was because i was in action script 3 if you use action script 2 it works just fine : )
srrupert (January 1, 1970 at 12:59 am)
Nice work very helpful
jasnimation (January 1, 1970 at 12:59 am)
hey great video i learned allot more but i had 1 problem the buttons didnt work they dont link the pictures so when i click on them they dont show the pictures plz help! either from that everything works good :) thnx
Kirbyking (January 1, 1970 at 12:59 am)
You forgot to mention where you got the sized photo's from and what program you moved them over from, begninners will get lost
unequeled (January 1, 1970 at 12:59 am)
Yea, it helped, Thank You
mattiehead (January 1, 1970 at 12:59 am)
If you click on your rectangle tool and go to properties and set the rectangle options back to zero I think that should make your rectangles.... well rectangular again... Hope this helps
unequeled (January 1, 1970 at 12:59 am)
Hey, i just got flash, and i somehow screwed up my rectangle tool. when i try to draw a damned rectagle the corners, like sink in to make points on 2 ends, but basically it's not a damned rectangle, can anyone help?
thebestanswer2 (January 1, 1970 at 12:59 am)
all you have to do is change from actionscript 3.0 to actionscript 2.0 then it'll work.
mtoni1987 (January 1, 1970 at 12:59 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; } |