goflashgo.wordpress.com
March | 2007 | Go, Flash, Go!
https://goflashgo.wordpress.com/2007/03
Go, Flash, Go! Being the Adventures of a Boy and his MXMLC. You are currently browsing the monthly archive for March 2007. Simple actionscript hex2dec/dec2hex methods. March 28, 2007 in as3. Actionscript suffers like many other languages from poor string parsing commands. What would take one line of well crafted perl is… a bit more complex here. What do these methods do? Returns “240 15 4”. Returns “0xF00F04”. Also, the method doesn’t much care if you’ve got 6 hex digits or 60. Is this thing on? Query = ...
goflashgo.wordpress.com
open flash happiness | Go, Flash, Go!
https://goflashgo.wordpress.com/2007/04/26/open-flash-happiness
Go, Flash, Go! Being the Adventures of a Boy and his MXMLC. April 26, 2007 in flex. This morning, Adobe announced. That they are open sourcing Flex (under the MPL. 8216;s gallery of morons is lambasting the announcement as just a PR stunt, as a scared response to Microsoft’s recent announcement of. And likely as a joint conspiracy between Sony, the Bush administration, and Jack Thomspson to steal their mp3z. But you can’t make some idiots happy, no matter what you do. In December of 2007 after the releas...
goflashgo.wordpress.com
is this thing on? | Go, Flash, Go!
https://goflashgo.wordpress.com/2007/03/26/is-this-thing-on
Go, Flash, Go! Being the Adventures of a Boy and his MXMLC. Is this thing on? March 26, 2007 in wordpress. This post is a placeholder because WordPress is bugged and incapable of dealing with the notion of a brand new blog that has yet to receive any real posts. I’ll get around to writing something soon. Probably. Notice my clever swapping of the “file not found” type error screen for a useful message? Yeah It honestly is that simple. 8220; (.:……:.)/”) RAWR! The Peanut Butter Thoughts.
goflashgo.wordpress.com
simple depth manager | Go, Flash, Go!
https://goflashgo.wordpress.com/2007/04/19/simple-depth-manager
Go, Flash, Go! Being the Adventures of a Boy and his MXMLC. April 19, 2007 in as2. MovieClip.getNextHighestDepth() works fine for most cases, but it’s also a wee bit dumb in that it won’t re-use depths that you skipped over. Now, this can be a desirable feature, and I might take advantage of it in an upgraded version of this class in the future… but for now, what it means is that it is very easy to programatically ratchet yourself out of available depths. So, what does it do? Use an internal MovieClipLoa...
goflashgo.wordpress.com
About | Go, Flash, Go!
https://goflashgo.wordpress.com/about
Go, Flash, Go! Being the Adventures of a Boy and his MXMLC. My name’s Ammon. I’m a Unix systems administrator who has found himself without very many systems to administrate and somehow wound up working as an interactive web developer. I now write Actionscript for a living. I am using WordPress’s hosts for this blog largely as an adventure in using somebody else’s free services (since I normally just run this kind of thing on one of my own boxen). 8220; (.:……:.)/”) RAWR! The Peanut Butter Thoughts.
goflashgo.wordpress.com
May | 2007 | Go, Flash, Go!
https://goflashgo.wordpress.com/2007/05
Go, Flash, Go! Being the Adventures of a Boy and his MXMLC. You are currently browsing the monthly archive for May 2007. Fake movie clip loader. May 22, 2007 in as1. I’m actually splitting assets up into several small files and then loading them up into an invisible container clip. Please note that this code is a skeleton. It does not do a whole lot as it is. It just gives you a starting framework to edit to your individual application. FakeMCL = function( parent, depth ) { if(! Depth ) depth = this....
goflashgo.wordpress.com
simple actionscript hex2dec/dec2hex methods | Go, Flash, Go!
https://goflashgo.wordpress.com/2007/03/28/simple-actionscript-hex2decdec2hex-methods
Go, Flash, Go! Being the Adventures of a Boy and his MXMLC. Simple actionscript hex2dec/dec2hex methods. March 28, 2007 in as3. Actionscript suffers like many other languages from poor string parsing commands. What would take one line of well crafted perl is… a bit more complex here. What do these methods do? Returns “240 15 4”. Returns “0xF00F04”. Also, the method doesn’t much care if you’ve got 6 hex digits or 60. 8220; (.:……:.)/”) RAWR! The Peanut Butter Thoughts. Flex 2 Language Reference. R = newr;.
goflashgo.wordpress.com
fake movie clip loader | Go, Flash, Go!
https://goflashgo.wordpress.com/2007/05/22/fake-movie-clip-loader
Go, Flash, Go! Being the Adventures of a Boy and his MXMLC. Fake movie clip loader. May 22, 2007 in as1. So I find myself writing a whole bunch of AS1 recently (upgrading another old game). In this case, the project was originally done in a single ginormous FLA file. No separate assets file, no external .as files. We’ve broken lots of timeline code out into source files, but have yet to break any of the assets out. That’s my current project. FakeMCL = function( parent, depth ) { if(! Depth ) depth = this...
goflashgo.wordpress.com
April | 2007 | Go, Flash, Go!
https://goflashgo.wordpress.com/2007/04
Go, Flash, Go! Being the Adventures of a Boy and his MXMLC. You are currently browsing the monthly archive for April 2007. April 26, 2007 in flex. This morning, Adobe announced. That they are open sourcing Flex (under the MPL. 8216;s gallery of morons is lambasting the announcement as just a PR stunt, as a scared response to Microsoft’s recent announcement of. Opening up is the VM itself… but they’ve already done some of that. Has more details on his blog. Namely, the release schedule:. Starting Summer 2...