Categories
- blog (13)
- game development (61)
- Games (9)
- games related (9)
- Cheat (2)
- Komplettlösung (d) (3)
- Walkthrough (3)
- MS Office (7)
- PHP (3)
- Tutorial (8)
- Intermediate (1)
- Tutorial Series (15)
- Grid Based Games (8)
- Terrain Modification (7)
- Uncategorized (1)
Category Archives: game development
One of the frequently asked questions is managing multiple similar things like bullets, balls, enemies etc. I did put together a short tutorial here.
Continue reading
Posted in game development
Tagged addChild(), bullet array, container clip, managing multiple bullets, removeChild()
1 Comment
The stats by end of August (as of August 29th):
Continue reading
Posted in game development, mochiads, monetization, xperiment
Tagged flash games, monetization experience
Comments Off on Monetizing flash games: August 2009 stats
Well, seeing the actual accounts where revenue share drops in and then looking up the conversion rate is quite awful. Again you get 1 Euro per 1.4 Dollars.
Continue reading
Posted in game development, monetization
Tagged conversion rate, fees, Germany, mochiads, Paypal, transaction
Comments Off on Monetizing flash games: Getting the Dollars to Europe
So, to test the often stated advantage of text ads versus image ads I did set up two skyscrapers (160×600) and use the following code to randomly (should be 50/50 in the long run) show them.
Continue reading
I know, again a post about API integration. But this time I am pretty sure it runs, because it’s tested twice. And Kongregate as well as Newgrounds ‘answered’ the API call though the game was wrapped by Mochi’s Live Update.
Continue reading
Posted in mochiads, monetization
Tagged API, encryption, integration, kongregate, live update, mindjolt, mochiads, newgrounds, wrapper
Comments Off on AS3: Site selective API integration
Made from the tutorial, this is my newest game. I included several ideas that people on Kongregate and Newgrounds suggested such as the obstacles.
Continue reading
Posted in game development, Games, mochiads
Tagged chain reaction, flash game, Flu!, kegogrog, schweinegrippe, swine flu, vaccination
Comments Off on Game: Flu!
Just a qestion that made me think a bit. I know that some of them must be professional game designers or at least some sort of programmers. Others are students. How about you?
Continue reading
Posted in blog, game development
Tagged Flash
Comments Off on What are game developers doing while NOT developing?
This game was inspired by Emanuele Feronato’s Circle Chain game and as he posted the AS2 code I took it and converted is to a basic AS3 chain reaction game.This tutorial also covers the mochi encryption issues and the possibility to load different APIs despite those.
Continue reading
Posted in game development, mochiads
Tagged API integration, chain reaction game, Flash, kongregate, mochiads, Tutorial, version encryption issue
8 Comments
On default, clicking the close button on the mochi leaderboard calls play(), which can in case of a timeline controlled movie lead to some problems. That’s why I added an argument to the showLeaderboard function. The following class belongs to my highscore screen that is called when the game ends or is ended.
Continue reading
Posted in game development, mochiads
Tagged custom function, leaderboard, MochiScores, onClose, Tutorial
Comments Off on AS3: MochiAds leaderboard with custom onClose function