<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html140/strict.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title>…
cc.Class({ extends: cc.Component, properties: { elementLable: { default: null, type : cc.Label }, map: { default:null, type :cc.TiledMap }, }, // use this for initialization onLoad: function () { var self=this cc.eventManager.addListener({ event: cc.…