Published on 2006-03-27 12:33:38
Maps are created in "maps" folder, and the creation of matrix maps is very simple. Every image is represented by its name, for example 1 => 1.ext. The "ext" could be defined in the map object for example to set ext to jpg images we can use : $map -> setDisplay (array ('ext' => 'jpg'));. The file map.mod will define in this case the order to display the different tiles. Events are represented by XML files and you can set events for every position for example ex0y0 is the event which occur when x=0 and y=0.
For more information : RPG Ajax Creator
Member of the PHP Magazine Network, Copyright (C) 2005-2008 phpmagazine.net All Rights Reserved