-
Quick Tip: How to Detect Mouse Direction Using ActionScript
In this Quick Tip you will learn how to get the mouse’s current direction in your Flash application using AS3. You could use this to create an interesting control method for a game, using a mouse like a joystick, for example. For now we will just display the direction on screen View Tutorial source (http://active.tutsplus.com)
-
Build a Promotional Ticker For Your Site With AS3 and the Flash IDE
We’re going to be creating a simple promo ticker for a website. This is great if you are running low on space on the home page, or if you just want the latest news or products to catch the viewers eye. Let’s get going! View Tutorial source (http://active.tutsplus.com)
-
Create a Drag and Drop Puzzle in ActionScript 3.0
Drag-and-drop is the action of clicking on a virtual object and dragging it to a different location or onto another virtual object. In general, it can be used to invoke many kinds of actions, or create various types of associations between two objects. In this tutorial we will create a Drag and Drop Matching game
-
Build a Slider Microsite with GreenSock’s Timeline Lite
During the this tutorial I’m going to take you through building a simple slider that will scroll a personal microsite. We’ll use the GreenSock Timeline Lite class and demonstrate just how straight-forward it can make your Flash animation workflow. View Tutorial Source (http://active.tutsplus.com)
-
Quick Tip: Detect User Inactivity in a Flash Movie
In this Quick Tip, you’ll learn how to detect when the user has been inactive for a determined time. Keep reading to find out how! View Tutorial Source (http://active.tutsplus.com)
-
Detecting Key Combos, the Easy Way
Have you ever been amazed at the variety of attacks in fighting games like Mortal Kombat, Super Smash Bros, Soul Calibur and others? Now you can learn how to create an engine to detect key combinations and build your own fighting game as well! View Tutorial Source (http://active.tutsplus.com)
-
Create Your Own Pseudo 3D Pong Game
Twice a month, we revisit some of our readers’ favorite posts from throughout the history of Activetuts+. This tutorial was first published a long time ago in May, 2009. In this tut I’ll describe how to create a basic 3D scene using the native 3D options of Flash Player 10. Then I’ll explain how to
-
Making a Mosaic Slideshow With jQuery & CSS
When designing a product page, it is often necessary to present a number of images in a succession, also known as a slideshow. With the raise of the jQuery library and its numerous plugins, there is an abundance of ready-made solutions which address this problem. However, to make a lasting impression to your visitors, you
-
Create a Dynamic Bar Graph Generator Using XML + AS3
A bar chart or bar graph is a chart with rectangular bars whose lengths are proportional to the values they represent. They’re commonly used for comparing two or more values that were taken over time or under different conditions, usually on small data sets. In this tutorial, we’ll create a bar graph generator using XML
-
Create a Basic Drawing Application in Flash
In this tutorial, we’ll create a Drawing Application with basic functions and an easy to use interface. Feeling artistic? Then let’s go.. View Tutorial (Source:http://active.tutsplus.com)