February 14th, 2009
Web Adventure Kit or WAK. Is an open source development kit for the creation of Point & Click web adventures in flash. WAK is a framework plus a suit of external tools to help in the creation of different types of graphic adventures.
Read the rest of this entry »
Tags: Project
Posted in General | No Comments »
April 1st, 2011
After a long period away from this project. I’ve decided come back to it and continue developing and documenting this project. Stay tuned, more news and updates coming soon.
Posted in Uncategorized | 2 Comments »
October 14th, 2009
I’ve been away for a while preparing my new computer and thinking on what to do next. My last updates before switch computer was a fix sent by Mario Pozzo (Thank you) and a bug fix about some file missing in the skeleton project where if you change to “modern” adventure system you got several errors about missing settings files.
The big last change is that now you have runtime loading of assets between scenes inside the game, now from the Resource Manager you can change if an asset is embed or runtime loaded. If it is loaded in runtime you must enter a Load group or Scene id and the asset will be loaded before entering into that scene.
All changes are available in SVN under the revision 201.
Tags: Project
Posted in General | No Comments »
July 28th, 2009
Web Adventure Kit goes Beta!
The basic needed documentation needed to use it was added to the wiki and the bugs found while developing Pictomancer were fixed.
You can download the latest version here.
Posted in Uncategorized | No Comments »
July 14th, 2009
I am glad to announce that Pictomancer won the CODEAR mashup edition
. Thanks to everyone who voted my game.

Posted in General | 1 Comment »
July 4th, 2009
I’ve been working a lot in bug fixing discovered while I was developing Pictomancer, and I was sick for a while. This are some of the bugs that I fixed.
- Sometimes the character’s display disapear of the screen when you stress it by clicking a lot.
- The Entry topic of the dialogs now has an only once flag so the first words exchanged between characters are said once.
- The Character’s display now can has no animation assigned to certain behavior.
- The scene items now can has multiple views or DisplayObjects assigned to a state.
- The demos now has a preloader.
I have 22 pending bugs and issues to reach the Beta.
Posted in General | No Comments »
June 16th, 2009
Sorry for the silence, I took a week of break from coding WAK since the last semi-crunch for my entry for CODEAR . I made an english version that you can check here.
I have to say that the WAK grew a lot after using it in a real mini project. A lot of bugs were detected and a lot of improvements were discovered. And these fixes and improvements will be included in the coming soon beta.
Posted in General | 6 Comments »
June 3rd, 2009
The CODEAR contest (www.adva.com.ar) was extended until next Monday 8 . So I will be busy on my entry until then. You can check my progress here. It is in spanish.

Posted in Uncategorized | 1 Comment »
May 11th, 2009
The Modern adventure style is completed. The modern adventure style is a mix between severals kind of interfaces used by some of the latest adventure games.
The philosophy behind this system is one click for everything without actions panel. A very similar to Scumm dialog system with some esthetic differences. And the inventory at the bottom along with a box to display scene and inventory information.
The mouse pointer also is used to give feedback to the player of the current action to be performed which depends on the context.
A new demo was added to the Demos section.

I will be taking a break from the WAK development until June 1. I want to enter to a mashups contest organized by ADVA. I want to cross the graphics adventures with some other gameplay that I have in mind.
After the contest I’ll prepare the new WAK beta release and make bug fixing.
Posted in General, WAK Sci | No Comments »
April 20th, 2009
I made a new release which includes the SCI’s Sierra adventure style. Some features of this release are:
- SCI(Sierra) adventure GUI fully customizable.
- SCI Inventory system.
- You can add any actions button inside the Inventory window.
- SCI Dialog system including animated portraits when a character is speaking.
- A topic based dialog menu.
You can download the release here.
Posted in General | No Comments »