Web and Graphic Design Flash Games WordPress and Chrome Plugins View All »

Posts Tagged Site Updates



And The Other Sites Are Up Too

AndrewAnimation.biz and AndrewAnimation.biz/plugins now have this theme, which I’ve been meaning to do for a while. If you find any bugs, please let me know.

Also, AndrewAnimation.com redirects to this site now too. :-)


Tutorials Coming Soon

Since it’s easier than actually making a game, I was thinking of starting to run tutorials either on this site or another site similar to this one. I want to explain how to make an art-based platformer (ex. Inkman), since all the tutorials out there only deal with tile-based stuff, and that’s no good for artists. My target audience for this will be people like AP, who can draw but not code. Not saying he’s taking over anything on Inkman, but I just feel this stuff should be common knowledge, considering all I went through to make it work. I was also considering making a RPG game tutorial (although I should probably explore that one a bit more first, eh?). What are your thoughts?


Two Pieces of News

Well for starters, I just upgraded to WP 2.8. After upgrading almost all of the plugins I have installed, I’ve concluded I don’t like the new plugin interface. Now I suppose I should actually update my own plugins…

However, that’s not what I’m here to talk about. When I first got this website in 2007, I had to register .biz because .com was already taken. I also got .net, but never really used it since I’m not a network of anything (andrewanimation.net won’t link to anything now). I also got two emails with .biz, and so I became AndrewAnimation.biz.

But about a week ago, I received an email that said .com had not been renewed that year, and so it was up for grabs. Hence, I grabbed it. So I am now the owner of AndrewAnimation.com. Yes!

Now of course, I have a few dilemmas. For starters, .biz is built into my logo, so should I modify that to fit the new domain? I’m not giving up this website by any means, since I’ve had it for so long and all my stuff is here (almost two years now), but should the new site just be a mirror of this one? (I can’t mirror this games site without a lot of work, so it would just be the main area.)


Main Site is Live

I figured it was about time for an update…. 1.5 months later.

My new site is a lot like Inkman, you’ve heard a lot about it but nothing ever got published to the web so you probably began to question their reality, in your mind anyway. Inkman is still in the works, but I finally put the finishing touches on it and uploaded it. It’s a lot like this site (which I’ve also updated, with a few new plugins and layout features), but some things are obviously different (ex. no sidebar). You can also see the original homepage I had for AndrewAnimation.biz (yeah it’s pretty bad, but it was my first shot at designing a webpage). You can see how far I’ve come from there.

It’s somewhat advanced compared to older versions: The new pages are XHTML Complaint (I hated doing that but it makes your site look better to have valid source code). There isn’t any Flash content on the site. I think it’s more optimized for search engines, maybe. And it looks pretty good too. If you find any problems with AndrewAnimation.biz, please let me know either by comment on this post or using the “Report a Bug” page at the footer.

PS. History Manager, my WP plugin, is now available on the Plugins page at Wordpress.com. It’s the thing that says “Post History” on the sidebar.


First Real News

*sigh* First Post: January 17, Second Post: February 14. But I’ve been busy, sortof.

Okay, so for starters, I’ve made a bunch of changes/fixes on the site. The most noticeable feature is the tabs at the top of pages. You can’t see it here, but go to any of the pages through the Flash header and you’ll see them in action. It looks a bit strange where there are no subpages (specifically on the contact page), but I can’t really do anything about that. The only other noticeable thing I changed was my history manager sidebar plugin (it just says ‘Post History’ here, but I coded it myself. It doesn’t look all that great when there is no post history, but once I actually post news here more often, it should look better. I’ve actually been trying to get that into the Wordpress plugin list, but the process for doing that is really complicated.

Now for the news. My latest project has been creating a new engine. My reasons for doing this were:

  1. In Engine 5, I had code scattered all over the place (timeline, character, individual MCs), and hundreds of comments mashed in there (mostly old code that I wasn’t sure if I would ever need). There wasn’t even any particular pattern for what code came where, which made debugging or changing something a real nightmare.
  2. Engine 5 was a project I started last August when I barely knew anything about Actionscript (and had to use AS1). All these archaic methods I was using were probably not very efficient, and so that needed to be changed.
  3. Engine 5 rain painfully slow on a regular computer. I’m talking 10-15 FPS kind of painful. It’s fine on mine, but I have 4GB of RAM and very fast processor. Since I don’t think this is going to be my target audience, I decided I needed to fix that. Unfortunately, I had no idea for what to do about the lag, other that disabling codes at random and seeing if the CPU usage went down.

So, Engine 6 is a lot more organized, uses better methods (WHILE loops instead of FOR loops), and runs fine on my old computer (which was actually fast when I first got it 5 years ago). I don’t think I’m going to put it online, since it plays a lot like the original engine (with some minor enhancements), and I think I’ll wait until I make the Inkman demo. Which I first mentioned back in December.

Oh, and one more thing. For those sites linking to me, could you please change the RSS to http://andrewanimation.biz/games/feed or just this site, as I won’t be using the old one anymore.