View Single Post
  #5  
Old 03-23-2012, 12:31 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Enjoy your goose-chase.

PHP Code:
<?xml version="1.0"?>
<level>
    <layerconfig />
    <imagemaps>
        <imagemap>
          <imageName></imageName>
          <imageMode></imageMode>
          <cellWidth></cellWidth>
          <cellHeight></cellHeight>
          <filterMode></filterMode>
        </imagemap>
    </imagemaps>
    <animations>
        <animation>
          <imageMap></imageMap>
          <animationFrames></animationFrames>
          <animationTime></animationTime>
        </animation>
    </animations>
    <objects>
        <object>
          <Layer></Layer>
          <Position></Position>
          <size></size>
          <animationName></animationName>
        </object>
    </objects>
    <tilelayers>
        <tilelayer>
          <Layer></Layer>
          <Position></Position>
          <size></size>
          <tileCountX></tileCountX>
          <tileCountY></tileCountY>
          <tileSizeX></tileSizeX>
          <tileSizeY></tileSizeY>
          <tile />
        </tilelayer>
    </tilelayers>
</level>
__________________
Quote:
Reply With Quote