limejs Questions
6
I want to start developing HTML5/JS games. And I see these 2 frameworks LimeJS and CreateJS & EaselJS. Which one is better? Does anyone have experience with these 2 frameworks? And what a...
1
I made a custom Lime JS sprite class by doing:
test.obj = function() {
lime.Sprite.call(this);
.
.
this.label = new lime.Label(). ...;
this.appendChild(this.label);
}
goog.inherits(test.obj, ...
Copperas asked 28/7, 2012 at 17:29
1
© 2022 - 2024 — McMap. All rights reserved.