Posts Tagged ‘tutorials’

11+ Hand-Pick Step By Step Flash Game Development Tutorials

game-animation-flash-tutorial-120X120 Flash is a very flexible tool for building games, most time we can find the flash game AS3 source like Zuma-like Flash Game With AS3 Source Code from internet, for the beginers who want to create his/her own flash game, step by step tutorials is a good choice. There are lots of websites providing free and paid tutorials of flash, here is a collection 11+ handpick step by step flash game development tutorials. Enjoy!

(more…)

50+ Really Amazing Step-By-Step Adobe Illustrator Tutorials

Adobe-Illustrator-icon Adobe Illustrator is the best vector graphics editor and is also used for the web and print designing. Illustrator offers a variety of advanced tools to smooth out your design, it provides precision and power with sophisticated drawing tools, expressive natural brushes, a host of time-savers, and integration with Adobe CS Live online services. However, the software package itself is a quite hard to learn — and extremely hard to master. We can easily find tens of thousands of tutorials from internet, but finding the best tutorials is not a easy job. I spent some time to find, and select over 50 step by step Adobe Illustrator tutorials which really amazing. Hope you will enjoy!

(more…)

30+ Excellent High Quality Adobe Photoshop Tutorials(New)

Photoshop-256x256 Adobe Photoshop is easy to learn and offer a variety of advanced tools to optimize and emphasize some impressive results, so photoshop is probably one of the most popular graphic editing program used extensively. Today, Adobe photoshop even become the industry standard image editing program. Following is 30+ excellent, new and high quality adobe photoshop tutorials about text effect, photo manipulation and other amazing effect. Enjoy! (more…)

20 Adobe Vector Illustration Graphics Tutorials

TwittingFlying-256x256 Vector illustration is a popular technique of many digital illustrators worldwide. Adobe Illustrator is a very powerful tool for illustrating various elements which you can use for web pages and so many design. Of course it contains lots of skill and method, you need learn step by step to improve you technics. It is not so easy but so luck there are many tutorials for your reference. We have collect 20 Vector Illustration Graphics Tutorials, hope it will be helpful to you. Now let’s start!

(more…)

10 Great Animation Tutorials For Adobe Flash You Should Know

coffee-cup-256x256 If you are a beginner of Adobe Flash, maybe you will be shocked by the powerful animation techniques of it. You will wonder how the exciting animation be realized? Now we have collected 10 simple but useful tutorials for your reference. Hope it will give you some inspiration for your learing. BTW, these tutorials are very detail show the whole process step by step. What you need do is just look how to do it. So nice isn’t it? Now let’s start!

(more…)

Beginning ActionScript 3.0 –Summary of OOP

Myspace-256x256 Ok, we have finished our small discussion about the big topic, OOP. Our discussion here is just want to give you some basic ideas about OOP. For more details you need to read some other books.

Let’s do some reviews.

(more…)

Beginning ActionScript 3.0 – Interface

Bear-User-256x256 So, when you fill the blank, eh, which we discuss in the polymorphism, the concrete instance should be a Person, a Cook, an Author or a Driver. Have you ever think that what if the concrete class can’t be Person? That is the concrete class should be the subclasses, not the super one.

(more…)

Beginning ActionScript 3.0 – Polymorphism

Sun-128x128 When we discussion the overload, we said it can provide a uniform interface for the user to use the function without consider the exactly type of the parameters.

(more…)

Beginning ActionScript 3.0 – Override&Overload

Admistrative-256x256 In the discussion of set and get accessor methods, I said, I left one advantage of using the set and get accessor methods to this post. Of course, I’ll show you. But, I won’t show you the answer directly. You know, show you the answer directly won’t impress you, so, let’s see some code first, :)

(more…)

Beginning ActionScript 3.0 – super, this, setter/getter

Connect-256x256 In the last part of Constructor(@see Beginning ActionScript 3.0 – Constructor), we do a simple experiment. And the experiment shows that the constructor of the superclass will also be inherited to the subclass. If you don’t call the superclass’s constructor in the subclass’s constructor, then the compile will add some code to the subclass’s constructor automatically.

(more…)