Posts Tagged ‘bugs’

Dynamic Textfield with custom font

Wednesday, February 18th, 2009

I noticed a little bug in flash (at least, in my version), for which I wanted to share the fix.

The bug is as follows: you create a TextField, you change it’s text and then it looks empty.

(more…)

Expected “Expected 1, got 0″, got “Expected 0, got 1″

Tuesday, February 17th, 2009

I got lost a bit today because I got the error message “Expected 0, got 1″ while trying to respond to a dispatchEvent. And because it’s such a weird error, and we need more posts about actionscript 3 programming on the web, I thought I’d share!

(more…)