This page contains the API and Templates you need in your flash room in order for it to be included in the final game. This API is really easy to implement, and only contains a few calls. Plus the provide templates do all the heavy lifting for you.

VERY IMPORTANT: Please read the Developer page before starting your room!



The API

The API is broken down into 3 seperate, very simple function calls.
  1. RoomCoreLogic.init(this);

    - This will be the first thing you call in your game
  2. RoomCoreLogic.roomBegins();

    - You call this right before your room starts (after being added to stage and initial setup)
  3. RoomCoreLogic.roomComplete();

    - You call this once your room is completed and is completely black


The Templates

We are providing 3 templates, to make building your room a snap!

Demo Room

This is a almost completed demo room, implementing the API

Play:

Play Now

Source:

Download Now