|
ringdingrenno (September 11, 2008 at 6:48 pm)
The great thing about your tutorials that you explain what the action scripts mean, helpt me alot to understand what i was doing, tank alot!
mivsenpivsen (May 18, 2008 at 3:09 pm)
hi "tutvid" you are brilliant and awesome.
I got a error with last action script
were you say the actual btn. and write in the AS: on(realease){
gotoAndStop....
i cant get it where in the btn. and timeline is , please help. It is difficult for me to see it clear and Im new in this
thanks
MouthofSaurons (March 29, 2008 at 5:06 pm)
How do you change the FPS with ActionScript 2.0?
DameonWolfDemon (March 6, 2008 at 11:29 pm)
At the top of your actions layer write:
import mx.transitions.Tween;
import mx.transitions.Tween.*;
Then what ever you want to fade in or out.
tween = new Tween(movieclip,"_alpha",Strong.easeIn,fadeFrom,fadeToo,.5,true);
You can read more about Adobe's documentation on the Tween class. Just google it.
lisatimestwo (February 27, 2008 at 1:04 am)
love this,thank you, its working but is there a simple way to make is fade in fade out?
kellopss (February 25, 2008 at 9:07 pm)
couldn't get the action code to work. any suggestions? function is same color as setInterval, etc. and flash says error lies with "access of undefined property time interval"...
coldtothetouch00 (February 22, 2008 at 4:04 am)
Great video, thanks for taking the time to make it. Just curious how i would go about adding a transition effect of some sort to the pictures.
xitstudios (February 20, 2008 at 10:52 pm)
good info thanks
brad828 (January 22, 2008 at 5:19 pm)
in the frame where your pictures stop (in this frame 5)type in the actions panel:
clearInterval(intervalID)
gotoAndStop(1)
hope it helped
amigero80 (January 2, 2008 at 12:56 am)
How do you make the movie loop? |