Tag Archives: as3

Error 1151: A conflict exists with definition myMC in namespace internal.

A friend of mine, who is an excellent Flex developer, asked me about this bug the other day. It’s something you’ll only encounter in the Flash IDE, so if you mainly work in Flex, it’s it’s a bit of a … Continue reading

Posted in Misc. | Tagged , , , , , | 8 Comments

the Dictionary Object

Ever run into the problem of passing data with your MouseEvents? You can’t store data in your MovieClips, Sprites, whatever, without creating a custom class, and sometimes creating all those custom classes is a bit more than you need. Enter … Continue reading

Posted in Misc. | Tagged , , , | 3 Comments

naughty, naughty uints.

I stumbled across this helpful analysis of ActionScript 3.0 Optimizations while reading about bit operations last week. I think some of you might find it useful. I find it interesting (as I mentioned in my class last night) that uint, … Continue reading

Posted in Misc. | Tagged , , , | 1 Comment