Featured FLA
» Author: Nitin Tikhe
» Title: Cart
» Description: This Animation Tut is a fun and useful for kids below 15 years. Watch the Flag, Doors, Stick and Horse movements.
» More by Nitin Tikhe
Featured Site
» Posted in the Flash Kit Links section
» Title: Banana Swimwear
» Description: This is a banana swim wear interactive catalog we designed and animated in Flash
Then, you are ready to create the actions to make the whole thing work:
o frame 1 has these actions:
q = 1;
text = "this is where
you put your text";
stop();
o frame 2 has these actions:
if (q
textbox = text.substring(0,
q);
q++
} else {
textbox = text;
gotoAndStop(1);
} o frame 3 has these actions:
gotoAndPlay(2);