Monday, June 29, 2009

Pretty Good Impressions from Flash : Movie Clips

I've just recently started using Flash IDE as a development environment. Having a programming backgroung, I've always considered the Flash IDE too "out of the box" for development work. Plus, the built-in ActionScript editor, which I still do not like and try to avoid using always put out my efforts to deal with it. That's why my first experiments with ActionScript turned out to be using Flex. Flex is great, there is no doubt in that, but every tool has its particular purpose. When one wants to setup a WIMP web or desktop app, Flex is really the right one. For rapid prototyping and game development, though, it is not providing results fast enough. This is where Flash comes in.

I've always had difficulties figuring out what the movie clip was and how it worked. Well, most Flash books tend to explain it in the wrong way. Pretty much, a movie clip is the graphical representation of a class. In Flash, a movie clip is what a class is in programming - an abstract description. Just like in programming, a movie clip can be instantialized and changes to the class apply to all instances. Movie clips can be composed of instances of other movie clips, and every movie clip has its own timeline - every movie clip could have its own states and animations. I am coming to the greatest part for every developer - every movie clip can be linked to an ActionScript class. The only requirement for the class is to extend the MovieClip class. Isn't that great? As an experiment, I setup a simple project in which I created a gameCharacter class with simple logic that my game character should implement (methods like jump(), and accelerate()). Then I linked it to a Charater movie clip, and it worked like magic. Simply great.

Sunday, June 21, 2009

Seamless Interaction With the Player: A Good Example

In one of the latest sessions of my "Rapid Prototyping in Game Development" course, we spoke about interaction, and how important it is for a game to interact with the user, so that he/she could feel totally immersed in the action. Moreover, a good game must do that seamlessly. Recently, I saw a very good idea in this direction.

First, some background. Everyone who's played strategy games, be that RTS, or turn-based, knows that before being able to build a complex construction, or produce an advanced unit, the player has to produce several essential buildings or units, or has to fulfill a quest. Before doing that, the player can see all the buildings, units, or whatever, but cannot select them.

I saw a bit different, and personally, a better idea recently. Sprouts Adventure is a small casual game that turns the player into a deity who controls the lives and activities of a bunch of small unit creatures. The idea is to care for them so that they are always motivated, lively, and fed. As a result, usually, one of them says "I have an idea", a small bulb-like icon appears above its head, and when the player clicks on it, the unit starts turning the idea into a building or a construction (a bridge or something else). In this way the hierarchical development is completely hidden from the player.

This gives a bunch of ideas in the same direction...

Friday, June 5, 2009

Random Thoughts 1

So many things in my head. Random ideas, memories, impressions everything. I guess I should start writing them down at some point. With time,they will probably turn into a proper flow of information. Might be very disorganized at the beginning, though.

Anyway, I've been in Germany for a little more than a couple of months already. My general impressions are that the country offers a lot of opportunities for young and ambitious persons, however, the good knowledge of the German language is almost always a MUST. I don't know whether it is specific for the place I'm living in (Magdeburg) or it's common for the entire country, but I've had hard times communicating with Germans in English. Apart from professors and student colleagues, very few people speak English, or at least try by all means to avoid using it.

At the beginning, this was a bit of a shock for me, because I somehow had overestimated the universality of the English language. Anyway, I've always wanted to learn German, so this has been a perfect opportunity to do so. I studied it in high school, but as it happens with anything done in high school, one has to start it from scratch afterwards. That's what I did. For quite a lot of time I didn't see any signs of improvement, but this week I might say, I am definitely feeling my German better. I guess, it is true that patience and consistent practice might make miracles happen.

Thursday, June 4, 2009

Lost Track of This Blog

I so much wanted to be a proactive blogger, and many times I make myself just sit down and start writing, but nothing comes out. Somehow, I make myself believe that there is nothing about me and my world that is worth writing about. So, what I do in many cases is dump my blogging activity and turn to some other kind of info sharing like the so called re-blogging, known from Twitter and Tumblr. There is nothing wrong with that, and I think that this is a great way to share a message with the world. However, one could do so much more than just reblog. One thing reblogging cannot do is spur creativity. That's what blogging's about. There is nothing wrong in watching someone else's work and appreciating it, but one could could contribute so much more by sharing his/her personal opinion on things.

The point of this pointless post is: Make myself writing.