One of my favorite ActionScript bloggers must be The Algorithmist because he is also an mathematician and you can learn a lot about programming by understanding the problem; sometimes reading/repeating Flash tutorials is just not enough.Even very old stuff on blog are useful, check download section and, for example as2 wedge class file. This is not open source file, so you’ll have to download it by yourself. This is a pie-shaped wedge drawing class using a quad. Bezier as a primitive.In order to create entire pie like image shows use next code:var xC:Number = 100;var yC:Number = 100;var rad1:Number =
596 readersIn the final part of this tutorial, you’ll learn how to load Featured Work and News from XML files (keeping the site’s content easy to change), allow visitors to email you using a Contact form, add a preloader, and enable Full Screen mode. Final Result Preview Take a look at the final result we will
1633 readersSWFObject provides a simple way to pass values to a SWF using only JavaScript: no server-side code required! In this tutorial, we’ll build a fundraiser meter that can easily be updated with the amount donated so far, without needing to recompile the SWF. Final Result Preview View the source of the demo and you’ll see
576 readersWe present a drawing application which allows you to create smooth and dynamic lines with a very responsive feel. The lines change thickness and color depending on how fast you move your mouse. The overall effect is somewhat like drawing with thick markers or paint. Full source code is available for download.
1102 readersWe present a drawing application which allows you to create smooth and dynamic lines with a very responsive feel. The lines change thickness and color depending on how fast you move your mouse. The overall
1778 readersIn this part of the tutorial, you’ll learn how to implement SWFAddress, which lets your users bookmark specific pages and use their Back and Forward buttons. We’ll also improve the scaling of the tile-based navigation bar. (The first part of this tutorial is available here.) Final Result Preview Open the preview in a new window
971 readers
265 readersAdobe’s “Optimizing Performance for the Flash Platform” recommends that “Use reverse order for while loops” in its “Miscellaneous optimizations” section. And in my last post, decrement was not explicitly faster than increment with the following code to compare them: while (--i > -1) while (++i < MAX_NUMBER) // MAX_NUMBER is a constant Difference was very
1649 readers
911 readersIn this tutorial you’ll learn how to create Flash sites that intelligently fill all the available space in the viewport, moving or resizing certain assets to make the best use of the space. Final Result Preview Open the preview in a new window and resize the browser to see how the site scales. Section 1: Navigation Don’t like ads?
1793 readersBrightness is an attribute of visual perception in which a source appears to be radiating or reflecting light. In this tutorial we will learn how to modify the brightness of a Display Object using ActionScript 3. Final Result Preview Let’s take a look at the final result we will be working towards: Step 1: Brief Overview Using the ColorTransform class
8,013
Subscribe to RSS headline updates from:
GurusUnleashed
Powered by FeedBurner
Curious what others are searching for? Below are the most popular search terms over the last 30 days.

