20 September 2009

Google Chrome 3.0

According to Google, this release comes after 21 beta and 15 stable updates and 3,505 bugfixes. That sounds scary!!



So Whats New?

New Improved OmniBox


Themes


The new stable version will also feature Chrome's new Safari-like  New Tab page, an improved Omnibox and better HTML5 capabilities, as well as support for Chrome themes.

While we wondered if Google was getting ready to make extensions(Adds-on) a part of the stable series soon, it now turns out that this feature won't arrive in the stable version of Chrome until version 4.0.

Anyhow, good work googlers, keep it up...

07 August 2009

I love Google

I love google logo

I spend hours designing this logo. Tell me what you think about it.

designed by,
K.Kornesh

19 July 2009

AS3 addChild looping methods

Monster For this article, simply import a image and convert it into movie clip. In the Library, give it the class name Monster.



The Base class field will automatically be populated for you, but if it hasn't, make sure to enter flash.display. MovieClip as shown in the above image.

You would have to repeat a statement multiple times if you want to have an action executed more than once. For example, lets say, you want to create five MovieClips and add them to the display list. The long way for doing this would have been to type the command five times:


var enemy1 = new Monster(); 
enemy1.x = 0 
addChild(enemy1); 
var enemy2 = new Monster(); 
enemy2.x = 50 
addChild(enemy2); 
var enemy3 = new Monster(); 
enemy3.x = 100 
addChild(enemy3); 
var enemy4 = new Monster(); 
enemy4.x = 150 
addChild(enemy4); 
var enemy5 = new Monster(); 
enemy5.x = 200
addChild(enemy5);

However, you can do the same exact thing using a loop without having to type the same code multiple times, which is smarter way of doing it.

You can use either of the following methods.

Method 1

var enemy:Array = new Array();
for(var i:Number = 0; i < 5; i++) 
{
enemy[i] = new Monster();
addChild(enemy[i]); 
enemy[i].x = i*50;
}


Method 2

for(var i:Number = 0; i < 5; i++) 
{
var enemy:Monster = new Monster();
addChild(enemy); 
enemy.x = i*50;
}

Output







This second code generates the same exact result, but in a much more compact way. Using a loop also makes it less likely for you to have typing errors because you type the code once and then it is automatically repeated(looped).



You can always find out more at AS3 language reference Livedocs

25 June 2009

Exoot MapleCity

exoot maplecity beta


About MapleCity
Exoot Development Team has developed a flash game out of MapleStory called MapleCity. Exoot is currently in search for developers to join our team. With your help, the game could be developed more quickly! If you’re interested to apply as MapleCity developer, click here to sign up.

Preview

exoot maplecity beta preview


Interface
The Item Inventory Window displays all the items held by the your character. Your items are classified in the Item Inventory Window in five tabs: equipment, use, set-up, etc and pet. Items held in storage are not displayed in the Item Inventory Window.

The Equipment Inventory Window displays all the items that are equipped by the your character. You can only put on a single item per equipment slot.
Place the cursor over an item to see the detailed descriptions of each equipment item.

The Character Stats Window displays all the stats of your character. When you level up, ability points will be granted to your character. Raise your character's attributes by pressing the highlighted arrows next to the desired attributes. Distribute your attribute points wisely
as each job requires a different attribute focus!

HotKeys
Item Inventory ( I )
Equipment Inventory ( E )
Character Stats ( A )
System Option ( S )

Game Control

exoot maplecity game control

System Requirements
The following minimum system configurations are recommended for an optimal playback experience:

Support
Do you have problems installing or running Adobe® Flash® Player?
Starting with the Adobe Flash Player 10 release, new versions of Flash Player are no longer available for Microsoft Windows 98, Microsoft Windows ME, Macintosh OSX 10.1-10.3, and Red Hat Enterprise Linux 3 and 4 operating systems. This is due to enhancements and features added in Flash Player 10 that cannot be supported on older operating systems, visit the following TechNote or Flash Player Support.

Do you have problems installing Microsoft GDI+?
GDI+ can be used in all Windows-based applications. GDI+ is new technology that is included in Windows XP and the Windows Server 2003. It is required as a redistributable for applications that run on the Microsoft Windows NT 4.0SP6, Windows 2000, Windows 98, and Windows Millennium Edition (Windows Me) operating systems. To download the latest redistributable, see Msdn or Msdc. You also may prefer to install it manually from dll-files.com.

Do you have problems running MapleCity?
Please check your system configurations. If the system doesn't meet the requirements of the game, the game will either not run at all or give off a less-than desirable performance. to ensure a smooth gaming experience, we recommend that you meet the recommended settings.

Reporting Bugs or Broken links
Please report your bugs here.

Do you have problems installing Adobe ActiveX 9?
Currently Adobe ActiveX 10 is not supporting our version of game. Please download Adobe ActiveX 9 here.

How to verify files?
The program md5sum is designed to verify data integrity using the MD5 (Message-Digest algorithm 5) 128-bit cryptographic hash, see How to MD5SUM. MD5 hashes used properly can confirm both file integrity and authenticity.In terms of integrity, an MD5 hash comparison detects changes in files that would cause errors.


Download


download_exoot_maplecity

Version 0.1.13.9:
MapleCity ( rar )
MapleCity ( zip )
MapleCity ( exe )

Contact Us

  • Are you interested to join our developer community?
  • Did you find any bugs in MapleCity?
  • Do you wish to request a feature?

If you answer yes to any of the question above,contact us or send us an email to exootnet@yahoo.com about it.

For more information:
http://exoot.blogspot.com/

31 March 2009

Exoot MapleCity Beta

About MapleCity
Exoot Development Team has developed a flash game out of MapleStory called MapleCity. MapleCity is still new and had little stuff implemented yet. Players could not do quest, choose job, change clothes, does not have boss challenges. Exoot is currently in search for developers to join their team. With your help, the game could be developed more quickly! If you’re interested to apply as MapleCity developer, click here to sign up.

Download Link:
download_exoot_maplecity

Developer Requirements

  • Knowledgeable in AS3 [ActionScript 3]
  • Creative and analytical.

MapleCity To-Do List

  • quest
  • monster drops
  • key configuration
  • options [sound effect, hp/mp bar]
  • auto-save
  • change character equipments/clothes
  • different classes [warrior, bowman, thief, magician, pirate]
  • skills [1st job, 2nd job, 3rd job, 4th job]
  • freemarket for player to trade in-game
  • guild
  • messenger [guild chat, private messsage, buddy message, mute]
  • scrolling equipments
  • gachapon and cash shop items

Contact Us

If you answer yes to any of the question below, send an email to exootnet@yahoo.com about it.

  • Are you interested to join our developer community?
  • Did you find any bugs in MapleCity?
  • Do you wish to request a feature?
MapleCity Developer Notes

  • Please dont give a direct link to downoad URL because is a beta version of the game which is really different away from the complete version of it.
  • Currently we are hunting for developer/designers to develop the project into a mutiplayer RPG flash game.
  • So support us to develop a marvelous flash game like MapleCity.
  • Note that all developers have different rights on the project depending on their contribution to the project.
  • Everyone is welcomed to develop this multiplayer game together.

Here are some screenshots of the game. Pretty simple.