I'm trying to write a JS script using Lime.js to make an animation walk across the screen. The source for the image is a spritesheet. When is gets to this
var frame = new lime.fill.Frame('image.png', 40, 50, 100, 100);
the debugger says that lime.fill.Frame isn't a constructor. Can anyone help me out with this? I don't understand how to fix this. Thanks.
lime.fill.Framewas not loaded. Post the HTML you're using. – Juan Mendes Oct 3 '11 at 23:45