lang="en-US"> Flash –  Design1online.com, LLC

Tagged: Flash

0

Flash FIX: Pre-loader Not Pre-Loading?

So I recently added a flash pre-loader to one of my games and I noticed that it wasn’t pre-loading like I expected it to. It turns out if you have any movieclips, graphics or...

0

Flash AS3 Tutorial: Remove HTML Tags

In my chat room one of the problems I ran into was formatting messages (ie adding font colors) but preventing users from posting HTML tags. So I came up with this nifty function. Run...

0

Freelance Flash Animator Position — Filled

Whoa-horsie.com is a flash MMO currently in development. We’re looking for someone to become a long-term part of our animation team. You must be 18 or older, willing to sign a graphic rights contract,...

0

Flash AS3: Difference between a number and int and uint

Number – holds decimals and numbers larger or smaller than max uint. Uint – holds numbers randing from 0 to 4,294,967,295. Cannot contain decimals. Optimal for holding hexadecimals (ie colors) and large integers. Int...