Archive for the ‘Off topic’ Category
OT: CS4, AS3 and dynamically embedding fonts
This is a classic example of the kind of frustrations yer average amateur punter can face when using Flash CS4. You’re trying to use an embedded font which ( you think ) you have added to your library, and set to export for use with Actionscript. However, when you try use that font dynamically with [...]
OT: Remove duplicate values in an array, AS3
Completely off-topic, but I thought I’d post this up in case anyone searching has the same problem as me. I was trying to work out how to take an array, and remove duplicate (triplicate, etc, etc) entries.