10 tips to help you choosing the right hosting plan for your blog/arcade site
When you are about to create a blog or an arcade game site, the first thing you should consider is where your site will be hosted. It’s something really important. As your site popularity grows, your server will get more and more stressed, and this may affect the site itself. An example: this blog generates … 10 tips to help you choosing the right hosting plan for your blog/arcade site
Create a Flash game like Snowflakes – AS3 version
As announced in Create a Flash game like Snowflakes, here it is the AS3 version. I used the same comments to help you understanding the conversion. package { import flash.display.Sprite; import flash.ui.Mouse; import flash.events.*; public class snowflakesas3 extends Sprite { // max stars on stage var max_stars = 20; // current stars on stage var … Create a Flash game like Snowflakes – AS3 version
Create a Flash game like Snowflakes
Today I enjoyed a cute game called Snowflakes and I am about to show you how to create the main engine behing the game. The game is simple: a bunch of stars (snowflakes in the game, but I guess the author new saw the snow…) is falling from the sky, and you can affect their … Create a Flash game like Snowflakes
Create a Flash game like Cirplosion – AS3 version
Some days ago I published Create a Flash game like Cirplosion using AS2, now it’s time to do it using AS3. AS3 is becoming more and more popular so I think it’s time to give it more exposure. This is the uncommented AS3 version of Cirplosion. I would like you to compare it with AS2 … Create a Flash game like Cirplosion – AS3 version
Distribute your Flash games worldwide with FlashGameDistribution
If you’re not a professional in marketing, one that loves to promote and sell games, pins, socks… whatever… Flash game marketing can be an hassle, or even a nightmare. Unfortunately, if your game does not hit the frontpage of one of most popular portals spreading virally, you’ll have to manually submit your work to at … Distribute your Flash games worldwide with FlashGameDistribution
Flash obstacle avoidance prototype
Obstacle avoidance can be very important in Flash gaming because allows designers to create smart enemies. Obstacle avoidance behavior gives a character the ability to maneuver in a cluttered environment by dodging around obstacles. In this prototype, I’ll try to simulate everyday life. In everyday life, you walk straight until an obstacle appears in your … Flash obstacle avoidance prototype
Creation of a Flash arcade site using WordPress – step 5
In Creation of a Flash arcade site using WordPress – step 4, we saw how to post a game into a wp database, now we’ll see how to retrieve game information. It’s time to parse the json feed. Where can I find the feed? At this link http://www.mochiads.com/feeds/games/xxx/all/all?format=json you will find the json feed. Just … Creation of a Flash arcade site using WordPress – step 5
The free sound dilemma
Here I am to introduce you an interesting question made by Pierre Urban. I think we all asked this question to ourselves, and did not answer for our convenience… Here it is: «I’m a french developer currently coding a game. Your blog helped me a lot with some really specific stuff about AS! Also about … The free sound dilemma
Create a Flash game like Cirplosion
Do you remember Cirplosion? It was quite successful some time ago, and now it’s time to create a game like it. In this tutorial we’ll design the main engine. When you are going to design a game, or to write whatever script, try to explain yourself what you are about to do. Let me try … Create a Flash game like Cirplosion
Create nice background effects with Flash Random Movement
This is a Flash effect you can use for a background effect or for a shoot’em up wave (hint! hint!) I received this script from Ashker (the creator of Olympclicks) « Hello Emanuele. Today I tried to make an object move in a circular motion in Flash, and i succeeded. I also discovered that i … Create nice background effects with Flash Random Movement
