Adobe Flash 3D Effects tutorials
See how to easily load Papervision textures from the web using the asynchronous Loader class. Demo and source code included.
Related Tutorials
Drawing Spider Web Using API
The main purpose of this tutorial is not to show you how to make the spider out of its web, but to explain how to use API (Application Programming Interface) drawing to draw the web figure.
Scrolling photos loaded dynamically with ActionScript 3.
In this tutorial we will learn how to scroll some photos that we will load dynamically from an xml file and we will scroll the photos using a custom scrollbar. We will use again the Tweener class to add a nice transition. You can add as much photos as you like.
Create Flash Slide Show from Your Photos
Tutorial on createing Flash slideshows from your digital still photos.
Programming for Designers
If you have no programming background and you would like to start actionscripting this is the tutorial series for you. In this tutorial we will be going through and introducing you to the basic pillars of geekdom - Variables, Expressions, Numeric Operators, String Operators, Logical Operators, and of course Functions.
Flash Sound for Dynamic Sites
Storing all the sound contents of your web site inside a Flash movie is a very efficient way to sonify a site. The main advantage of this approach is that you have a single resource to extract sound data from, thus simplifying programming. What you are going to learn in this document is how to create a framework that eases the update of the sound contents and allows you to keep up with layout and content changes made to a web site.
Understanding Objects in ActionScript - revised
Before you understand the fundamental principals of object oriented programming in Flash, your work is unlikely to utilise the full potential of ActionScript. This tutorial aims to improve your coding methods and introduce important concepts in intermediate to advanced programming in Flash MX.
Realistic Flash Water Effect
We will create a realistic water reflection in Adobe Flash using Actionscript. After completing this tutorial, you will be able to apply the effect to your own photos and web graphics. I will also highlight the key variables to tweak the effect.
Building a Custom Cursor in Flash 5
This technique is one that no serious Flash designer should be without. I wrote this Flash 5 tutorial mainly for designers - as they may not have all the programming/action script experience they need to create great interactive Flash sites and presentations.Being a designer, learning action script has been a necessary evil for me - rather like 'motion math' in after effects. If you're picky about how your final Flash designs turn out, it forces you to learn many things you normally wouldn't such as the practice of programming.
ActionScript Programming Tips - Efficiency
One of the misconseptions of programming, is that even though if a piece of code get's something done, it isn't allways the right way. In this series we're taking a look at the efficiency of scripts. The more efficent your scripts are, the faster they are executed in the Flash player. In small projects this can only be a few millisecons faster, but in projects where a lot of calculations need to be calculated per frame, this can really give a boost to the frame rate.
Flash Sound on HTML Web Pages
The aim of the tutorial is to learn how to add sound to any web page that 99% of all users will be able to hear. With this technique there is no Flash interface on your web page - only sound. It works through standard HTML links or plays automatically when the web page loads. It is compatible with all major browsers and allows you to play different sounds for different HTML links. It also allows you to play many different music file formats like wav, mp3 etc.
Pictures for the Web
There are many ways of getting pictures for your web page or Flash file, the most simple is to scan an image. You can also get images from the web as there are millions out there. This tutorials covers scanning and copying images from the web. These will be Bitmap images (pictures which are made of thousands of dots of colour), not Vector images, which are made up of mathematical co-ordinates.
Papervision 3D Programming Tutorial - Animation
Learn how to make Papervision 3D objects transparent with this tutorial. Demo and source code included.
Open Web Sites
It is possible to open a web site from Flash, using HTML but if you are looking for more resources, there is no other way other than using ActionScript. We will open a web site, send date, time, user name on a single mouse click event. See LIVE demo, documented code, source FLA files and the Adobe reference on NavigatetoURL function, yes, all for FREE.
Papervision 3D programming tutorial - Mouse Picking
This article shows you how to pick and select 3D objects in a Papervision scene.
Papervision 3D Programming Tutorial - Explodo-Logo
See how to create a disintegrating image in 3D with Papervision. Demo and source code included.
Papervision 3D Programming Tutorial - Simple LOD
Use the SimpleLevelOfDetail class to create objects that alter their level of detail according to their distance from the camera. Demo and source code included.
Figuring Out Functions
As part of the programming for designers series, this tutorial teaches how to understand and use the final piece of the actionscripting puzzle - functions.
Away3D Programming Tutorial - Primitives
See how easy it is to use the build in primitive shapes supplied with Away3D. Demo and source code included.
Papervision 3D Programming Tutorial - Enhanced Fog
Create a more realistic fog with the Flash BlurFilter and ColorMatrixFilter. Demo and source code included.
Papervision 3D Programming Tutorial - Animation
Learn how to load and display an animated Quake 2 model in Papervision 3D. Demo and source code included.
Away3D Programming Tutorial - Environment Material
See how to use the EnviroBitmapMaterial to create a real time reflective look in Away3D. Demo and source code included.
Papervision 3D Programming Tutorial - Mouse Selection
A tutorial that shows you how to highlight the Papervision 3D object beneath the mouse pointer. Demo and source code included.
Papervision 3D programming tutorial - Photo Slide
See how Papervision 3D can be used to create a dynamic, 3D photo album with this tutorial with source code.
Detect Intruders Using the Camera Object
In this tutorial I am going to show you, firstly, how to feed a web cam signal into Flash and, secondly, how to get in touch with your inner spy and use your web cam to detect intruders.
Basic Flash MX Web Cam
This tutorial will show you how to use dynamic image loading in Flash MX to create a simple web cam type inline image updater.
Papervision 3D Programming Tutorial - Shading
A Flex / Actionscript development tutorial that shows you how to use the Papervision 3D egine to create 3D Flash effects in your webpage. This article looks at the various shading techniques available in Papervision 3D.
Papervision 3D Programming Tutorial - SkyBox
Create a 3D SkyBox with Papervision with this sample application. Demo and source code included.
Papervision 3D programming tutorial - Casting Shadows
This article shows you how to project shadows from a mesh onto a flat surface with Papervision 3D.
Away3D Programming Tutorials - Getting Started
Get started with the Away3D Flash 3D engine with this detailed tutorial. Demo and source code included.
Papervision 3D Programming Tutorial - Trails
Add trails to moving objects in a Papervision 3D scene. Demo and source code included.
Papervision 3D Programming Tutorial - Billboards
See how effective billboards can be in creating special effects with Papervision. Demo and source code included.
Papervision 3D Programming Tutorial - 3D Image Transitions
Learn how to create 3D transitions between images with Papervision 3D. Demo and source code included.
Papervision 3D Programming Tutorial - Terrain
Create a realistic looking 3D terrain that can be used in Papervision. Demo and source code included.
Papervision 3D Programming Tutorial - Blend Modes
See how easy it is to modify the blend mode of Papervision 3D objects. Demo and source code included.
Droptarget - Great for Games
This tutorial, especially if your into programming interactive maps. Its use can save you on long inefficient code. In this tutorial you learn how to detect when two movies have come into contact and display the name of the movie clip in a textfield (great uses for interactive maps).
Building Flash clients for Web Services with Soap and Flash MX
In this tutorial we are going to build a Flash Language Translator. The language translator will be able to translate between any two languages. The Language translation service was chosen because it's basic, yet provides an easy way to get into web services and is something you can use on your site right away. The tutorial also shows the basic's of using components in a Flash movie and loading dynamic content into them.
Photo gallery (AS 3.0).
In this tutorial we will build a photo gallery. We will load the paths to the photos from an xml file and will use the Tweener class to add some nice transitions.
Publishing a Flash Movie
There is no point in being able to create great Flash movies if you cannot Publish the movie to the web! This tutorial looks at the group of files that is created as Part of the Publishing process and goes through the steps that you need to know in order to get your Flash movie onto a web page or into other formats.
Papervision 3D Programming Tutorial - Effects
A Flex / Actionscript development tutorial that shows you how to use the Papervision 3D egine to create 3D Flash effects in your webpage. This article demonstrates the use of Flash filters with Papervision 3D objects.
Communication between Flash Movies: Pop Ups
This tutorial shows you how to send information between different Flash Movies in different Windows (different web pages) such as: Pop Up Windows or other web pages. Theoretically there is no limit to what information can be sent between each Flash Movie, and you can control a Flash Movie on another web page, from your main movie on your main page.
 
Categories