Flash
Working with flash is simple if the person knows it completely or have total knowledge of scripting in flash. There are many software for animation but most used are Macromedia and Adobe Flash for work.
Flash is useful for website design, animation, graphic animation, cartoons, etc.
Above can be done(Flash work) if you have total knowledge, people go for training to learn how to develope flash but you can also study flash from home by downloading Flash tutorial pdf file and software.
For action script click on Action, movie control, then control you want to add.
Some of the similar flash script for buttons and scene to play and stop.
For button:
on(press) {
gotoAndplay("scene1",1);
}
**Change scene you require or put scene name if it is renamed.
Link button:
on(release) {
getURL("http://www.flash.com","_blank");
}
*** For more script You can do Googling and get exact codes you require.
Working with flash is simple if the person knows it completely or have total knowledge of scripting in flash. There are many software for animation but most used are Macromedia and Adobe Flash for work.
Flash is useful for website design, animation, graphic animation, cartoons, etc.
Above can be done(Flash work) if you have total knowledge, people go for training to learn how to develope flash but you can also study flash from home by downloading Flash tutorial pdf file and software.
For action script click on Action, movie control, then control you want to add.
Some of the similar flash script for buttons and scene to play and stop.
For button:
on(press) {
gotoAndplay("scene1",1);
}
**Change scene you require or put scene name if it is renamed.
Link button:
on(release) {
getURL("http://www.flash.com","_blank");
}
*** For more script You can do Googling and get exact codes you require.