Home

Submit

Source

Feeds
Source Site » www.flashvalley.com

Search another site:

http://
Adobe Flash ActionScript
Using arrays in actionscript
Adobe Flash / ActionScript
An array can be compared to a chest with drawers. The chest itself doesn't contain the content, it contains the drawers, the drawers hold the content. The chest organizes the drawers into a single unit.

Site: www.flashvalley.com Report - View Tutorial

Adobe Flash ActionScript
Loading HTML-formatted text in a dynamic text field
Adobe Flash / ActionScript
Although it is very easy to format your text at authoring time, it is not the case when you load text dynamically in a dynamic text field. The best way to format your text in that case is to use HTML. The following tutorial shows you how to format and load HTML-formatted text in a dynamic text field.

Site: www.flashvalley.com Report - View Tutorial

Adobe Flash ActionScript
Using Shared Objects in Flash
Adobe Flash / ActionScript
Shared Objects are very much like browser cookies, they are used to store a small amount of data on the user machine. This data can be retrieved by the Flash player when the SWF is accessed again at a later time. We could actually say that a shared object is a Flash cookie.

Site: www.flashvalley.com Report - View Tutorial

Adobe Flash ActionScript
Communicating between SWFs with the localConnection class
Adobe Flash / ActionScript
The localConnection class is not used a lot because a lot of Flash developers are not just aware of its existence. That class lets you communicate between 2 or more SWFs running on the same machine. This can be useful to develop complex interactivities between multiple movies running in the browser or even between a projector and movies running in a browser.

Site: www.flashvalley.com Report - View Tutorial

Adobe Flash ActionScript
Mouse control and actionscript
Adobe Flash / ActionScript
Our world of Flash interactivities will suddenly shrink if our mouse was taken away from us, the mouse is with the keyboard a very important input device that let us converse quickly and efficiently with our Flash applications. Fortunately actionscript has some built in methods, properties and events that are going to be very handy to give us control and information on the mouse activity.

Site: www.flashvalley.com Report - View Tutorial

Adobe Flash ActionScript
Color picking with The BitmapData class and the getPixel method
Adobe Flash / ActionScript
In this tutorial I would like to show you how we can use the BitmapData class in a practical and simple way to create a little color picking application just using a couple of methods and very little code.

Site: www.flashvalley.com Report - View Tutorial

Adobe Flash ActionScript
Loading variables from a text file with LoadVars
Adobe Flash / ActionScript
This tutorial shows you how to load variables from a text file using the LoadVars class instead of the deprecated LoadVariables and LoadVariablesNum.

Site: www.flashvalley.com Report - View Tutorial

Adobe Flash Animation
Shape tweening
Adobe Flash / Animation
Shape tweening allows us to change the shape of objects over time. This is similar to morphing where one object changes to another. One of the main differences between a shape tween and a motion tween is that shape tweens do not work with symbols or groups. If you want to apply shape tweens to groups or symbols, you have to first ungroup or break them apart.

Site: www.flashvalley.com Report - View Tutorial

Adobe Flash Animation
Motion tweening using a path
Adobe Flash / Animation
Motion tweening using a path can be very useful when we want a movie clip to follow a curvy path on the screen.

Site: www.flashvalley.com Report - View Tutorial

Adobe Flash Animation
Motion tweening (the basics)
Adobe Flash / Animation
It is very important to understand the concept of motion tweening in Flash. Motion tweening is used to automatically alter the properties of a symbol (a movie clip, a button or a graphic) over a certain length of time. Motion tweening can be use to change the _x and and _y property of an element on the stage, the alpha transparency, the size of the symbol, the tint ...etc let's start with a basic tutorial that will help us to understand the very basic of motion tweening.

Site: www.flashvalley.com Report - View Tutorial

Adobe Flash Animation
Dynamic tweening with the Tween and Easing classes
Adobe Flash / Animation
You are probably very familiar with the tweening that can be assigned to a movie clip at authoring time (fig1) but did you know that you could apply tweening to movie clips with easing effects just with code ?

Site: www.flashvalley.com Report - View Tutorial

Adobe Flash Animation
Simple sprite control with the keyboard
Adobe Flash / Animation
If you want to create a game you will probably reach the point where you need to animate a little sprite on the screen, the following tutorial is very simple, I will show you how you can control a sprite using the arrow keys.

Site: www.flashvalley.com Report - View Tutorial

Adobe Flash Animation
Smooth animation with updateAfterEvent
Adobe Flash / Animation
This tutorial shows you how to create smooth animation using updateAfterEvent method.

Site: www.flashvalley.com Report - View Tutorial

Adobe Flash Drawing
Creating 3D pills with vector graphics
Adobe Flash / Drawing
Learn creating 3d pills with vector graphics.

Site: www.flashvalley.com Report - View Tutorial

Adobe Flash Getting Started
Organizing and structuring your Flash projects Flash tutorial
Adobe Flash / Getting Started
You have just got an amazing idea for a new exciting flash game and you start coding and designing frantically. Suddenly you stop and you remember that you had to stop working on your last project because you could not understand your code anymore; worse, you could not locate most of it at all. Without even mentioning the fact that you had erased some precious graphics by mistake because of the random naming convention you always apply to your library assets. Right, time for a change...a new Flash developer is about to be born.

Site: www.flashvalley.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement