Hi All!
My first post here since a long time, happy new year to all flashkit fellows!


Title


Level Management


Level "Coco cross"


I'm glad I could finish this new game. The game is unusual. It's done with Flash 8 (Engine and level editor) and Javascript (Level management), using the ExternalInterface API. The main idea of the game was : An extremely simple gameplay and a level editor allowing a wide variety of levels. The level editor is only available to pepere.org members to prevent as much as possible from the spam. Levels are moderated thus only original/interesting/smart levels make it to the public list. I made a youtube tutorial of level creation (with an old version of the game).

Why using Javascript ? Because it's now very easy to do other level sharing games. I just to implement 3 functions in the flash game "playLevel(...)" , "editLevel(...)" and "saveLevel(...)". All remaining management is made by the javascript.

The game is working on FireFox and IE last versions but doesnot work on linux systems .


[edit] The game link