Lost your password?

Blogs about: As30 Adobe

Featured Blog

Event Listener Info

delfeld wrote 1 week ago: Listener Repetition Prevention The same event type and listener combo will only be added once: For t … more →

Tags: Adobe, Flash Adobe, Flash, AS3.0, ActionScript 3.0, ActionScript, Events, asynchronous, Listeners

Arbitrary MovieClip rotation - by Tim Whitlock3 comments

delfeld wrote 5 months ago: I am keeping this on my blog only to be able to not lose it. The explanation of this class is at: ht … more →

Tags: Adobe, Flash Adobe, ActionScript, ActionScript 3.0, AS3.0, Flash, movieclip, Rotate, scale

Your very own Sound Event!

delfeld wrote 5 months ago: Events are the core of actions in Flash. Often, though, the Events provided fail to provide the some … more →

Tags: Adobe, Flash Adobe, ActionScript, ActionScript 3.0, AS3.0, asynchronous, Events, Flash, sound

What designers need to know to use ActionScript 3.0 . . .

delfeld wrote 6 months ago: All things that exist on the stage (even if invisible or inactive) are Classes. All actions that hap … more →

Tags: Adobe, Flash Adobe, ActionScript, ActionScript 3.0, AS3.0, Data Types, Designers, extending a class, Flash

MovieClip Frame Life Cycle

delfeld wrote 7 months ago: I am taking no credit for this post. It is directly derived from Johannes Tacskovics blog post: http … more →

Tags: Adobe, Flash Adobe, ActionScript 3.0, AS3.0, Events, Flash, Life Cycle, movieclip

XML Quick Reference

delfeld wrote 8 months ago: I will add to this list as I find a need, or as my memory plagues me: xml.attributes()[idx] – … more →

Tags: Adobe, Flash Adobe, ActionScript 3.0, AS3.0, Flash, xml

Converting XML to Array

delfeld wrote 8 months ago: Sometimes, you have to have an Array rather than XML. There is no straightforward conversion, though … more →

Tags: Adobe, Flash Adobe, ActionScript 3.0, Array, AS3.0, Flash, xml

Regular Expressions in AS3.0

delfeld wrote 8 months ago: These are the two main docs about RegEx class for AS3.0. If you already know re’s from some ot … more →

Tags: Adobe, Flash Adobe, ActionScript, ActionScript 3.0, AS3.0, Flash, Regex, regular expression, String

Change a symbol's color dynamically - use ColorTransform.1 comment

delfeld wrote 8 months ago: To change the color of an entire symbol is very easy. You have to get the symbol’s ColorTransf … more →

Tags: Adobe, Flash Adobe, Flash, AS3.0, ActionScript 3.0, ActionScript, ColorTransform, COLOR

Changing text styles in a TextField (character by character) using TextFormat.2 comments

delfeld wrote 8 months ago: If you want to have different fonts, colors, or other styles on different lines within the same Text … more →

Tags: Adobe, Flash Adobe, Flash, AS3.0, ActionScript 3.0, ActionScript, Font, Url, textfield

Using getDefinitionByName and getQualifiedClassName1 comment

delfeld wrote 8 months ago: To make an object from an unknown class happens occasionally in OOP code. ActionScript 3.0 allows a … more →

Tags: Adobe, Flash Adobe, AS3.0, ActionScript 3.0, ActionScript, getDefinitionByName, getQualifiedClassName

tabIndex and Flash components

delfeld wrote 10 months ago: What follows is a list of all the Flash components I have found that can use tabIndex. Without any p … more →

Tags: Adobe, Flash Adobe, Flash, AS3.0, ActionScript 3.0, FocusManager, IFocusManagerComponent, tabindex, IFocusManagerGroup

Using tabIndex on TextFields - understanding FocusManager errors.

delfeld wrote 10 months ago: This is a summation of and my response to this post on Kirupa.com, concerning tab indexing and TextF … more →

Tags: Adobe, Flash Adobe, AS3.0, ActionScript 3.0, ActionScript, FocusManager, IFocusManagerComponent, textfield, tabindex

Chaining a sequence of Tweens on button click

delfeld wrote 11 months ago: In Theory The following code dynamically creates a button array, and sets up a tweening sequence bet … more →

Tags: Adobe, Flash Adobe, Flash, AS3.0, ActionScript 3.0, ActionScript, Events, asynchronous, Listeners

Speed of int, uint, arrays in for loops

delfeld wrote 11 months ago: So this was an interesting result of this post on Actionscript.org. I ran the suggested test for the … more →

Tags: Flash, AS3.0, ActionScript 3.0, ActionScript, Adobe, for loop speed, Array

Making your own Easing for a Tween

delfeld wrote 11 months ago: In Theory Take a look at the method TestEasing.easeTest. Here is a brief explanation of what is goin … more →

Tags: Adobe, Flash Adobe, Flash, AS3.0, ActionScript 3.0, ActionScript, tween, Easing

Handling object deletion correctly: Event.REMOVED_FROM_STAGE and Event.ADDED_TO_STAGE

delfeld wrote 11 months ago: In Theory When a class object is removed from the stage, as in obj.removeChild(childObj), Flash keep … more →

Tags: Adobe, Flash Adobe, Flash, AS3.0, ActionScript 3.0, Events, ADDED_TO_STAGE, REMOVED_FROM_STAGE, Listeners

Use FlashDevelop for Flex and AS3.0 editing

delfeld wrote 11 months ago: FlashDevelop is a program that allows easy editing of AS3.0 and Flex content, similar to Eclipse. It … more →

Tags: FlashDevelop, Flash, AS3.0, ActionScript, Adobe, Flex

Loading XML from file, synchronously and asynchronously.2 comments

delfeld wrote 11 months ago: In theory Actionscript 3.0’s XML model is based on this Ecma-357 (version 2) standard (here is … more →

Tags: Adobe, Flash Adobe, Flash, AS3.0, ActionScript 3.0, ActionScript, Url, xml, XML file


Related Tags
All →

Follow this tag via RSS