RSS

Archive | Flex RSS feed for this section

Away3D Shoot’em’Up Tutorial – Sound Effects

15. February 2010

3 Comments

Away3D Shoot’em’Up Tutorial – Sound Effects

In this article we add some sound effects to the game.

Continue reading...

Create from Scratch a Away3D Shoot’em’Up Game: Part 4

28. July 2009

3 Comments

Create from Scratch a Away3D Shoot’em’Up Game: Part 4

Now that we have the player and some enemies we need for them to be able to interact. This is done through collision detection which you will learn in this fourth part.

Continue reading...

Getting Started With BetweenAS3

21. July 2009

12 Comments

Getting Started With BetweenAS3

There are many popular open source tweening engines in the Flash community today. Numbered among these are Tweener, TweenLite/Tweenmax, Tweensy, and GTween. This is a short look at the capabilities of newcomer to the scene: BetweenAS3. BetweenAS3 is the tweening engine brainchild of Yoshihiro (yossy) Shindo and is available as part of the Spark project (i.e. it is brought to us by one of the same group that brought the world the FLARToolkit for Augmented Reality in Flash and countless other goodies).

Continue reading...

Create from Scratch a Away3D Shoot’em’Up Game: Part 3

15. July 2009

1 Comment

Create from Scratch a Away3D Shoot’em’Up Game: Part 3

After you have created the 3D level, in the part 3 of this Away3D series, we will show you how to add the player spacecraft and enemies.

Continue reading...

Create from Scratch a Away3D Shoot’em’Up Game: Part 2

8. July 2009

5 Comments

Create from Scratch a Away3D Shoot’em’Up Game: Part 2

In the part 1 of these tutorial series articles we created a framework that we could build off to start making the actual game. Now it's time to create a 3D level for the player to fly through.

Continue reading...

Create from Scratch a Away3D Shoot’em’Up Game: Part 1

6. July 2009

7 Comments

Create from Scratch a Away3D Shoot’em’Up Game: Part 1

Today we start a 9 part tutorial series on creating a Shoot'em'Up game. We will cover all the necessary topics to create it from scratch, which will help you to understand and apply these guidelines to other projects. Ath this first part. we look at getting the Away3D engine up and running by creating a UIComponent that will contain and initialize the necessary Away3D components.

Continue reading...

SWFObject and Best Practice Implementation

29. June 2009

27 Comments

SWFObject and Best Practice Implementation

With more and more full screen Flash web sites appearing on the internet, it's important to understand how to properly embed the Flash movie in the browser window. In this tutorial we will cover best practice embedding of SWF movies using SWFObject with a custom function for adding browser scrollbars for smaller browser windows.

Continue reading...

Create a Dynamic Event Calendar in Flex Builder 3 with Actionscript 3.0

22. June 2009

33 Comments

Create a Dynamic Event Calendar in Flex Builder 3 with Actionscript 3.0

This tutorial will allow readers to create an Event Calendar application using Flex. The final user will be able to plan over a daily, weekly or monthly plan. You will learn on this step by step Flex tutorial, to create from scratch those Graphic User Interfaces, integrate them, and create a complete Rich Internet Application with a professional look.

Continue reading...

Build a contact manager in Flex 3 with ZendAMF; Part Two – Coding the CRUD & Final Release

15. June 2009

4 Comments

Build a contact manager in Flex 3 with ZendAMF; Part Two – Coding the CRUD & Final Release

The complete result of this 2 part tutorial is a contact manager built in flex that uses ZendAMF to store data in mysql. In the this second part we will code all the application and backend functions using Flex 3 + ZendAMF + Php 5 + MySql. This part will use a general crud system (Create, Read, Update and Delete) that is similar to the most applications needs. You will be able to write you own application from scratch.

Continue reading...

Exploring runtime styling with the Native Window Explorer in Adobe AIR

8. June 2009

19 Comments

Exploring runtime styling with the Native Window Explorer in Adobe AIR

In this Adobe AIR tutorial you will use runtime styling to create a dynamic native window in AIR. We will show you how to load and unload styles, performance concerns and best practice while also showing you the value of knowing your environment.

Continue reading...