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
A function is just a bit of code that is reusable. Think of it like a set of tasks packaged up. If you ever find yourself writing the same bit of code over and over again all over the place in your script, stop! and write a function instead. You’ll be glad you did.
Let’s take a real life example of a task that we have to do regularly to see how these things work. Later, we’ll cover a programming example for working out a percentage.