XML random quotes rotator
Today I will show you how to use XML and ActionScript 3 to create a small application that changes your favourite quotes after some time interval. We will be using also the AS3 Tween Class to animate the quotes’ appearance.
Today I will show you how to use XML and ActionScript 3 to create a small application that changes your favourite quotes after some time interval. We will be using also the AS3 Tween Class to animate the quotes’ appearance.
This article will show you a collection of optimization tips for ActionScrip 3 that you can use to speed up your application’s performance.
Let’s begin with the first rule in AS 3 optimization tehniques:

Tooltips are very useful and easy to create. You can use them to improve your application’s functionality. Their main purpose is to show up when the mouse is over an object and when the mouse is moving over the object the tooltip should follow it. Today I will show you how to create tooltips with Actionscript 3.0.