topical media & game development
mobile-query-game-tests-human-tiles-test2.htm / htm
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script src="../../../jquery.gamequery.js"></script>
<script>
$(function(){
var multiAnimation = new .gameQuery.ANIMATION_HORIZONTAL | .playground()
.addGroup("testGroup1", {height: 60, width: 180, posx: 0})
.addTilemap("map1", tileDef, multiAnimation, {width: 10, height: 10, sizex: 9, sizey: 3, posx: 0}).end()
.addTilemap("map2", tileDef, multiAnimation, {width: 10, height: 10, sizex: 9, sizey: 3, posx: 90}).end()
.end()
.addGroup("testGroup2", {height: 60, width: 90, posy: 60})
.addTilemap("map3", tileDef, multiAnimation, {width: 10, height: 10, sizex: 9, sizey: 3, posx: 0});
$("#testGroup1").x(-45);
$("#testGroup2").y(30);
(C) Æliens
04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.