QuickTip: Execute Code After Animaiton
Hey there. Here is a new series of quick, but hopefully useful tips for you.
We start of by executing some code after an animation has run once!
Read the rest of this entry »
- QuickTip: Execute Code After Animaiton
- QuickTip: Scrolling Only in SWF, not on Page.
- QuickTip: Managing Saved Data (SharedObject)
- QuickTip: Understanding Right Click Menus (ContextMenu)
- QuickTip: Stopping an Event
- QuickTip: Avoid Firefox popup-blocker When Using navigateToUrl
- QuickTip: Inline If-Then-Else Statement
- QucikTip: Trace an Array With Correct Formatting
Posted on January 13th, 2010
Filed under ActionScript 3, Flash, Tutorial | 1 Comment »
Text Animation Letter by Letter
If you’re just trying to implement the effect, you can buy a finished class for this
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 September 5th, 2009
Filed under ActionScript 3, Animation, Flash, Tutorial | 6 Comments »
The Basic Controls of a Car
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 »
Posted on August 2nd, 2009
Filed under ActionScript 3, Flash, Tutorial | 8 Comments »
Buttons & Menus Part 2: Animated Button
This post was crap, so instead of reading that, please read my new post on the same subject instead.
Using my Hit Class for Buttons
- Buttons & Menus Part 1: A Simple Centered Button
- Buttons & Menus Part 2: Animated Button
Posted on June 21st, 2009
Filed under ActionScript 3, Flash, Tutorial, User Interface | 2 Comments »
Buttons & Menus Part 1: A Simple Centered Button
This post was crap, so instead of reading that, please read my new post on the same subject instead.
Using the Hit Class for Buttons
- Buttons & Menus Part 1: A Simple Centered Button
- Buttons & Menus Part 2: Animated Button
Posted on June 17th, 2009
Filed under ActionScript 3, Flash, Tutorial, User Interface | 3 Comments »
8 way Character Movement
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.
Posted on June 9th, 2009
Filed under ActionScript 3, Flash, Tutorial | 4 Comments »