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
Make a button at frame 1, and place it on stage. This button should launch
the typewriter,
so it has to have a little piece of code attached to itself (rightclick the
button, and chose actions).
o the button has these actions:
on (releasee) {
play();
}
Thats it, three easy steps.
If you are wondering about any of the commands used, they are all very good
explained in the actionscript dictionary.
To open up the dictionary, press F1 while inside flash :o)