By admin | Published:
April 25, 2009
I just completed adding all of my posts from my previous blog at http://likesalmon.wordpress.com to this blog. I haven’t even read all of my original posts but I can tell you that there are some factual errors and naivete that I am not taking responsibility for. Use at your own risk, there is [...]
By admin | Published:
April 25, 2009
Originally posted on 10/10/08 at http://likesalmon.wordpress.com
I decided not to use MTASC as my compiler after all, since it can’t do Actionscript 3. I’m going with Haxe instead.
Installation:
Go to http://haxe.org/download and download the OSX Universal Installer.
Unpack the installer and double click on it
Open up .bash_login from you home directory in your text [...]
By admin | Published:
April 25, 2009
Originally posted on 10/10/08 at http://likesalmon.wordpress.com
I decided that if MTASC is only good for Actionscript 2 I should probably try Haxe, which is a compiler that does Actionscript 3 as well as a lot of other stuff. It looks like my development platform is not going to resemble the book I was referencing at [...]
Also posted in From the old blog |
By admin | Published:
April 25, 2009
Originally posted on 10/9/08 at http://likesalmon.wordpress.com
This is important because it allows me to use textmate as my editor. I freaking love textmate. For instructions of how to do this go here:
http://flashalisious.com/2007/07/30/installing-as3-and-flex-bundle-for-textmate/
Do what he says, copy and paste the code he gives into the terminal all at once and press enter. Terminal will [...]
By admin | Published:
April 25, 2009
Originally posted on 10/9/08 at http://likesalmon.wordpress.com/
This was easy enough:
Download the Mac OSX package from http://www.mtasc.org/#download
Unzip it and change the name of the folder to “mtasc” for ease of use
Put the unzipped folder in your Applications directory
Put a new entry in your .bash_login file that says:
export PATH=”/Applications/mtasc:$PATH”
By admin | Published:
April 25, 2009
Originally posted on 10/3/08 at http://likesalmon.wordpress.com
Vague instructions from the book led me to my first roadblock. Can’t blame ‘em, there’s just to many OSs out there to write for all of them. But we’re smart right? Right.
This video includes step by step instructions for how to install the Flex SDK and the correct [...]
By admin | Published:
April 25, 2009
Originally posted on 10/3/08 at http://likesalmon.wordpress.com
I haven’t written for a while but there’s no time for apologizing. I decided (after years of swearing I never would) its time to learn flash. I’m doing this totally open source, so I’m going to post all the steps it takes to get up and running in [...]
Also posted in From the old blog |