Posted on April 15th, 2010Rasmus Wriedt LarsenNo comments
This entry is part 4 of 4 in the series Quick Tips
So we’re going to take a look at the right click menus. Usually I see them completely unchanged, making it possible for a user to screw something up with your product (game/movie/site). Lets not make that happen anymore. Read the rest of this entry »
Posted on September 5th, 2009Rasmus Wriedt Larsen5 comments
Ever tried making a text apear by making each letter coming on the screen one by one, and ended up with something likes this?
Read on and find out how to fix it! Read the rest of this entry »
Posted on August 2nd, 2009Rasmus Wriedt Larsen8 comments
So here we are, this time we are gotta make the basic controls of a car.
I started off by making a car (surprise?), I made it a movieclip and called the instance “car” (there isn’t going to be any explanation about how to do that, if you can’t do this please read the ‘8 way character movement‘ tutorial I made): Read the rest of this entry »
So I’ve seen a lot of crappy buttons out there. So that’s going to change now! So here comes my tutorial on how to change a (unusually) bad button, to a good button. See them both below. The left side shows how the button looks before compiling (the stroke is just there for your sake so you can see where the textfield is), and the right side is how it looks and works after compiling. (Either JavaScript is not active or you are using an old version of Adobe Flash Player. Please install the newest Flash Player.)
Posted on June 9th, 2009Rasmus Wriedt Larsen4 comments
First of all, I want to say: If you are completely new at ActionScript, then you should check out Michael James Williams tutorials, starting here
Now one of the problems I see in many games are the movement of the main character. Just take a look at two games at ArmorGames: Medieval Rampage, Hands of War RPG.
I think this is rather strange as it is very easy to manage. First of all I want to show how you make a character move, this is really not complicated. We’re going to make a game with correct movement with WASD and arrow keys.