I've just found out some cool Flash tutorial site. I visited them and found them very interesting and easy to understand the processing steps.
Tutorialized
Gotoandlearn.com : Video Tutorials
FlashKit Dynamic Content Tutorial
Informit
Adobe
Ultra Shock
Saturday, April 14, 2007
Flash tutorials :D
There are some online tutorials of Flash. Since we'd not know whether the storyboard will be expanded or not, so I searched for some useful tutorials which may need to be used later.
- Rain animation: http://www.toxiclab.org/tutorial.asp?ID=151
- Flash Utilities Percentage Preloader: http://www.tutorialized.com/tutorial/Percentage-Preloader-MX/20360
- Flash ActionScript Shaking Effect: http://www.tutorialized.com/tutorial/Shake-Effect/11533
- Defoliation animation: http://www.tutorialized.com/tutorial/Defoliation-animation/19562
- Copy the motion in an imported video: http://www.tutorialized.com/tutorial/Copy-the-motion-in-an-imported-video/18368
- Rain animation: http://www.toxiclab.org/tutorial.asp?ID=151
- Flash Utilities Percentage Preloader: http://www.tutorialized.com/tutorial/Percentage-Preloader-MX/20360
- Flash ActionScript Shaking Effect: http://www.tutorialized.com/tutorial/Shake-Effect/11533
- Defoliation animation: http://www.tutorialized.com/tutorial/Defoliation-animation/19562
- Copy the motion in an imported video: http://www.tutorialized.com/tutorial/Copy-the-motion-in-an-imported-video/18368
Tuesday, April 10, 2007
Production Schedule
Saturday, April 7, 2007
Code To Load The External SWF File
Since our project will be done totally in Flash and there're a lot of swf movies and stuff, we should think about a better way to manage all the files properly. It's hard to mix all the swf together, I've found the below coding to combine all the small swf files:
var mcl:MovieClipLoader = new MovieClipLoader();
var mclL:Object = new Object();
mclL.onLoadInit = function() {
loader._visible = false;
loader.percent.text = "";
}
mcl.addListener(mclL);
mcl.loadClip("swf1.swf",holder);
var mcl:MovieClipLoader = new MovieClipLoader();
var mclL:Object = new Object();
mclL.onLoadInit = function() {
loader._visible = false;
loader.percent.text = "";
}
mcl.addListener(mclL);
mcl.loadClip("swf1.swf",holder);
Using CSS Style in Flash
The below coding is used for using CSS style in Flash. Instead of having a large block of text using the same font, color, and style, we can easily use CSS to define custom text properties without having to break our text into multiple text fields.
Saturday, March 31, 2007
Flash tutorials for navigation
Hey guys, I've just found something cool for us: tutorials for navigation. I think we can consider using 1 of these styles for the sub-navigation.
http://www.tutorialized.com/tutorial/Mask-Flash-menu/18335
http://www.flashvault.net/tutorial.asp?ID=20
http://www.flashvault.net/tutorial.asp?ID=123
http://www.flashvault.net/tutorial.asp?ID=102
http://www.tutorialized.com/tutorial/Mask-Flash-menu/18335
http://www.flashvault.net/tutorial.asp?ID=20
http://www.flashvault.net/tutorial.asp?ID=123
http://www.flashvault.net/tutorial.asp?ID=102
Avi Melman website
I personally think that is an interesting website to play with, however, there're still several shortcomings. (www.avimelman.com)
First, I really like this style of drawing, everything is very clear and smooth, the colors are harmonious. Besides that, animation seems to be one of the most successful parts due to its funniness and well-balanced activities. The music is also suitable and reminds me of some series of cartoon I used to watch when a child. Melman also makes a good use of sound effects, which does not only gives users interesting audio feedback, but also let users get more involved in interacting this website. I also think the button 'Animation off' and 'Music off' are necessary since not all people coming to this website wanna watch the same animation and listen to the background music all the time. Maybe they just wanna read some info or download some available voice demo, so the background music or animation may make them get bored soon and frustrated.
There are many good points, but also some dull ones. The text is easy to read, but kind of small. Moreover, actually the background and the main objects are not contrast enough, so the drawing is not so impressive when audiences see it at the 1st time. And another thing that makes people easy to get bored is the same background, everything takes place in the same place. Though the animation, as I mentioned before, is interesting and funny, but the unchanged background can turn into uninteresting after a few clicks.
There are many good points, but also some dull ones. The text is easy to read, but kind of small. Moreover, actually the background and the main objects are not contrast enough, so the drawing is not so impressive when audiences see it at the 1st time. And another thing that makes people easy to get bored is the same background, everything takes place in the same place. Though the animation, as I mentioned before, is interesting and funny, but the unchanged background can turn into uninteresting after a few clicks.
Subscribe to:
Posts (Atom)