Tag: actionscript

flash24h-35-2011-11-03-09-35-16-as3-101-events-basix

AS3 101: Events – Basix

For this chapter of AS3 101, we will be diving into the mechanics of the Flash event system. If you’ve been following along so far, you’ll have seen events in use, dating all the way back to the first episode of the series. The editor and I felt that it was time to write up something to be formally included in the curriculum, so if you’ve ever seen those lines of code about adding event listeners or dispatching events, and not quite caught on, then this is the tutorial for you.

View: 452
Comments: 0
Share this post!
flash24h-61-2011-10-14-09-52-06-querying-and-conquering-big-collections-in-as3-with-realaxy-editor

Querying (and Conquering) Big Collections in AS3 With Realaxy Editor

Good news, everyone. Everybody who works with arrays and vectors – so, all developers – will enjoy the new opportunities: since the late August 2011 build of Flash, Realaxy ActionScript Editor (RASE) supports the new Collections AS3 language extension. In this post we’ll show you what it can do.

View: 496
Comments: 0
Share this post!
flash24h-67-2011-09-20-00-45-23-quick-tip-create-a-basic-google-search-app-in-flash

Quick Tip: Create a Basic Google Search App in Flash

In this Quick Tip, I will show you how to create a basic search application featuring the Google search engine. Final Result Preview Let’s take a look at the final result we will be working towards…

View: 530
Comments: 0
Share this post!
flash24h-59-2011-09-16-15-12-45-quick-tip-create-a-minimalistic-sandclock-using-actionscript-3

Quick Tip: Create a Minimalistic SandClock Using ActionScript 3

Read through the easy steps in this Quick Tip to create a Minimalistic SandClock with ActionScript. Final Result Preview Let’s take a look at the final result we will be working towards…

View: 526
Comments: 0
Share this post!
flash24h-34-2011-09-13-16-46-21-quick-tip-the-singleton-pattern

Quick Tip: The Singleton Pattern

In this Quick Tip we are going to talk about the Singleton design pattern and how it can help you to optimize your code when you need exactly one instance of a class…
Souce: Activetuts+

View: 486
Comments: 0
Share this post!
flash24h-62-2011-08-31-16-54-45-create-an-image-rotator-in-flash-with-xml-and-actionscript-3

Create an Image Rotator in Flash with XML and ActionScript 3

In this tutorial you will learn how to make a simple Image Rotator from scratch using Flash, XML and ActionScript 3.0.

View: 749
Comments: 0
Share this post!
flash24h-64-2011-08-30-08-35-42-quick-tip-protect-your-actionscript-code-using-as3obfuscator

Quick Tip Protect Your ActionScript Code Using AS3Obfuscator

There are many tools for decompiling and converting SWF files to Fla and/or revealing your source code. There isn’t a 100% effective way to protect your application against this, but with AS3Obfuscator you can go a long way. Read on to find out how!

View: 415
Comments: 0
Share this post!
flash24h-19-2011-08-26-09-10-26-pass-values-to-a-swf-with-javascript-and-swfobject

Pass Values to a SWF with JavaScript and SWFObject

SWFObject 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.

View: 409
Comments: 0
Share this post!
flash24h-19-2011-08-25-15-41-21-validating-various-input-data-in-flash-activetuts

Validating Various Input Data in Flash | Activetuts+

Today, almost everything on the web is based on user input. A contact form, a user registration form, a search box and so on. As a developer you can’t just rely on the user to write everything as it’s supposed to be. To be sure you always get the correct data from your users you will need to validate the input. Read on to find out how..

View: 434
Comments: 0
Share this post!
OOP Additional Concepts

AS3 101: OOP – Additional Concepts

For this mega-installment of our introduction to Object-Oriented Programming in ActionScript 3, we’ll take a look at a few outstanding topics, as well as putting everything together and organizing a simple project around several independent, yet cooperative, objects.

View: 516
Comments: 0
Share this post!
Page 1 of 5123Last »