We have moved to www.exootlab.com

Showing posts with label flash. Show all posts
Showing posts with label flash. Show all posts

Sunday, March 7, 2010

Bouncing Balls

Description: Use your mouse to aim and click to shoot your colored ball into groups of three or more of the same color. Clear all of the balls to advance to the next level.

Instructions: Shoot balls to clear them by forming groups of 3 or more of the same color. Any different colored balls that are hanging on to what you cleared will also fall. Sometimes you may need to shoot the balls against the wall so that they bounce off and hit your target. The game will end if you cannot clear all of the balls before they reach the bottom of the screen.



Play free games at ExootLab
To host this game Download ZIP Package or copy theswf url

Friday, January 15, 2010

MapleCity Lite





Whats New
Full-Screen Mode enabled
Runs on both Windows and Mac (Browser Version)
Faster perfomance
Improved Ranking System

Play (Browser Version)
Facebook: http://apps.facebook.com/maplecitylite/
Exoot : http://www.exootlab.com/play/exoot-maplecity_v2

Download ( Projector)
MediaFire

RAR (12.42 MB)
download MapleCity

ZIP (12.74 MB)
download MapleCity

EXE(12.51 MB)
download MapleCity

Host this game
Download zip package

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!

The Settings Window displays all the settings that you wish do with the game. You can enjoy the game in fullscreen mode and mute sound or back back ground musics. You also can set the FPS(frame per second) of the game to optimize the game for your computer's speed.

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

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 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.

Fullscreen Mode not working?
If you wish to enjoy the game in full screen mode, you'll have to download the game. Due to Adobe Flash Player 10 Fullscreen Mode restrictions, you wont able to play the game in fullscreen via browsers.

Reporting Bugs or Broken links
Please report your bugs here.

Preview



Monday, January 4, 2010

Christmas Present Overflow 2

The goal of Christmas Present Overflow 2 is to line up three or more items in horizontal or vertical rows. When three or more items line up, they are removed from the board and points are earned. The remaining items will “cascade” downward to fill the empty spaces left behind by the removed items. When the items cascade downwards, they can form additional item rows which are automatically pulled off the board for extra points.


Play free games at ExootLab

or

Play it at here
Facebook :
ExootNet : http://www.exootlab.com/play/christmas-present-overflow-2



 Hope you enjoy it :) leave your feed back at here.

Saturday, December 12, 2009

Christmas Present Overflow


Use your mouse to click the Christmas presents. You have to click on two or more symbols of the same type to remove them. When the line at the bottom until it reaches the top. Game over! You can score more points if you click on symbols inside the white "x2" bar.

Awesome flash game specially designed for this Christmas. Hope you enjoy it :)
leave your feed back, here.


Play free games at ExootLab

Or

Play it at here
Facebook : http://apps.facebook.com/christmaspresentover/
ExootNet : http://www.exootlab.com/play/christmas-present-overflow













Friday, November 27, 2009

Pokemon Flash Pokedex

Mini Flash Pokedex


Source:pokemon.com

View External

© 2009 Pokémon. © 1995 - 2009 Nintendo/Creatures Inc./GAME FREAK inc. Nintendo DS, Pokémon and
Pokémon character names are trademarks of Nintendo. © 2009 Nintendo.


DISCLAIMER
Images are copyright material of The Pokémon Company and/or Pokémon USA, Inc., or its affiliates. The program, site and the development team are not affiliated to The Pokémon Company and/or Pokémon USA, Inc., or its affiliates in any way.Exoot specifically disclaims all express, statutory, or implied warranties relating to these materials.

Thursday, August 6, 2009

MapleCity Traffic Status

Game plays per week



MapleCity rankings


Latest updates here

Total 463 downloads and counting

Welcome

Welcome to our developer community,

To start contributing to MapleCity by creating sprites, read this complete guide

If you're interested in programming AS3, visit developer center and start programming to-do list at there.

You need to create the scripts/functions/features for the game in AS3 independently.

Meaning, you create a feature(as in our to-do list) independently(without the source script) and send it to us via this email address. We will integrate and compile your script/contribution to the main MapleCity(MC) library. We will not expose the main source code to public for some security reasons and terms of use as stated here.

For example if you want to create a "quest" script for the game, create it on your own(as you like), then send it to us.This including the essential pictures and graphics that required to run your script on MC.We will do the rest to integrate your script with ours.

You can join the developer community easily, but you rights on the project is depended on your contribution to the project.

if you have any question regarding MapleCity, feel free to let us know.

Exoot Flash Game Developer Center.

Saturday, July 18, 2009

How to MD5SUM

What is MD5SUM
The program md5sum is designed to verify data integrity using the MD5 (Message-Digest algorithm 5) 128-bit cryptographic hash. 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. The possibility of changes (errors) is proportional to the size of the file; the possibility of errors increase as the file becomes larger. It is a very good idea to run an MD5 hash comparison check when you have a file like an operating system install CD that has to be 100% correct.While security flaws in the MD5 algorithm have been uncovered, MD5 hashes are still useful when you trust the organization that produces them. Moving to more secure hashes like SHA-256 and Whirlpool is under discussion.

MD5SUM on Windows

Windows does not come with md5sum. You must download one from another location, preferably one that you trust.There are also graphical tools such as the one used in the walk-through provided below.
  1. Download and install winMD5Sum, a free and open source hash verification program.

  2. Right-click the file

  3. Click Send To, then winMD5Sum.

  4. Wait for winMD5Sum to load and finish the checksum (this may take a significant amount of time depending on your computer's performance).

  5. Copy the corresponding hash from Exoot Hashes into the bottom text box.

  6. Click "Compare"

  7. A message box will say "MD5 Check Sums are the same" if the hashes are equal.

Monday, July 13, 2009

About MapleCity

MapleCity 0.1.13.10
Project Name:Exoot MapleCity
Current Version:0.1.13.10
version history
Status:Beta
Developers:exoot
TheLstBeserker
lyk_2004
IDE:Adobe Flash CS 4
Language:Action Script 3 (AVM2)
Sprites:MapleStory, Nexon and/or Wizet
Technologies behind:Adobe Flash CS 4
Flash Develop 3
Python Extractor, by Lamda

MapleCity Version History

DateVersionDescriptionDevelopers Involved
07.7.20090.1.13.10
  • server updates
  • game speed improved
  • server settings reconfigured
23.6.20090.1.13.9
  • New monsters
  • New maps
  • Improved Interface
  • Major bug fixed
07.4.20090.1.13.8
  • Improved Interface.
  • Major bug fixed
  • Game Settings reconfigured
  • System Option window added
  • Server rebuild
18.3.20090.1.13.7
  • Improved Interface.
  • Major bugs fixed
  • Game Settings reconfigured
  • Faster performance.
11.1.20090.1.13.6
  • Improved Interface.
  • Bugs fixed.
  • Added the HighScore feature.
  • Game Settings reconfigured.
02.1.20090.1.13.5
  • First public beta release.
  • Faster performance.
  • Redesigned interface.


MapleCity System Requirements

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

Notes


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.

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 installing or running Adobe® Flash® Player, visit Flash Player Support.

Download Adobe Flash Player ActiveX 9 here.


MapleCity - Exoot System Inc.

MapleCity Control

Game Control

MapleCity Control - Exoot System Inc.

HOTKEY

hotkeys

MapleCity Control - Exoot System Inc.

UI2

MapleCity Interface

Frustrated by the complicated interfaces of other flash games?
Experience MapleCity's user-friendly interface firsthand!

Item Inventory

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 HotKey: ( I )

At the bottom right of the game screen, there are shortcut icons of Item Inventory, Equipment Inventory, Character Stats, and Skill Inventory.

item interface


eq interface

Equipment Inventory


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 HotKey: (E)

At the bottom right of the game screen, there are shortcut icons of Item Inventory, Equipment Inventory, Character Stats, and Skill Inventory.



Character Stats

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!

The HotKey: (A)

At the bottom right of the game screen, there are shortcut icons of Item Inventory, Equipment Inventory, Character Stats, and Skill Inventory.

status interface

Sunday, July 12, 2009

MapleCity 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.

Troubleshooting

My game is lagging a lot when I try to play.

You may have too much running on your computer. Try closing any unneeded programs as well extra tabs in your browser. It may also help to restart your browser, or even try a different one.

Additionally, some games (such as MapleCity) write a lot of data to your computer for saving your game. You may need to increase the amount that you allow Flash to save. You can do this by right-clicking on the game and clicking on "Settings...", then selecting the storage tab (it looks like a folder) and setting it to Unlimited.

My keys are sticking or not responding in the game I'm playing.

This is a problem that has been observed in Internet Explorer 8. If you're seeing it in other browsers, please use the Contact Us link in the Help menu at the top of the page to send in a non-game bug report to us so we can look into it.

If you are using IE8, we're working on trying to get a fix for it, but until then you have a few options. The simplest is to use another browser. Firefox and Chrome are both good alternatives that don't have the sticking problems with our application. If you must use IE8, one of our users (thank you bbiernat!) found a solution for the problem. You can read about it here in our tech support forum.

My save games are missing! Help!

Save games are stored as local files (called local shared objects or .sol files) on your computer. They're kind of like cookies only they're specific to Flash. This means that save games are only stored on a particular computer, so if you change computers you won't have access to them. Things like clearing your cookies and clearing your browser cache shouldn't delete them, but some software that is designed to remove temporary files for security reasons may delete your .sol files.

Unfortunately, there's not much we can do if you lose your files. We don't store them on our servers so sadly we can't help you with them. If you were playing on another computer you may be able to find the .sol files and transfer them over, though it can be complex to find them and make sure they go in the correct folders (this thread may help). You also may want to check that you're logged in as the correct user on your computer since .sol files are specific to whomever is logged in at that time.


1. Go to Folder Settings in Windows and turn hidden folders ON.

2. Next, go to

  • Windows XP and Vista:
    • For Web sites: %APPDATA%\Macromedia\Flash Player\#SharedObjects\<random code>\<domain>\<path>\<object name>.sol
    • For AIR Applications, %APPDATA%\<AIR Application Reverse Domain Name>\Local Store\#SharedObjects\<flash filename>.swf\<object name>.sol
  • Mac OS X:
    • For Web sites, ~/Library/Preferences/Macromedia/Flash Player/#SharedObjects/<random code>/<domain>/<path from webserver>/<object name>.sol and~/Library/Preferences/Macromedia/Flash Player/macromedia.com/support/flashplayer/sys/<object name>.sol
    • For AIR Applications, ~/Library/Preferences/<AIR Application Name>/Local Store/#SharedObjects/<flash filename>.swf/<object name>.sol
  • Linux/Unix:
    • ~/.macromedia/Flash_Player/#SharedObjects/<random id>/<domain>/<path>/<flash filename>.swf/<object name>.sol
3. There should be folders, named chat.kongregate.com or armorgames.com or a different website you played it on



4. Copy .sol files over to the chat.kongregate.com Overwrite any existing data there.

MapleCity

Exoot MapleCity Beta 0.1.13.9

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!


Preview
exoot maplecity beta

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

Saturday, July 11, 2009

Downloads

After downloading the files, remember to scan for viruses and extract the EXE file with extractors such as winrar / winzip / 7zip. If you dont have any download the EXE version.

Exoot MapleCity Lite

RAR (12.42 MB)
download MapleCity

ZIP (12.74 MB)
download MapleCity

EXE(12.51 MB)
download MapleCity

Flash Player Active X 9

macromedia flash activeX 9




Developer Resourses

Example Sprite Scheme *.fla (updated)
Flash CS4
Flash CS3
Flash 8

MapleCity Database
MCDB Library

Videos

Exoot MapleCity 0.1.13.9




Exoot MapleCity Beta - Maplestory Flash Game




Exoot MapleCity Beta - GamePlay




Adding mosnters to Exoot MCDB 0.4

Tuesday, January 13, 2009